]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Slight fix to r712611: introductory comment should
authorRainer Jung <rjung@apache.org>
Thu, 18 Dec 2008 16:52:33 +0000 (16:52 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 18 Dec 2008 16:52:33 +0000 (16:52 +0000)
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

docs/conf/extra/httpd-mpm.conf.in

index 73fda69d8b57b085ac00a1a4ec1f9af2fa257a28..e1f5f7a2cf1d980dbf6bb93f1accc2b7cdc95f3e 100644 (file)
@@ -22,6 +22,12 @@ LockFile "@rel_logfiledir@/accept.lock"
 </IfModule>
 
 
+#
+# 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
 </IfModule>
 
-#
-# 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