]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Perchild MPM has been removed from this Branch, remove it from the config too.
authorPaul Querna <pquerna@apache.org>
Sun, 20 Nov 2005 04:44:18 +0000 (04:44 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 20 Nov 2005 04:44:18 +0000 (04:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345715 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-mpm.conf.in

index 3f7b1b88a9748c13a3aa652a9cb15dd558067878..54b4906a89c0764e819d0bd4534fa68808e3be0d 100644 (file)
@@ -57,22 +57,6 @@ LockFile @rel_logfiledir@/accept.lock
     MaxRequestsPerChild   0
 </IfModule>
 
-# perchild MPM
-# NumServers: constant number of server processes
-# StartThreads: initial number of worker threads in each server process
-# MinSpareThreads: minimum number of worker threads which are kept spare
-# MaxSpareThreads: maximum number of worker threads which are kept spare
-# MaxThreadsPerChild: maximum number of worker threads in each server process
-# MaxRequestsPerChild: maximum number of connections per server process
-<IfModule mpm_perchild_module>
-    NumServers            5
-    StartThreads          5
-    MinSpareThreads       5
-    MaxSpareThreads      10
-    MaxThreadsPerChild   20
-    MaxRequestsPerChild   0
-</IfModule>
-
 # WinNT MPM
 # ThreadsPerChild: constant number of worker threads in the server process
 # MaxRequestsPerChild: maximum  number of requests a server process serves