> Running `netstat -tapn | grep 80 | wc -l' shows 11299 > connections to port 80. We're setup to use prefork with the following > configuration. > > MaxClients 1000
Is the netstat output a typo? With MaxClients 1000 and the default ListenBackLog of ~500, you should have started refusing connections long ago. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
