in httpd/limits.conf, turn off settings that are problematic in f27
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 Feb 2018 11:50:09 +0000 (12:50 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 Feb 2018 11:50:09 +0000 (12:50 +0100)
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