a broken example in the FAQ.
PR: 3360
Submitted by: Jonathan Hartzog <jhartzog@w00f.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82360
13f79535-47bb-0310-9956-
ffa450edef68
<!--#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
<BR>
AuthUserFile /usr/local/apache/conf/htpasswd.users
<BR>
- AuthName special directory
+ AuthName "special directory"
<BR>
require valid-user
<BR>
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