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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: httpd.exe: Syntax error on line 67
Author
gdeba001



Joined: 14 Nov 2007
Posts: 1

PostPosted: Wed 14 Nov '07 13:53    Post subject: httpd.exe: Syntax error on line 67 Reply with quote

Hello I try to instal apache on my Laptop but i have an error:
he directory is C:\intranet
Code:

httpd.exe: Syntax error on line 67 of C:/intranet/conf/httpd.conf: Cannot load C:/intranet/bin/modules/mod_actions.so into server: Das angegebene Modul wurde nicht gefunden. 
[Wed Nov 14 12:39:55 2007] [notice] Child 1260: Exit event signaled. Child process is ending.
[Wed Nov 14 12:39:55 2007] [warn] (OS 995)Der E/A-Vorgang wurde wegen eines Threadendes oder einer Anwendungsanforderung abgebrochen.  : winnt_accept: Asynchronous AcceptEx failed.
[Wed Nov 14 12:39:56 2007] [notice] Child 1260: Released the start mutex
[Wed Nov 14 12:39:57 2007] [notice] Child 1260: Waiting for 250 worker threads to exit.
[Wed Nov 14 12:39:57 2007] [notice] Child 1260: All worker threads have exited.
[Wed Nov 14 12:39:57 2007] [notice] Child 1260: Child process is exiting


Here is the conf

Mod: Note removed httpd.conf

error line
Code:

LoadModule actions_module modules/mod_actions.so
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 15 Nov '07 15:12    Post subject: Reply with quote

Code:

winnt_accept: Asynchronous AcceptEx failed


My friend the documentations says add this to httpd.conf
Win32DisableAcceptEx

Are there still errors if you added that and restart apache?
Back to top


Reply to topic   Topic: httpd.exe: Syntax error on line 67 View previous topic :: View next topic
Post new topic   Forum Index -> Apache