]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/httpd/server-tuning.conf
apache: Allow more processes/connections as the same time
[ipfire-2.x.git] / config / httpd / server-tuning.conf
index 183ce80fa046eea79331630323544e61a56e9d9c..8f1eae5a2c98bfcd4332186aef154642178029c1 100644 (file)
@@ -19,9 +19,8 @@ KeepAliveTimeout 15
 
 MinSpareServers 1
 MaxSpareServers 10
-StartServers 1
-MaxClients 10
-MaxRequestsPerChild 100
+StartServers 2
+MaxClients 1000
 
 #
 # The following directives modify normal HTTP response behavior to