diff options
author | Jeff Trawick <trawick@apache.org> | 2012-08-07 14:44:30 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-08-07 14:44:30 +0200 |
commit | a9896837afb31aff13bdb6759b3167bd86365262 (patch) | |
tree | 16a9528d05f4a549b04ed9b0707af777d1d83ba1 /docs/manual/mod/mod_socache_dbm.xml | |
parent | xforms (diff) | |
download | apache2-a9896837afb31aff13bdb6759b3167bd86365262.tar.xz apache2-a9896837afb31aff13bdb6759b3167bd86365262.zip |
mod_socache_shmcb and mod_socache_dbm: finish support of
DefaultRuntimeDir
a partial conversion was made in r1299718, affecting cases
where no filename was specified
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_socache_dbm.xml')
-rw-r--r-- | docs/manual/mod/mod_socache_dbm.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_socache_dbm.xml b/docs/manual/mod/mod_socache_dbm.xml index d8aac6b99f..eaa0bc10e0 100644 --- a/docs/manual/mod/mod_socache_dbm.xml +++ b/docs/manual/mod/mod_socache_dbm.xml @@ -38,6 +38,9 @@ dbm:/path/to/datafile </example> + <p>If the path is not absolute then it is assumed to be relative to + the <directive module="core">DefaultRuntimeDir</directive>.</p> + <p>Details of other shared object cache providers can be found <a href="../socache.html">here</a>. </p> |