xampp apache on windows 7 returns http header only

Posted by bumperbox on Server Fault See other posts from Server Fault or by bumperbox
Published on 2009-09-09T00:29:27Z Indexed on 2010/03/22 23:01 UTC
Read the original article Hit count: 464

Filed under:
|
|

i am having issues with xampp running on windows 7 RC32

i type in a localhost and get a header back only, no page content somedays it works fine, other days i can't get it to work after multiple attempts, reboot or otherwise

the request doesn't even get put into the acccess log which seems unusual

here is the log file at startup incase that helps

any ideas ??

[Wed Sep 09 12:27:08 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Sep 09 12:27:08 2009] [notice] Digest: done
[Wed Sep 09 12:27:09 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9 configured -- resuming normal operations
[Wed Sep 09 12:27:09 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Sep 09 12:27:09 2009] [notice] Parent: Created child process 2500
[Wed Sep 09 12:27:10 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Sep 09 12:27:10 2009] [notice] Digest: done
[Wed Sep 09 12:27:11 2009] [notice] Child 2500: Child process is running
[Wed Sep 09 12:27:11 2009] [notice] Child 2500: Acquired the start mutex.
[Wed Sep 09 12:27:11 2009] [notice] Child 2500: Starting 250 worker threads.
[Wed Sep 09 12:27:11 2009] [notice] Child 2500: Starting thread to listen on port 443.
[Wed Sep 09 12:27:11 2009] [notice] Child 2500: Starting thread to listen on port 80.
[Wed Sep 09 12:27:15 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Wed Sep 09 12:27:15 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Sep 09 12:27:15 2009] [notice] Digest: done
[Wed Sep 09 12:27:16 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9 configured -- resuming normal operations
[Wed Sep 09 12:27:16 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed Sep 09 12:27:16 2009] [notice] Parent: Created child process 3252
[Wed Sep 09 12:27:17 2009] [notice] Digest: generating secret for digest authentication ...
[Wed Sep 09 12:27:17 2009] [notice] Digest: done
[Wed Sep 09 12:27:18 2009] [notice] Child 3252: Child process is running
[Wed Sep 09 12:27:18 2009] [notice] Child 3252: Acquired the start mutex.
[Wed Sep 09 12:27:18 2009] [notice] Child 3252: Starting 250 worker threads.
[Wed Sep 09 12:27:18 2009] [notice] Child 3252: Starting thread to listen on port 443.
[Wed Sep 09 12:27:18 2009] [notice] Child 3252: Starting thread to listen on port 80.

© Server Fault or respective owner

Related posts about xampp

Related posts about apache2