in httpd/limits.conf, turn off settings that are problematic in f27
[plewww.git] / httpd / limits.conf
1 # for better stability
2 StartServers            8
3 # in fedora27 this won't load, symptom was
4 # Invalid command 'MaxSpareServers'
5 # I did find mentions of loading the prefork module,
6 # which ... it seemed to be loaded already
7 # so I comment it out altogether as a first approximation
8 # MinSpareServers               5
9 # MaxSpareServers               20
10 ServerLimit             256
11 MaxClients              256
12 MaxRequestsPerChild     50
13