]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Migrating from httpd-win.conf to httpd.conf.in we need to add
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:08:28 +0000 (03:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:08:28 +0000 (03:08 +0000)
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

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

index 3436a52afc31087621b11e3ca2263b9e747724da..ab8408adfab4646ce3f0fd0bb04af1ae1872da9d 100644 (file)
@@ -99,3 +99,12 @@ LockFile "@rel_logfiledir@/accept.lock"
     MaxSpareThreads       10
     MaxRequestsPerChild    0
 </IfModule>
+
+# WinNT MPM
+# ThreadsPerChild: constant number of worker threads in the server process
+# MaxRequestsPerChild: maximum  number of requests a server process serves
+<IfModule mpm_winnt_module>
+    ThreadsPerChild      150
+    MaxRequestsPerChild    0
+</IfModule>
+