Forum Moderators: phranque
The error is that the httpd.conf file has a syntax error in the following line
LoadModule php5_module c:/php5/php5apache2.dll
The php5apache2.dll is found in the c:/php5 directory yet Apache doesn't appear to see it.
I have added c:\php5 to the Path in the Environmental Variables dialog box.
I have tried reinstalling Apache but I get the same error.
Any ideas of why Apache isn't recognizing the file?
Thanks,
Dave
Also, check that "php5_module" is the correct Apache "name" for the module.
I don't really see any syntax error, per-se.
Jim