Mobile app version of vmapp.org
Login or Join
Gretchen104

: Apache httpd Problem 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

@Gretchen104

Posted in: #Apache #Httpd #Proxy #Server

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).

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gretchen104

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kimberly868

What is your httpd.conf mod_proxy config? How many other servers does this proxy pass point to? I have something that I think it similar to what you are doing as well, but I can't know for sure without seeing configs or knowing the setup.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme