'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
# 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>
#
#
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.