fill the 'interface' tab in the node view even if no interface;
[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