mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:10:29 +00:00
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
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user