]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache only supports MaxClients up to 256
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Apr 2017 17:59:44 +0000 (18:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Apr 2017 17:59:44 +0000 (18:59 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/server-tuning.conf

index 8f1eae5a2c98bfcd4332186aef154642178029c1..90410186d9f2495f5888ba1c19b29cb7930fdaa0 100644 (file)
@@ -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