From: William A. Rowe Jr Date: Thu, 10 Jan 2002 03:19:49 +0000 (+0000) Subject: Best to use -no- file extension here, since that always pops up the X-Git-Tag: 2.0.31~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cabc07d1f289dcd841bfdebeaff4110742eb28ee;p=apache Best to use -no- file extension here, since that always pops up the 'open with' dialog in MS Explorer, preventing the user from really mucking anything up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 777189b133..c6f4ddc00f 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -64,13 +64,11 @@ ServerRoot "@@ServerRoot@@" # this file will be created when you run Apache) then you *must* ensure that # no two invocations of Apache share the same scoreboard file. # - ScoreBoardFile logs/apache_runtime_status - # diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index da0410832b..e5ccca697f 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -51,6 +51,14 @@ # ServerRoot "@@ServerRoot@@" +# +# ScoreBoardFile: File used to store internal server process information. +# Not all architectures require this. But if yours does (you'll know because +# this file will be created when you run Apache) then you *must* ensure that +# no two invocations of Apache share the same scoreboard file. +# +ScoreBoardFile logs/apache_runtime_status + # # PidFile: The file in which the server should record its process # identification number when it starts.