From f457e1b80f5b99374f15fdae0cb555e36849a7f9 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 10 Nov 2008 05:48:21 +0000 Subject: [PATCH] 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 --- docs/conf/extra/httpd-mpm.conf.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.40.0