You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/11/20 05:44:21 UTC

svn commit: r345715 - /httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in

Author: pquerna
Date: Sat Nov 19 20:44:18 2005
New Revision: 345715

URL: http://svn.apache.org/viewcvs?rev=345715&view=rev
Log:
Perchild MPM has been removed from this Branch, remove it from the config too.

Modified:
    httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in

Modified: httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in?rev=345715&r1=345714&r2=345715&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in (original)
+++ httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-mpm.conf.in Sat Nov 19 20:44:18 2005
@@ -57,22 +57,6 @@
     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