summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-10-09 18:35:23 +0000
committerStefan Fritsch <sf@apache.org>2011-10-09 18:35:23 +0000
commit0ddfb3e6ccf8b5bc6995b63732dc0a0fa58f8790 (patch)
tree47e100c65525f10b4b7834d13333c2fb75e9a41f /include/mpm_common.h
parentcd17cd2c10f8d47e115e6c07e30b758dece17010 (diff)
downloadhttpd-0ddfb3e6ccf8b5bc6995b63732dc0a0fa58f8790.tar.gz
Add -D DUMP_RUN_CFG option to dump some configuration items
from the parsed (or default) config. This is useful for init scripts that need to setup temporary directories and permissions, for example if those temporary directories are located on a ram disk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 53c286faf9..f342c290ab 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -290,6 +290,7 @@ const char *ap_mpm_set_max_requests(cmd_parms *cmd, void *dummy,
extern const char *ap_pid_fname;
const char *ap_mpm_set_pidfile(cmd_parms *cmd, void *dummy,
const char *arg);
+void ap_mpm_dump_pidfile(apr_pool_t *p, apr_file_t *out);
/*
* The directory that the server changes directory to dump core.