diff options
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/mod/core.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/core.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/core.html b/usr.sbin/httpd/htdocs/manual/mod/core.html index f8734d1d9d7..f7a38be36bc 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/core.html +++ b/usr.sbin/httpd/htdocs/manual/mod/core.html @@ -287,7 +287,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 @@ -450,11 +451,11 @@ re-populated using the <A HREF="#addmodule">AddModule</A> directive.<P><HR> <A HREF="directive-dict.html#Override" REL="Help" -><STRONG>Override:</STRONG></A> AuthConfig<BR> +><STRONG>Override:</STRONG></A> Options<BR> <A HREF="directive-dict.html#Status" REL="Help" -><STRONG>Status:</STRONG></A> experimental<P> +><STRONG>Status:</STRONG></A> experimental<BR> <A HREF="directive-dict.html#Compatibility" REL="Help" @@ -818,7 +819,7 @@ responses.</A><P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ErrorLog ><EM>filename</EM>|<CODE>syslog[:facility]</CODE> +><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog[:facility]</CODE> <BR> <A HREF="directive-dict.html#Default" @@ -2050,7 +2051,7 @@ See also <A HREF="#maxspareservers">MaxSpareServers</A> and <A HREF="directive-dict.html#Status" REL="Help" -><STRONG>Status:</STRONG></A> core<P> +><STRONG>Status:</STRONG></A> core<BR> <A HREF="directive-dict.html#Compatibility" REL="Help" @@ -3011,7 +3012,7 @@ a packet is sent. <STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess <BR> <A HREF="directive-dict.html#Override" REL="Help"> -<STRONG>Override:</STRONG></A> AuthConfig<BR> +<STRONG>Override:</STRONG></A> Options<BR> <A HREF="directive-dict.html#Compatibility" REL="Help"> <STRONG>Compatibility:</STRONG></A> UseCanonicalName is only available in Apache 1.3 and later<P> |