in httpd/limits.conf, turn off settings that are problematic in f27
[plewww.git] / httpd / limits.conf
index 046e0c8..1375a6d 100644 (file)
@@ -1,7 +1,12 @@
 # for better stability
 StartServers           8
-MinSpareServers                5
-MaxSpareServers                20
+# in fedora27 this won't load, symptom was
+# Invalid command 'MaxSpareServers'
+# I did find mentions of loading the prefork module,
+# which ... it seemed to be loaded already
+# so I comment it out altogether as a first approximation
+# MinSpareServers              5
+# MaxSpareServers              20
 ServerLimit            256
 MaxClients             256
 MaxRequestsPerChild    50