]> granicus.if.org Git - apache/commitdiff
Add Simple MPM to example mpm config.
authorPaul Querna <pquerna@apache.org>
Mon, 10 Nov 2008 05:48:21 +0000 (05:48 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 10 Nov 2008 05:48:21 +0000 (05:48 +0000)
Submited by: Ryan Phillips <ryan trolocsis.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712611 13f79535-47bb-0310-9956-ffa450edef68

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

index ab8408adfab4646ce3f0fd0bb04af1ae1872da9d..73fda69d8b57b085ac00a1a4ec1f9af2fa257a28 100644 (file)
@@ -21,6 +21,15 @@ LockFile "@rel_logfiledir@/accept.lock"
 </IfModule>
 </IfModule>
 
+
+# Simple MPM
+# SimpleProcCount: Number of child processes launched at server startup
+# SimpleThreadCount: Set the number of Worker Threads Per-Process
+<IfModule mpm_simple_module>
+    SimpleProcCount 5
+    SimpleThreadCount 5
+</IfModule>
+
 #
 # Only one of the below sections will be relevant on your
 # installed httpd.  Use "apachectl -l" to find out the