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
</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