From: Nick Kew Date: Wed, 5 Jan 2011 12:30:38 +0000 (+0000) Subject: Typo fix X-Git-Tag: 2.3.11~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c80d67170532394aeb827cef7fec87a73f5f8f5;p=thirdparty%2Fapache%2Fhttpd.git Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_socache.xml b/docs/manual/mod/mod_authn_socache.xml index 772d782439a..aa1017ec58b 100644 --- a/docs/manual/mod/mod_authn_socache.xml +++ b/docs/manual/mod/mod_authn_socache.xml @@ -84,7 +84,7 @@ the load on backends
Cacheing with custom modules

Module developers should note that their modules must be enabled - for cacheing with mod_authn_cache. A single optional API function + for cacheing with mod_authn_socache. A single optional API function ap_authn_cache_store is provided to cache credentials a provider has just looked up or generated. Usage examples are available in