From: Peter Palfrader Date: Fri, 15 May 2015 09:03:27 +0000 (+0200) Subject: More MaxConnectionsPerChild X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ec542ec087053c2e91666e4aca6565b4f607b0e7;p=mirror%2Fdsa-puppet.git More MaxConnectionsPerChild --- diff --git a/modules/apache2/files/mpm_worker b/modules/apache2/files/mpm_worker index 0df6665f6..3c0b0eb27 100644 --- a/modules/apache2/files/mpm_worker +++ b/modules/apache2/files/mpm_worker @@ -26,7 +26,7 @@ ThreadsPerChild 50 MinSpareThreads 20 MaxSpareThreads 75 - MaxConnectionsPerChild 10000 + MaxConnectionsPerChild 1000000 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet