You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2007/07/21 22:44:57 UTC

svn commit: r558380 - in /httpd/httpd/branches/2.2.x/docs/manual/howto: auth.html.en auth.xml

Author: rbowen
Date: Sat Jul 21 13:44:57 2007
New Revision: 558380

URL: http://svn.apache.org/viewvc?view=rev&rev=558380
Log:
close <directory> blocks

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en?view=diff&rev=558380&r1=558379&r2=558380
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en Sat Jul 21 13:44:57 2007
@@ -364,6 +364,7 @@
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
     Require valid-user
+    &lt;/Directory&gt;
     </code></p></div>
 
     <p>Other options are available. Consult the

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml?view=diff&rev=558380&r1=558379&r2=558380
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml Sat Jul 21 13:44:57 2007
@@ -364,6 +364,7 @@
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
     Require valid-user
+    &lt;/Directory&gt;
     </example>
 
     <p>Other options are available. Consult the