From: Rich Bowen Date: Thu, 5 Oct 2006 01:53:48 +0000 (+0000) Subject: Seems like a good idea to close the tag in the example. X-Git-Tag: 2.3.0~2089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e77eebfd8b751cdab174333edaf005868e00d0;p=thirdparty%2Fapache%2Fhttpd.git Seems like a good idea to close the tag in the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@453083 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 1b3cbe69e26..224086a0c61 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -376,7 +376,8 @@ person in AuthType Basic
AuthBasicProvider dbm
AuthDBMUserFile /www/passwords/passwd.dbm
- Require valid-user + Require valid-user
+ </Directory>

Other options are available. Consult the