I’ve followed the tutorial in the php section to install Apache and Php. The Apache installation is successful but when altering the httpd.conf file for php Apache fails to restart and comes up with a “The requested operation has failed!”.
The error only occurs when I add the following line to the file:
LoadModule php5_module “c:/web/php/php5apache2.dll”
When I comment it out, Apache restarts fine. All other php changes to the httpd.conf file are fine. I checked the error log but couldn’t find anyting. Hope this enough information for someone to help out.
Thanks