Apache httpd Problem
- by Christopher
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).