From a70b3c6a25fa6fac7957642f98e3b606c77a5adf Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 17 Aug 2010 18:01:03 +0000 Subject: [PATCH] Fix validation error on docs xml file. Order of elements is relevant for validation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986424 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_socache.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_authn_socache.xml b/docs/manual/mod/mod_authn_socache.xml index ee71ddbe02..772d782439 100644 --- a/docs/manual/mod/mod_authn_socache.xml +++ b/docs/manual/mod/mod_authn_socache.xml @@ -113,9 +113,9 @@ the load on backends AuthnCacheProvider Specify which authn provider(s) to cache for AuthnCacheProvider authn-provider [...] +None directory.htaccess AuthConfig -None

This directive specifies an authentication provider or providers @@ -135,9 +135,9 @@ the load on backends AuthnCacheTimeout Set a timeout for cache entries AuthnCacheTimeout timeout (seconds) +300 (5 minutes) directory.htaccess AuthConfig -300 (5 minutes)

Cacheing authentication data can be a security issue, though short-term @@ -159,8 +159,8 @@ the load on backends AuthnCacheContext Specify a context string for use in the cache key AuthnCacheContext directory|server|custom-string -directory directory +directory

This directive specifies a string to be used along with the supplied -- 2.40.0