summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-03-07 13:51:04 +0100
committerJim Jagielski <jim@apache.org>2012-03-07 13:51:04 +0100
commit25c27c59ddb7242901767eb98e195fd686f85f11 (patch)
tree1b7a9ebdf416437f36931f43491958c6f64e8f0e /include/http_config.h
parentPR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settings (diff)
downloadapache2-25c27c59ddb7242901767eb98e195fd686f85f11.tar.xz
apache2-25c27c59ddb7242901767eb98e195fd686f85f11.zip
Docs (and minor comment change) for DefaultRuntimeDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h
index db7feb90f7..617ab2a682 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -709,7 +709,7 @@ AP_DECLARE(char *) ap_server_root_relative(apr_pool_t *p, const char *fname);
/**
* Compute the name of a run-time file (e.g., shared memory "file") relative
* to the appropriate run-time directory. Absolute paths are returned as-is.
- * The run-time directory is configured via the RuntimeDir directive or
+ * The run-time directory is configured via the DefaultRuntimeDir directive or
* at build time.
*/
AP_DECLARE(char *) ap_runtime_dir_relative(apr_pool_t *p, const char *fname);