]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/httpd/server-tuning.conf
apache only supports MaxClients up to 256
[ipfire-2.x.git] / config / httpd / server-tuning.conf
index 183ce80fa046eea79331630323544e61a56e9d9c..90410186d9f2495f5888ba1c19b29cb7930fdaa0 100644 (file)
@@ -19,9 +19,8 @@ KeepAliveTimeout 15
 
 MinSpareServers 1
 MaxSpareServers 10
-StartServers 1
-MaxClients 10
-MaxRequestsPerChild 100
+StartServers 2
+MaxClients 256
 
 #
 # The following directives modify normal HTTP response behavior to