From: Rich Bowen Date: Fri, 9 Dec 2005 02:37:45 +0000 (+0000) Subject: Add required AuthName directive to the example configuration X-Git-Tag: 2.2.1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bdb4b0bc851e784737fbea8f13cc69c2268c80;p=thirdparty%2Fapache%2Fhttpd.git Add required AuthName directive to the example configuration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index 6c41b90c538..3ca0c2b1c9f 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -62,6 +62,7 @@ <Location /secure>
AuthType basic
+ AuthName "private area"
AuthBasicProvider dbm
AuthDBMType SDBM
AuthDBMUserFile /www/etc/dbmpasswd