Forum Moderators: phranque
I'm getting this:
Installing the Apache2 service
The Apache2 service is successfully installed.
Testin httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd.exe: Syntax error on line 67 of C:/conf/httpd.conf: Cannot load C:/WINDOWS/system32/modules/mod_actions.so into server: The specified module could not be found.
I've looked at line 67 in the httpd.conf file and have this:
LoadModule actions_module modules/mod_actions.so
I've checked the path and there is no 'modules' under C:/WINDOWS/systems32
So, I did a search for mod_actions.so and found the modules/mod_actions.so under C:/
On installation I specified that Apache be installed simply under C:/
Does this mean I have done something terribly wrong? Or do I just need to change a setting.
Help would be appreciated!
The trouble seems to be in the httpd.conf file. Whe I add:
LoadModule php5_module c:/php5/php5apache2.dll
AddType application/x-httpd-php .php
PHPIniDir "C:\php5"
Apache won't start. But when I comment it, Apache starts fin.
I have my php files in C:\php5
Apache is just in C:\
Any Help?