RE: Little explanation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.denmian@xxxxxxxxx] 
Envoyé : mardi 5 mai 2009 17:08
À : users@xxxxxxxxxxxxxxxx
Objet :  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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux