Hi, I have installed Apache 2.2.4 on my Win XP x64 PC. The server will not finish starting but continues in an unending loop. I have already out Win32DisableAcceptEx in the http.conf file. I get the following error from the error log:
[Wed Feb 06 13:11:42 2008] [notice] Apache/2.2.4 (Win32) configured -- resuming normal operations
[Wed Feb 06 13:11:42 2008] [notice] Server built: Jan 9 2007 23:17:20
[Wed Feb 06 13:11:42 2008] [notice] Parent: Created child process 1744
[Wed Feb 06 13:11:42 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Wed Feb 06 13:11:42 2008] [notice] Child 1744: Child process is running
[Wed Feb 06 13:11:42 2008] [notice] Child 1744: Acquired the start mutex.
[Wed Feb 06 13:11:42 2008] [notice] Child 1744: Starting 250 worker threads.
[Wed Feb 06 13:11:42 2008] [notice] Child 1744: Listening on port 80.
[Wed Feb 06 13:11:42 2008] [error] (OS 10038)An operation was attempted on something that is not a socket. : Too many errors in select loop. Child process exiting.
[Wed Feb 06 13:11:42 2008] [notice] Child 1744: Exit event signaled. Child process is ending.
[Wed Feb 06 13:11:43 2008] [notice] Child 1744:
Released the start mutex
[Wed Feb 06 13:11:43 2008] [notice] Child 1744: Waiting for 250 worker threads to exit.
[Wed Feb 06 13:11:44 2008] [notice] Child 1744: All worker threads have exited.
[Wed Feb 06 13:11:44 2008] [notice] Child 1744: Child process is exiting
[Wed Feb 06 13:11:44 2008] [notice] Parent: child process exited with status 0 -- Restarting.
Does this mean that the Apache server will not run on Win XP x64?
Thanks for your help.
Stuart