I am trying to reinstall phpand make it talkk to apache.
All else is working but when I now run Apache I get:
Loadmodule is taking 2 arguments.
A module name and a shared object file to load it from.
Here is the code I added to httpd.conf:
LoadModule php4_module c:/program files/EasyPHP/PHP/php4apache.dll
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
How can I fix this so that apache works?