RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread Gerhardus.Geldenhuis
Hi Johan, FINALLY, my question is : I would like to allow more machine resources to Apache to handle more connections and reduce the time to display a page. I reduce the timeout to 45 and : IfModule prefork.c StartServers 15 MinSpareServers

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread johan.boye
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 septembre 2007 10:42 À : users@httpd.apache.org Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem Hi Johan, FINALLY, my question is : I would like

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread Gerhardus.Geldenhuis
Hi Johan, In you original post ServerLimit was not part of your config, could you just to make sure paste your current config on the list again. Also make sure you are using prefork and not mpm otherwise different rules will apply in configuring MaxClients and ServerLimit. On a redhat system

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread johan.boye
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 septembre 2007 13:06 À : users@httpd.apache.org Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem Hi Johan, In you original post ServerLimit was not part of your config, could you just

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread Gerhardus.Geldenhuis
Hi Johan, You can check out my whole conf here : http://www.pastebin.ca/704464 I'm still wondering how to setup ServerLimit / MaxClients bigger then 256 *IF* this option are the best ones to increase the typical answer time of my server ? You need to set serverlimit in you config

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread johan.boye
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 septembre 2007 14:39 À : users@httpd.apache.org Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem Hi Johan, You can check out my whole conf here : http

Re: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread Joshua Slive
On 9/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: IfModule prefork.c StartServers 15 MinSpareServers 10 MaxSpareServers 20 MaxClients 512 ServerLimit 512 MaxRequestsPerChild 4000 /IfModule I tried already and here is the

RE: [EMAIL PROTECTED] Apache2 performance tunning : MaxClients problem

2007-09-20 Thread johan.boye
PROTECTED] Apache2 performance tunning : MaxClients problem On 9/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: IfModule prefork.c StartServers 15 MinSpareServers 10 MaxSpareServers 20 MaxClients 512 ServerLimit 512