]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
apache: Tuning max spare servers to 10, this should speed up webinterface and updx.
authorChristian Schmidt <maniacikarus@ipfire.org>
Mon, 23 May 2011 05:07:13 +0000 (07:07 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Mon, 23 May 2011 05:07:13 +0000 (07:07 +0200)
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