Commit c31fa5f8 authored by Paul Querna's avatar Paul Querna
Browse files

Add Simple MPM to example mpm config.

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
parent 3a0c66f2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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