summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-06 12:15:03 +0000
committerJeff Trawick <trawick@apache.org>2012-08-06 12:15:03 +0000
commitb6f86b92c214c73bfcd9a863f1506f523adce2cc (patch)
tree605a9c18e455c54e0443aa314a1f9b2f0ad317c2 /include/ap_config.h
parent2e5559bb81ec4926285874126b5abf7af6aed8b7 (diff)
downloadhttpd-b6f86b92c214c73bfcd9a863f1506f523adce2cc.tar.gz
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
now respect DefaultRuntimeDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index ebb8cf7c83..3bb667cdfd 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -187,7 +187,7 @@
/* Where the main/parent process's pid is logged */
#ifndef DEFAULT_PIDLOG
-#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
+#define DEFAULT_PIDLOG "httpd.pid"
#endif
#if defined(NETWARE)