From d0eb16b516b8f5342996501d73545e69313b750c Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Wed, 9 Jul 2003 15:18:01 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 - - +# +# # -- 2.50.1