From 7b9fe2c864b4451e5d6275166ddfa8d4c456fcaf Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Mon, 23 May 2011 07:07:13 +0200 Subject: [PATCH] apache: Tuning max spare servers to 10, this should speed up webinterface and updx. --- config/httpd/server-tuning.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2