You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/08/17 20:01:04 UTC

svn commit: r986424 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml

Author: rjung
Date: Tue Aug 17 18:01:03 2010
New Revision: 986424

URL: http://svn.apache.org/viewvc?rev=986424&view=rev
Log:
Fix validation error on docs xml file.

Order of elements is relevant for validation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml?rev=986424&r1=986423&r2=986424&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml Tue Aug 17 18:01:03 2010
@@ -113,9 +113,9 @@ the load on backends</description>
 <name>AuthnCacheProvider</name>
 <description>Specify which authn provider(s) to cache for</description>
 <syntax>AuthnCacheProvider <var>authn-provider</var> [...]</syntax>
+<default>None</default>
 <contextlist><context>directory</context><context>.htaccess</context></contextlist>
 <override>AuthConfig</override>
-<default>None</default>
 
 <usage>
     <p>This directive specifies an authentication provider or providers
@@ -135,9 +135,9 @@ the load on backends</description>
 <name>AuthnCacheTimeout</name>
 <description>Set a timeout for cache entries</description>
 <syntax>AuthnCacheTimeout <var>timeout</var> (seconds)</syntax>
+<default>300 (5 minutes)</default>
 <contextlist><context>directory</context><context>.htaccess</context></contextlist>
 <override>AuthConfig</override>
-<default>300 (5 minutes)</default>
 
 <usage>
     <p>Cacheing authentication data can be a security issue, though short-term
@@ -159,8 +159,8 @@ the load on backends</description>
 <name>AuthnCacheContext</name>
 <description>Specify a context string for use in the cache key</description>
 <syntax>AuthnCacheContext <var>directory|server|custom-string</var></syntax>
-<contextlist><context>directory</context></contextlist>
 <default>directory</default>
+<contextlist><context>directory</context></contextlist>
 
 <usage>
     <p>This directive specifies a string to be used along with the supplied