From: Michael Tremer Date: Tue, 4 Apr 2017 17:59:44 +0000 (+0100) Subject: apache only supports MaxClients up to 256 X-Git-Tag: v2.19-core111~23^2~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba2247a4b27afc5ae6985a61c65e20dda1a73454;p=ipfire-2.x.git apache only supports MaxClients up to 256 Signed-off-by: Michael Tremer --- diff --git a/config/httpd/server-tuning.conf b/config/httpd/server-tuning.conf index 8f1eae5a2c..90410186d9 100644 --- a/config/httpd/server-tuning.conf +++ b/config/httpd/server-tuning.conf @@ -20,7 +20,7 @@ KeepAliveTimeout 15 MinSpareServers 1 MaxSpareServers 10 StartServers 2 -MaxClients 1000 +MaxClients 256 # # The following directives modify normal HTTP response behavior to