From: Bartosz Świątek Date: Sat, 25 Feb 2012 19:56:02 +0000 (+0100) Subject: - add defaults and special MPM directives X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=b187f4fd2c3ef27690e1ce6995a3b70b84f355cc - add defaults and special MPM directives --- diff --git a/apache-mpm.conf b/apache-mpm.conf index dc17d60..419b438 100644 --- a/apache-mpm.conf +++ b/apache-mpm.conf @@ -36,3 +36,20 @@ MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 150 MaxConnectionsPerChild 5 + + + + + + MaxSpareThreads 250 + MinSpareThreads 75 + ThreadLimit 1920 + ThreadsPerChild 25 + + + + MaxSpareThreads 250 + MinSpareThreads 75 + ThreadLimit 1920 + ThreadsPerChild 25 +