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: Help! Apache2.2 will not serve localhost on 64bit windows xp |
|
Author |
|
donkuliano
Joined: 04 Mar 2010 Posts: 2
|
Posted: Fri 05 Mar '10 11:13 Post subject: Help! Apache2.2 will not serve localhost on 64bit windows xp |
|
|
I have installed both the 32 bit and 64 bit versions of apache 2.x on my windows 64bit machine running xp pro with service pack 3 and apache will not server localhost ( or 127.0.0.1 ) on any browser. I keep getting a "connecting to localhost" in the browser status and it never quit connects. Please, help out as i cannot continue my development work because of this!  |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7407 Location: EU, Germany, Next to Hamburg
|
Posted: Fri 05 Mar '10 14:25 Post subject: |
|
|
Is there any information about that in your error.log? Is apache realy running? Did you install apache as service? Where did you download your apache? |
|
Back to top |
|
donkuliano
Joined: 04 Mar 2010 Posts: 2
|
Posted: Sat 06 Mar '10 11:30 Post subject: Help! Apache2.2 will not serve localhost on 64bit windows xp |
|
|
I got the 64 bit version from blackdot.be and the 32 bit version is from wamp server. Here is a posting of my error log from both versions AFTER I have run the added "Win32DisableAcceptEx" to the configuration file for both apaches:
apache x64:
Code: |
[Fri Mar 05 15:43:36 2010] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Fri Mar 05 15:43:36 2010] [notice] Child 3480: Exit event signaled. Child process is ending.
[Fri Mar 05 15:43:37 2010] [notice] Child 3480: Released the start mutex
[Fri Mar 05 15:43:38 2010] [notice] Child 3480: All worker threads have exited.
[Fri Mar 05 15:43:38 2010] [notice] Child 3480: Child process is exiting
[Fri Mar 05 15:43:38 2010] [notice] Parent: Child process exited successfully.
[Fri Mar 05 16:18:10 2010] [notice] Apache/2.2.14 (Win64) configured -- resuming normal operations
[Fri Mar 05 16:18:10 2010] [notice] Server built: Oct 10 2009 15:18:16
[Fri Mar 05 16:18:10 2010] [notice] Parent: Created child process 3544
[Fri Mar 05 16:18:10 2010] [notice] Disabled use of AcceptEx() WinSock2 API
[Fri Mar 05 16:18:10 2010] [notice] Child 3544: Child process is running
[Fri Mar 05 16:18:10 2010] [notice] Child 3544: Acquired the start mutex.
[Fri Mar 05 16:18:10 2010] [notice] Child 3544: Starting 64 worker threads.
[Fri Mar 05 16:18:10 2010] [notice] Child 3544: Listening on port 80.
[Fri Mar 05 16:18:10 2010] [error] (OS 10038)An operation was attempted on something that is not a socket. : Too many errors in select loop. Child process exiting.
[Fri Mar 05 16:18:10 2010] [notice] Child 3544: Exit event signaled. Child process is ending.
[Fri Mar 05 16:18:11 2010] [notice] Child 3544: Released the start mutex
[Fri Mar 05 16:18:11 2010] [notice] Child 3544: All worker threads have exited.
[Fri Mar 05 16:18:11 2010] [notice] Child 3544: Child process is exiting
|
....this also continues in a loop while the browser attempts to load localhost |
|
Back to top |
|
|
|
|
|
|