From: William A. Rowe Jr Date: Sat, 29 Dec 2007 03:08:28 +0000 (+0000) Subject: Migrating from httpd-win.conf to httpd.conf.in we need to add X-Git-Tag: 2.2.7~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d241d314b4ee622c176f71159617df04896cbf3;p=thirdparty%2Fapache%2Fhttpd.git Migrating from httpd-win.conf to httpd.conf.in we need to add winnt's mpm to extra/httpd-mpm.conf.in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 3436a52afc3..ab8408adfab 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -99,3 +99,12 @@ LockFile "@rel_logfiledir@/accept.lock" MaxSpareThreads 10 MaxRequestsPerChild 0 + +# WinNT MPM +# ThreadsPerChild: constant number of worker threads in the server process +# MaxRequestsPerChild: maximum number of requests a server process serves + + ThreadsPerChild 150 + MaxRequestsPerChild 0 + +