coar 98/11/06 16:10:41
Modified: htdocs/manual/misc FAQ.html htdocs/manual/mod core.html Log: Make it more clear that AuthName takes a single argument, and fix a broken example in the FAQ. PR: 3360 Submitted by: Jonathan Hartzog <[EMAIL PROTECTED]> Revision Changes Path 1.135 +2 -2 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/FAQ.html,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- FAQ.html 1998/11/06 17:28:05 1.134 +++ FAQ.html 1998/11/07 00:10:38 1.135 @@ -14,7 +14,7 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> - $Revision: 1.134 $ ($Date: 1998/11/06 17:28:05 $) + $Revision: 1.135 $ ($Date: 1998/11/07 00:10:38 $) </P> <P> The latest version of this FAQ is always available from the main @@ -1704,7 +1704,7 @@ <BR> AuthUserFile /usr/local/apache/conf/htpasswd.users <BR> - AuthName special directory + AuthName "special directory" <BR> require valid-user <BR> 1.140 +2 -1 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- core.html 1998/10/03 13:38:31 1.139 +++ core.html 1998/11/07 00:10:40 1.140 @@ -281,7 +281,8 @@ This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and -password to send. +password to send. <SAMP>AuthName</SAMP> takes a single argument; +if the realm name contains spaces, it must be enclosed in quotation marks. It must be accompanied by <A HREF="#authtype">AuthType</A> and <A HREF="#require">require</A> directives, and directives such as <A HREF="mod_auth.html#authuserfile">AuthUserFile</A> and