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

2007-09-20 Thread johan.boye
.apache.org > Objet : Re: [EMAIL PROTECTED] Apache2 performance tunning : > MaxClients problem > > On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > > > StartServers 15 > > > MinSpareServers 10 >

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

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

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, > >

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 confi

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 ServerLim

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 you

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,

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 : > > StartServers 15 > MinSpareServers