]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache: Allow more processes/connections as the same time
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Feb 2017 11:32:08 +0000 (11:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Feb 2017 11:32:08 +0000 (11:32 +0000)
In large networks, when ever multiple clients connect at the
same time and request the proxy.pac configuration file, apache
rate-limited requests so that some clients did not get a response
and therefore could not connect to the Internet.

This allows apache to handle more connections at the same time.

Suggested-by: Thoralf Söldenwagner <soeldenwagner@brecht-schule.hamburg>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/server-tuning.conf
config/rootfiles/core/110/filelists/files

index 183ce80fa046eea79331630323544e61a56e9d9c..8f1eae5a2c98bfcd4332186aef154642178029c1 100644 (file)
@@ -19,9 +19,8 @@ KeepAliveTimeout 15
 
 MinSpareServers 1
 MaxSpareServers 10
-StartServers 1
-MaxClients 10
-MaxRequestsPerChild 100
+StartServers 2
+MaxClients 1000
 
 #
 # The following directives modify normal HTTP response behavior to
index f4ce9898ef712e84539275bc8129b3eb304a6f9c..b996e48aa4481fa133317346931001467aee2107 100644 (file)
@@ -1,5 +1,6 @@
 etc/system-release
 etc/issue
+etc/httpd/conf/server-tuning.conf
 etc/rc.d/init.d/unbound
 srv/web/ipfire/cgi-bin/index.cgi
 srv/web/ipfire/cgi-bin/vpnmain.cgi