]> granicus.if.org Git - apache/commitdiff
do not put active IfModule directives around config lines that
authorRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 15:18:01 +0000 (15:18 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 15:18:01 +0000 (15:18 +0000)
are commented out -- that is just a waste of processing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100520 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in

index b6bfcd404cc9b7b02598ca398f855999db9eb3e8..7553c8f7ca9bda451e9edd8f3fe0ccec2c1c3fab 100644 (file)
@@ -52,11 +52,11 @@ ServerRoot "@@ServerRoot@@"
 #
 # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
 #
-<IfModule !mpm_winnt.c>
-<IfModule !mpm_netware.c>
+#<IfModule !mpm_winnt.c>
+#<IfModule !mpm_netware.c>
 #LockFile @rel_logfiledir@/accept.lock
-</IfModule>
-</IfModule>
+#</IfModule>
+#</IfModule>
 
 #
 # ScoreBoardFile: File used to store internal server process information.
@@ -66,11 +66,11 @@ ServerRoot "@@ServerRoot@@"
 # If specified, ensure that no two invocations of Apache share the same
 # scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK.
 #
-<IfModule !mpm_netware.c>
-<IfModule !perchild.c>
+#<IfModule !mpm_netware.c>
+#<IfModule !perchild.c>
 #ScoreBoardFile @rel_logfiledir@/apache_runtime_status
-</IfModule>
-</IfModule>
+#</IfModule>
+#</IfModule>
 
 
 #