From 6874d4eb7915711bc2a68f0d013dbfd0864ba5d1 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 4 Dec 2011 17:15:32 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210148 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/socache.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index 7914d31f31..9b07c681f3 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -39,7 +39,7 @@ must be present, and configured.

The only configuration required is to select which cache provider to use. This is the responsibility of modules using the cache, and - they enable selecton using directives such as + they enable selection using directives such as AuthnCacheSOCache, SSLSessionCache, and SSLStaplingCache.

@@ -47,7 +47,7 @@
"dbm" (mod_socache_dbm)
This makes use of a DBM hash file. - The choice of underlying DBM configuration may be configurable + The choice of underlying DBM used may be configurable if the installed APR version supports multiple DBM implementations.
"dc" (mod_socache_dc)
This makes use of the distcache -- 2.50.1