From 2c80d67170532394aeb827cef7fec87a73f5f8f5 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 5 Jan 2011 12:30:38 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055442 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_socache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_authn_socache.xml b/docs/manual/mod/mod_authn_socache.xml index 772d782439..aa1017ec58 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