]> granicus.if.org Git - apache/commitdiff
Make it more clear that AuthName takes a single argument, and fix
authorKen Coar <coar@apache.org>
Sat, 7 Nov 1998 00:10:40 +0000 (00:10 +0000)
committerKen Coar <coar@apache.org>
Sat, 7 Nov 1998 00:10:40 +0000 (00:10 +0000)
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

docs/manual/misc/FAQ.html
docs/manual/mod/core.html

index ef915d71c96a45d8c9d77575ed487906d70dc616..7c19cfeaf553f7e8297c9980be7ad600ffa4c2e3 100644 (file)
@@ -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
     <BR>
     AuthUserFile /usr/local/apache/conf/htpasswd.users
     <BR>
-    AuthName special directory
+    AuthName "special directory"
     <BR>
     require valid-user
     <BR>
index a145c81bc926f7d1494c8fa01e34e353e64ad7d5..aca2c208fd80efe661ca604b4e8b4e83f40370c1 100644 (file)
@@ -281,7 +281,8 @@ Allow use of the directives controlling specific directory features
 
 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