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 2005/12/09 03:37:48 UTC

svn commit: r355325 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml

Author: rbowen
Date: Thu Dec  8 18:37:45 2005
New Revision: 355325

URL: http://svn.apache.org/viewcvs?rev=355325&view=rev
Log:
Add required AuthName directive to the example configuration

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml?rev=355325&r1=355324&r2=355325&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_basic.xml Thu Dec  8 18:37:45 2005
@@ -62,6 +62,7 @@
       &lt;Location /secure&gt;<br />
       <indent>
         AuthType basic<br />
+        AuthName "private area"<br />
         AuthBasicProvider  dbm<br />
         AuthDBMType        SDBM<br />
         AuthDBMUserFile    /www/etc/dbmpasswd<br />