Author |
|
casa3311
Joined: 20 May 2006 Posts: 2
|
Posted: Sat 20 May '06 19:17 Post subject: apache install, missing mod_actions.so |
|
|
I just tried to install Apache2.2 on my new laptop. I've done this same install sequence (Apache2,PHP,MySQL) on 3 other computer with no problems. When attempting to install apache, I get this message in the dos popup:
Quote: | Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing 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. |
This is what I downloaded and ran: apache_2.2.2-win32-x86-no_ssl
Is there a set of modules that I need to install or load onto my laptop? If so, where do I find them and how/where do I install or load them?
Thanks... |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 20 May '06 20:26 Post subject: Re: apache install, missing mod_actions.so |
|
|
casa3311 wrote: | Cannot load C:/WINDOWS/system32/modules/mod_actions.so into server: The specified module could not be found. | You see C:/WINDOWS/system32 ?
There must be in you conf some wrong path.
Steffen |
|
Back to top |
|
casa3311
Joined: 20 May 2006 Posts: 2
|
Posted: Sun 21 May '06 4:40 Post subject: |
|
|
I uninstalled and tried the previous version and installed with no problem |
|
Back to top |
|
pnllan
Joined: 05 Dec 2005 Posts: 221
|
Posted: Sun 21 May '06 9:20 Post subject: |
|
|
.
Casa,
Did you understand the point Steffen was making?
The path to the module DOES NOT look right - Why is it pointing to Windows/system32/modules? Did you install Apache to Windows/system32? If so, why? What does you ServerRoot directive look like?
. |
|
Back to top |
|
zjbizs
Joined: 07 Feb 2007 Posts: 2
|
Posted: Wed 07 Feb '07 18:19 Post subject: |
|
|
Looks like I'm having the same problem.
First installation step and it fails...
C:\Apache2\Apache2\bin>httpd.exe -k install
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd.exe: Syntax error on line 67 of C:/Apache2/Apache2/conf/httpd.conf: Cannot
load C:/Apache2/modules/mod_actions.so into server: The specified module could
not be found.
Any help would be appreciated. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 07 Feb '07 18:26 Post subject: |
|
|
There is something wrong in your httpd.conf If you posted the correct error message
C:/Apache2/Apache2/conf/httpd.conf <-- Two times Apache2
C:/Apache2/modules/mod_actions.so <-- only on time Apache2
Please post
ServerRoot and the line where you try to load mod_actions.so |
|
Back to top |
|
zjbizs
Joined: 07 Feb 2007 Posts: 2
|
Posted: Wed 07 Feb '07 18:41 Post subject: |
|
|
James Blond wrote: | There is something wrong in your httpd.conf If you posted the correct error message
C:/Apache2/Apache2/conf/httpd.conf <-- Two times Apache2
C:/Apache2/modules/mod_actions.so <-- only on time Apache2
Please post
ServerRoot and the line where you try to load mod_actions.so |
Thanks for reply! My mistake. I made a mistake in ServerRoot. |
|
Back to top |
|