From: Paul Querna Date: Mon, 10 Nov 2008 05:48:21 +0000 (+0000) Subject: Add Simple MPM to example mpm config. X-Git-Tag: 2.3.0~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f457e1b80f5b99374f15fdae0cb555e36849a7f9;p=apache Add Simple MPM to example mpm config. Submited by: Ryan Phillips git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712611 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index ab8408adfa..73fda69d8b 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -21,6 +21,15 @@ LockFile "@rel_logfiledir@/accept.lock" + +# Simple MPM +# SimpleProcCount: Number of child processes launched at server startup +# SimpleThreadCount: Set the number of Worker Threads Per-Process + + SimpleProcCount 5 + SimpleThreadCount 5 + + # # Only one of the below sections will be relevant on your # installed httpd. Use "apachectl -l" to find out the