Apache not killing child processes and hanging

apache-2.2

The server hits the MaxClients setting and then just hangs until manually restarted. I have a 512MB ram VPS and i've set the MaxClients setting to 10.
The child processes that apache spawns are not killed eventhough no connection to the server appears in netstat.

Best Answer

Use server status to see what the processes are doing:

http://httpd.apache.org/docs/1.3/mod/mod_status.html

Related Topic