I've been trying to get apache 2 work with the newest release of php.. compiling goes without any errors and ive installed everything correctly.
The "bald" apache runs alright standalone.. but there is a problem when i want to load the php4 module like this into httpd.conf:
LoadModule php4_module modules/libphp4.so
It just wont start anymore...
Also i have put in these lines:
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
When i comment the LoadModule, it starts perfectly and when i try to access a php file it tries to download them.. which is ok right?... now its just for the parsing.. what am i doing wrong?
thx in advance!