Discussion:
problem, starting apache
(too old to reply)
s-ali
2012-09-08 18:45:10 UTC
Permalink
I am using windows 7. I have installed Apache 2.2.23. The installation was successful. But when I run the command -k start to start Apache, it gives me error.

C:\apache2\Apache2\bin>httpd -k start
httpd: Syntax error on line 61 of C:/apache2/Apache2/conf/httpd.conf: Cannot loa
d C:/apache2/modules/mod_actions.so into server: The specified module could not
be found.

I am following the link, http://www.vbforums.com/showthread.php?651571-Installing-PHP-5.3-and-Apache-HTTP-Server-on-Windows-7

Anyone please tell me what should I do to successfully start Apache on my system.
Evan Platt
2012-09-09 14:15:16 UTC
Permalink
Post by s-ali
I am using windows 7. I have installed Apache 2.2.23. The installation was successful. But when I run the command -k start to start Apache, it gives me error.
C:\apache2\Apache2\bin>httpd -k start
httpd: Syntax error on line 61 of C:/apache2/Apache2/conf/httpd.conf: Cannot loa
d C:/apache2/modules/mod_actions.so into server: The specified module could not
be found.
I am following the link, http://www.vbforums.com/showthread.php?651571-Installing-PHP-5.3-and-Apache-HTTP-Server-on-Windows-7
Anyone please tell me what should I do to successfully start Apache on my system.
I'm going to go out on a limb and guess you don't have
C:\apache2\modules\mod_actions.so .
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
Mel Smith
2012-09-10 00:11:03 UTC
Permalink
Post by Evan Platt
I'm going to go out on a limb and guess you don't have
C:\apache2\modules\mod_actions.so .
I agree ! (Check out the modules sub-directory and ensure that you have the
file mod_actions.so. If you do, then look carefully at you httpd.conf file
again at about line 60-61 to ensure the line is correct.

-Mel Smith

Continue reading on narkive:
Loading...