]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/httpd/server-tuning.conf
apache: Tuning max spare servers to 10, this should speed up webinterface and updx.
[people/teissler/ipfire-2.x.git] / config / httpd / server-tuning.conf
index 9cb766232787f8d6ad1581b6d53c31a64d0f4cc9..183ce80fa046eea79331630323544e61a56e9d9c 100644 (file)
@@ -18,8 +18,8 @@ MaxKeepAliveRequests 100
 KeepAliveTimeout 15
 
 MinSpareServers 1
-MaxSpareServers 2
-StartServers 2
+MaxSpareServers 10
+StartServers 1
 MaxClients 10
 MaxRequestsPerChild 100