1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

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
This commit is contained in:
William A. Rowe Jr
2002-01-10 03:19:49 +00:00
parent 58c3bb2c27
commit cabc07d1f2
2 changed files with 8 additions and 2 deletions

View 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>
#

View File

@@ -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.