logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: apache install, missing mod_actions.so
Author
casa3311



Joined: 20 May 2006
Posts: 2

PostPosted: Sat 20 May '06 19:17    Post subject: apache install, missing mod_actions.so Reply with quote

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: 3057
Location: Hilversum, NL, EU

PostPosted: Sat 20 May '06 20:26    Post subject: Re: apache install, missing mod_actions.so Reply with quote

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

PostPosted: Sun 21 May '06 4:40    Post subject: Reply with quote

I uninstalled and tried the previous version and installed with no problem
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Sun 21 May '06 9:20    Post subject: Reply with quote

.
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

PostPosted: Wed 07 Feb '07 18:19    Post subject: Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Wed 07 Feb '07 18:26    Post subject: Reply with quote

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

PostPosted: Wed 07 Feb '07 18:41    Post subject: Reply with quote

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


Reply to topic   Topic: apache install, missing mod_actions.so View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules