Apache httpd Problem

Posted by Christopher on Server Fault See other posts from Server Fault or by Christopher
Published on 2011-02-23T15:01:03Z Indexed on 2011/02/23 15:26 UTC
Read the original article Hit count: 534

Filed under:
|
|
|

Hey,

I am getting intermittent issues with my site. Pages often hang with huge loading times and sometimes fail to load.

The httpd error logs contain the following:

[Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5871 for worker proxy:reverse
[Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5871 for (*)
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5872 for worker proxy:reverse
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5872 for (*)
[Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5954 for worker proxy:reverse
[Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized

The server is currently running with 800mb free memory, so it is not caused by lack of RAM. The current number of httpd procceses is 11. This does increase as the error persists and can rise up to 25+. Also, I am running Apache/2.2.3 (CentOS).

Any suggestions would be greatly appreciated.

Many thanks,

Chris.

© Server Fault or respective owner

Apache httpd Problem

Posted by Christopher on Pro Webmasters See other posts from Pro Webmasters or by Christopher
Published on 2011-02-23T14:15:39Z Indexed on 2011/02/23 15:33 UTC
Read the original article Hit count: 534

Filed under:
|
|
|

Hey,

I am getting intermittent issues with my site. Pages often hang with huge loading times and sometimes fail to load.

The httpd error logs contain the following:

[Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5871 for worker proxy:reverse
[Wed Feb 23 06:54:17 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5871 for (*)
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5872 for worker proxy:reverse
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized
[Wed Feb 23 06:54:24 2011] [debug] proxy_util.c(1967): proxy: initialized single connection worker 0 in child 5872 for (*)
[Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1854): proxy: grabbed scoreboard slot 0 in child 5954 for worker proxy:reverse
[Wed Feb 23 06:59:15 2011] [debug] proxy_util.c(1873): proxy: worker proxy:reverse already initialized

The server is currently running with 800mb free memory, so it is not caused by lack of RAM.

Any suggestions would be greatly appreciated.

Many thanks,

Chris.

EDIT

The current number of httpd procceses is 11. This does increase as the error persists and can rise up to 25+.

I am running Apache/2.2.3 (CentOS).

© Pro Webmasters or respective owner

Related posts about apache

Related posts about server