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:
@@ -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>
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user