From: Rainer Jung Date: Thu, 18 Dec 2008 16:52:33 +0000 (+0000) Subject: Slight fix to r712611: introductory comment should X-Git-Tag: 2.3.1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e53bae4efd4a31e7c5dab273a565c8d1b2f26660;p=thirdparty%2Fapache%2Fhttpd.git Slight fix to r712611: introductory comment should stay above the blocks for the individual MPMs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@727761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 73fda69d8b5..e1f5f7a2cf1 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -22,6 +22,12 @@ LockFile "@rel_logfiledir@/accept.lock" +# +# Only one of the below sections will be relevant on your +# installed httpd. Use "apachectl -l" to find out the +# active mpm. +# + # Simple MPM # SimpleProcCount: Number of child processes launched at server startup # SimpleThreadCount: Set the number of Worker Threads Per-Process @@ -30,12 +36,6 @@ LockFile "@rel_logfiledir@/accept.lock" SimpleThreadCount 5 -# -# Only one of the below sections will be relevant on your -# installed httpd. Use "apachectl -l" to find out the -# active mpm. -# - # prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare