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: Apache Restarting every 6-8 minutes |
|
Author |
|
hbci
Joined: 20 Sep 2010 Posts: 2
|
Posted: Mon 20 Sep '10 16:22 Post subject: Apache Restarting every 6-8 minutes |
|
|
Internet,
I have a pretty frustrating error with my Apache server. Every 6-8 minutes it kills the connection and restarts.
Here's a snippet from my error.log:
Code: | [Thu Sep 02 16:03:42 2010] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Thu Sep 02 16:03:42 2010] [notice] Server built: Jul 30 2010 16:15:37
[Thu Sep 02 16:03:42 2010] [notice] Parent: Created child process 2292
[Thu Sep 02 16:03:43 2010] [notice] Child 2292: Child process is running
[Thu Sep 02 16:03:43 2010] [notice] Child 2292: Acquired the start mutex.
[Thu Sep 02 16:03:43 2010] [notice] Child 2292: Starting 64 worker threads.
[Thu Sep 02 16:03:43 2010] [notice] Child 2292: Starting thread to listen on port 80.
[Thu Sep 02 16:06:03 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Thu Sep 02 16:06:03 2010] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations |
Any help is really appreciated. Thanks in advance. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 20 Sep '10 23:39 Post subject: |
|
|
Quote: |
child process exited with status 3221225477
|
That often happens with an unstable extension from php.
If you compare access log and error log is there any script that might crashes apache? |
|
Back to top |
|
hbci
Joined: 20 Sep 2010 Posts: 2
|
Posted: Wed 22 Sep '10 19:32 Post subject: |
|
|
Blond, James Blond.
Thanks for the reply.
Access Log:
Code: | 206.196.111.204 - - [22/Sep/2010:13:05:53 -0400] "GET / HTTP/1.0" 200 18283
87.250.255.243 - - [22/Sep/2010:13:10:32 -0400] "GET /index.php HTTP/1.1" 200 4775
87.250.255.243 - - [22/Sep/2010:13:14:06 -0400] "GET /Roofing/Commercial-Roofing/Commercial-Grade-Roofing-Products/Single-Ply-Roofing/EverGuard-TPO-Single-Ply-Membranes/Documents/EverGuardTPO60Fleece-BackMembrane-14-AutoCADConstructionDetails-347-636-5402.dxf HTTP/1.1" 404 1688
87.250.255.243 - - [22/Sep/2010:13:17:39 -0400] "GET /Document-Library/DocList47e7.php?LevelNo=3&ParentLevel=2&ParentSeq=6&Seq=71&GridLoc= HTTP/1.1" 200 7589 |
Error Log:
Code: | [Wed Sep 22 13:12:20 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Sep 22 13:12:20 2010] [notice] Apache/2.2.16 (Win32) PHP/5.3.3 configured -- resuming normal operations
[Wed Sep 22 13:12:20 2010] [notice] Server built: Jul 30 2010 16:15:37
[Wed Sep 22 13:12:20 2010] [notice] Parent: Created child process 4012
[Wed Sep 22 13:12:21 2010] [notice] Child 4012: Child process is running
[Wed Sep 22 13:12:21 2010] [notice] Child 4012: Acquired the start mutex.
[Wed Sep 22 13:12:21 2010] [notice] Child 4012: Starting 64 worker threads.
[Wed Sep 22 13:12:21 2010] [notice] Child 4012: Starting thread to listen on port 80. |
Is there a way to make the error log more in depth? Seems pretty vague. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 22 Sep '10 23:01 Post subject: |
|
|
Yepp. you can ajust the loglevel.
By the way, which php extension did you enable in your php.ini ? |
|
Back to top |
|
|
|
|
|
|