diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-14 01:34:27 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-14 01:34:27 +0100 |
commit | 8cea5c42759dfdd86c7fa2d5566f164f2e29b0df (patch) | |
tree | df0aeb6ee88441b7cb68dd273ea3c214e1944887 /docs/manual/socache.html.en | |
parent | Further clarify the naming of the entity that originates the request by (diff) | |
download | apache2-8cea5c42759dfdd86c7fa2d5566f164f2e29b0df.tar.xz apache2-8cea5c42759dfdd86c7fa2d5566f164f2e29b0df.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1214007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/socache.html.en')
-rw-r--r-- | docs/manual/socache.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en index 31e9e85f8c..291c56de2e 100644 --- a/docs/manual/socache.html.en +++ b/docs/manual/socache.html.en @@ -37,9 +37,9 @@ <p>The only configuration required is to select which cache provider to use. This is the responsibility of modules using the cache, and they enable selection using directives such as - <code class="directive"><a href="./mod/authn_socache.html#authncachesocache">AuthnCacheSOCache</a></code>, - <code class="directive"><a href="./mod/ssl.html#sslsessioncache">SSLSessionCache</a></code>, and - <code class="directive"><a href="./mod/ssl.html#sslstaplingcache">SSLStaplingCache</a></code>.</p> + <code class="directive"><a href="./mod/mod_authn_socache.html#authncachesocache">AuthnCacheSOCache</a></code>, + <code class="directive"><a href="./mod/mod_ssl.html#sslsessioncache">SSLSessionCache</a></code>, and + <code class="directive"><a href="./mod/mod_ssl.html#sslstaplingcache">SSLStaplingCache</a></code>.</p> <p>Currently available providers are:</p> <dl> <dt>"dbm" (<code class="module"><a href="./mod/mod_socache_dbm.html">mod_socache_dbm</a></code>)</dt> |