Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: httpd.exe: Syntax error on line 67 |
|
Author |
|
gdeba001
Joined: 14 Nov 2007 Posts: 1
|
Posted: Wed 14 Nov '07 13:53 Post subject: httpd.exe: Syntax error on line 67 |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 15 Nov '07 15:12 Post subject: |
|
|
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 |
|
|
|
|
|
|