]> granicus.if.org Git - apache/commitdiff
Seems like a good idea to close the <Directory> tag in the example.
authorRich Bowen <rbowen@apache.org>
Thu, 5 Oct 2006 01:53:48 +0000 (01:53 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 5 Oct 2006 01:53:48 +0000 (01:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@453083 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index 1b3cbe69e26ab2caf282d44faba031d546a1884f..224086a0c6105166e221e793a9ae70c3bd02494f 100644 (file)
@@ -376,7 +376,8 @@ person in</title>
     AuthType Basic<br />
     AuthBasicProvider dbm<br />
     AuthDBMUserFile /www/passwords/passwd.dbm<br />
-    Require valid-user
+    Require valid-user<br />
+    &lt;/Directory&gt;
     </example>
 
     <p>Other options are available. Consult the