After having PHP installed with IIS5 on my Win2K server and having a few issues, I have now installed Apache2 web server.
I have run through the config instructions that come with the PHP/Windows download but I am now getting the following 2 error messages every time the Apache2 service tries to start...
1.
The Apache service named reported the following error:
Syntax error on line 160 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: .
2.
The Apache service named reported the following error:
Cannot load C:/php/sapi/php4apache.dll into server: The specified module could not be found. .
Line 160 of my httpd.conf reads...
LoadModule php4_module C:/php/sapi/php4apache.dll
My PHP install dir is c:\php so the path is correct and indeed the file exists.
Has anyone experienced this problem and resolved?