]> granicus.if.org Git - apache/commitdiff
Best to use -no- file extension here, since that always pops up the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 03:19:49 +0000 (03:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 03:19:49 +0000 (03:19 +0000)
  '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

docs/conf/httpd-std.conf
docs/conf/httpd-win.conf

index 777189b133b1c69a5418977516831e5c6938edbe..c6f4ddc00f2dea3ad145e3261c10983a1054e2a3 100644 (file)
@@ -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.
 #
-<IfModule !mpm_winnt.c>
 <IfModule !mpm_netware.c>
 <IfModule !perchild.c>
 ScoreBoardFile logs/apache_runtime_status
 </IfModule>
 </IfModule>
-</IfModule>
 
 
 #
index da0410832b9978fdb737995ec622f634e144513d..e5ccca697f0d16ddc5c1d147f6ae19297398b1cb 100644 (file)
 #
 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.