From: Christian Schmidt Date: Mon, 23 May 2011 05:07:13 +0000 (+0200) Subject: apache: Tuning max spare servers to 10, this should speed up webinterface and updx. X-Git-Tag: v2.9-core49~4 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=7b9fe2c864b4451e5d6275166ddfa8d4c456fcaf apache: Tuning max spare servers to 10, this should speed up webinterface and updx. --- diff --git a/config/httpd/server-tuning.conf b/config/httpd/server-tuning.conf index 9cb7662327..183ce80fa0 100644 --- a/config/httpd/server-tuning.conf +++ b/config/httpd/server-tuning.conf @@ -18,8 +18,8 @@ MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 1 -MaxSpareServers 2 -StartServers 2 +MaxSpareServers 10 +StartServers 1 MaxClients 10 MaxRequestsPerChild 100