You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2010/06/28 22:51:25 UTC

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

Author: niq
Date: Mon Jun 28 20:51:25 2010
New Revision: 958723

URL: http://svn.apache.org/viewvc?rev=958723&view=rev
Log:
Bah.  Fix usage example in r958720

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=958723&r1=958722&r2=958723&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_socache.xml Mon Jun 28 20:51:25 2010
@@ -77,6 +77,7 @@ the load on backends</description>
         AuthnCacheProvider dbd
         AuthnCacheContext dbd-authn-example
         AuthnCacheSOCache dbm
+        Require valid-user
     &lt;/Directory&gt;
     </pre></example>
 </section>