summaryrefslogtreecommitdiffstats
path: root/include/scoreboard.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-04 23:40:08 +0200
committerJeff Trawick <trawick@apache.org>2012-08-04 23:40:08 +0200
commit37d741a9abef42e6802232a9f10b6360266f09c7 (patch)
treebaf45830a4f98865ea2ade25c11d169f3e6c1ed8 /include/scoreboard.h
parentRemove backported items from trunk CHANGES. (diff)
downloadapache2-37d741a9abef42e6802232a9f10b6360266f09c7.tar.xz
apache2-37d741a9abef42e6802232a9f10b6360266f09c7.zip
core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
scoreboard (ScoreBoardFile). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r--include/scoreboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h
index 2fd2960e49..393cbe9f29 100644
--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -40,7 +40,7 @@ extern "C" {
/* Scoreboard file, if there is one */
#ifndef DEFAULT_SCOREBOARD
-#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
+#define DEFAULT_SCOREBOARD "apache_runtime_status" /* within DEFAULT_REL_RUNTIMEDIR */
#endif
/* Scoreboard info on a process is, for now, kept very brief ---