From: Roy T. Fielding Date: Wed, 9 Jul 2003 15:18:01 +0000 (+0000) Subject: do not put active IfModule directives around config lines that X-Git-Tag: pre_ajp_proxy~1469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0eb16b516b8f5342996501d73545e69313b750c;p=apache do not put active IfModule directives around config lines that 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 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index b6bfcd404c..7553c8f7ca 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -52,11 +52,11 @@ ServerRoot "@@ServerRoot@@" # # The accept serialization lock file MUST BE STORED ON A LOCAL DISK. # - - +# +# #LockFile @rel_logfiledir@/accept.lock - - +# +# # # 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. # - - +# +# #ScoreBoardFile @rel_logfiledir@/apache_runtime_status - - +# +# #