Apache MaxClients Issue
October 19th, 2007
No comments
for this error:
[error] server reached MaxClients setting, consider rising the MaxClients setting
resolve:
open: httpd.conf (located in /etc/httpd/conf/)
search for MaxClients (usual under <IfModule worker.c> , prefork is more rare)
modify MaxClients from 150 to 300 !
<IfModule worker.c>
StartServers ...








