diff options
author | Nick Kew <niq@apache.org> | 2011-12-10 22:03:19 +0100 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2011-12-10 22:03:19 +0100 |
commit | 0aaf65934fdcd37f5db337b32277b53b56d8d1ae (patch) | |
tree | 82fea8f4ee4ec33f572c6667b3794d4a03582433 /docs/manual/socache.xml | |
parent | RPM: Update the spec file to require at least apr-util v1.4.x. (diff) | |
download | apache2-0aaf65934fdcd37f5db337b32277b53b56d8d1ae.tar.xz apache2-0aaf65934fdcd37f5db337b32277b53b56d8d1ae.zip |
Typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1212872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/socache.xml')
-rw-r--r-- | docs/manual/socache.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index 20cae8e65f..c680379256 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -40,9 +40,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 - <directive module="authn_socache">AuthnCacheSOCache</directive>, - <directive module="ssl">SSLSessionCache</directive>, and - <directive module="ssl">SSLStaplingCache</directive>.</p> + <directive module="mod_authn_socache">AuthnCacheSOCache</directive>, + <directive module="mod_ssl">SSLSessionCache</directive>, and + <directive module="mod_ssl">SSLStaplingCache</directive>.</p> <p>Currently available providers are:</p> <dl> <dt>"dbm" (<module>mod_socache_dbm</module>)</dt> |