Apache don't kill process, strange bug

Soldier

Verified User
Joined
Oct 24, 2006
Messages
32
Hello, since 1 day apache don't kill the process, see the graphs on http://bw.forcis.net/apps/httpd.html

When it reaches the maxclients it don't accept more connections, here is the config:

Timeout 60
KeepAlive Off
MaxKeepAliveRequests 500
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 20
StartServers 8
MaxClients 800
MaxRequestsPerChild 1000


Any idea?
 
Last edited:
Maybe your requests/sec has increased considerably which is around the maxclients you've set?
 
For example yesterday at 23:28, i've apache process of 21:14
apache 30586 0.0 0.8 33980 17432 ? S 21:14 0:06 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST_ALIAS -DHAVE_ENV -DHAVE_DEFINE -DHAVE_LOG_CONFIG -DH
 
Back
Top