Maybe a little help : With this conf, your server wont be able to support lot of request
The coonfig i use if nearly this : <IfModule prefork.c> ServerLimit 5000 => no more than 5000 httpd process StartServers 500 => at the launch of httpd 500 process launched MinSpareServers 500 => number of spare child httpd : if this number is to little, your server will be slow if a big wave of request arrive MaxSpareServers 1000 => max nulmber of spare server :D MaxClients 5000 => number of concurrency request for your server : basically = RAM for httpd/ average RAM size of httpd child MaxRequestsPerChild 10000 => max number of request for a child before dying = maybe to limit RAM conssumption or a better stability </IfModule> -----Message d'origine----- De : Darvin Denmian [mailto:darvin.denm...@gmail.com] Envoyé : mardi 5 mai 2009 17:08 À : users@httpd.apache.org Objet : [us...@httpd] Little explanation Hello list, i need some information about the above directives: <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 288 MaxClients 256 MaxRequestsPerChild 4000 </IfModule> There is a good soul that can explain each directive listed above? Thanks. --------------------------------------------------------------------- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org --------------------------------------------------------------------- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org