Merge branch 'master' of ssh://git.onelab.eu/git/plewww
[plewww.git] / httpd / limits.conf
1 # for better stability
2 StartServers            8
3 MinSpareServers         5
4 MaxSpareServers         20
5 ServerLimit             256
6 MaxClients              256
7 MaxRequestsPerChild     50
8