HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> Allow from
- all|<EM>host</em>|env=<em>variablename</em>
- [<em>host</em>|env=<em>variablename</em>] ...<BR>
+ all|<EM>host</em>|env=<em>env-variable</em>
+ [<em>host</em>|env=<em>env-variable</em>] ...<BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<p>The third format of the arguments to the <code>Allow</code>
directive allows access to the server to be controlled based on the
existence of an <a href="../env.html">environment variable</a>. When
-<code>Allow from env=</code><em>variablename</em> is specified, then
+<code>Allow from env=</code><em>env-variable</em> is specified, then
the request is allowed access if the environment variable
-<em>variablename</em> exists. The server provides the ability to set
+<em>env-variable</em> exists. The server provides the ability to set
environment variables in a flexible way based on characteristics of
the client request using the directives provided by <a
href="mod_setenvif.html">mod_setenvif</a>. Therefore, this directive
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> Deny from
- all|<EM>host</em>|env=<em>variablename</em>
- [<em>host</em>|env=<em>variablename</em>] ...<BR>
+ all|<EM>host</em>|env=<em>env-variable</em>
+ [<em>host</em>|env=<em>env-variable</em>] ...<BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> Alias <EM>url-path directory-filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> Alias <EM>URL-path file-path</em>|<em>directory-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AliasMatch <EM>regex directory-filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AliasMatch <EM>regex file-path</em>|<em>directory-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<P>This directive is equivalent to <A HREF="#alias">Alias</A>, but
makes use of standard regular expressions, instead of simple prefix
-matching. The supplied regular expression is matched against the URL,
-and if it matches, the server will substitute any parenthesized
-matches into the given string and use it as a filename. For example,
-to activate the <CODE>/icons</CODE> directory, one might use:
+matching. The supplied regular expression is matched against the
+URL-path, and if it matches, the server will substitute any
+parenthesized matches into the given string and use it as a
+filename. For example, to activate the <CODE>/icons</CODE> directory,
+one might use:
<PRE>
AliasMatch ^/icons(.*) /usr/local/apache/icons$1
</PRE>
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> Redirect [<EM>status</EM>]
- <EM>url-path url</EM><BR>
+ <EM>URL-path URL</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<P>
The Redirect directive maps an old URL into a new one. The new URL is returned
to the client which attempts to fetch it again with the new address.
-<EM>Url-path</EM> a (%-decoded) path; any requests for documents beginning with
-this path will be returned a redirect error to a new (%-encoded) url
-beginning with <EM>url</EM>.
+<EM>URL-path</EM> a (%-decoded) path; any requests for documents beginning with
+this path will be returned a redirect error to a new (%-encoded) URL
+beginning with <EM>URL</EM>.
</P>
<P>
Example:
<STRONG>Note:</STRONG> Redirect directives take precedence over Alias
and ScriptAlias
directives, irrespective of their ordering in the configuration file. Also,
-<EM>Url-path</EM> must be an absolute path, not a relative path, even
+<EM>URL-path</EM> must be an absolute path, not a relative path, even
when used with .htaccess files or inside of <Directory> sections.
</P>
<P>
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A>
- RedirectMatch [<EM>status</EM>] <EM>regex url</EM>
+ RedirectMatch [<EM>status</EM>] <EM>regex URL</EM>
<BR>
<A
HREF="directive-dict.html#Context"
><STRONG>Module:</STRONG></A> mod_alias
</P>
-<P>This directive is equivalent to <A HREF="#redirect">Redirect</A>, but
-makes use of standard regular expressions, instead of simple prefix
-matching. The supplied regular expression is matched against the URL,
-and if it matches, the server will substitute any parenthesized
-matches into the given string and use it as a filename. For example,
-to redirect all GIF files to like-named JPEG files on another server,
-one might use:
+<P>This directive is equivalent to <A HREF="#redirect">Redirect</A>,
+but makes use of standard regular expressions, instead of simple
+prefix matching. The supplied regular expression is matched against
+the URL-path, and if it matches, the server will substitute any
+parenthesized matches into the given string and use it as a
+filename. For example, to redirect all GIF files to like-named JPEG
+files on another server, one might use:
<PRE>
RedirectMatch (.*)\.gif$ http://www.anotherserver.com$1.jpg
</PRE>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RedirectTemp <EM>url-path url</EM><BR>
+><STRONG>Syntax:</STRONG></A> RedirectTemp <EM>URL-path URL</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RedirectPermanent <EM>url-path url</EM><BR>
+><STRONG>Syntax:</STRONG></A> RedirectPermanent <EM>URL-path URL</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>url-path directory-filename</EM>
+><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>URL-path file-path</em>|<em>directory-path</em>
<BR>
<A
HREF="directive-dict.html#Context"
The ScriptAlias directive has the same behavior as the
<A HREF="#alias">Alias</A> directive, except that in addition it
marks the target directory as containing CGI scripts.
-URLs with a (%-decoded) path beginning with <EM>url-path</EM> will be
-mapped to scripts beginning with <EM>directory-filename</EM>.
+URLs with a (%-decoded) path beginning with <EM>URL-path</EM> will be
+mapped to scripts beginning with the second argument which is a full
+pathname in the local filesystem.
<P>
Example:
</P>
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> ScriptAliasMatch
- <EM>regex directory-filename</EM><BR>
+ <EM>regex file-path</em>|<em>directory-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_alias
</P>
-<P>This directive is equivalent to <A HREF="#scriptalias">ScriptAlias</A>, but
-makes use of standard regular expressions, instead of simple prefix
-matching. The supplied regular expression is matched against the URL,
-and if it matches, the server will substitute any parenthesized
-matches into the given string and use it as a filename. For example,
-to activate the standard <CODE>/cgi-bin</CODE>, one might use:
+<P>This directive is equivalent to <A
+HREF="#scriptalias">ScriptAlias</A>, but makes use of standard regular
+expressions, instead of simple prefix matching. The supplied regular
+expression is matched against the URL-path, and if it matches, the
+server will substitute any parenthesized matches into the given string
+and use it as a filename. For example, to activate the standard
+<CODE>/cgi-bin</CODE>, one might use:
<PRE>
ScriptAliasMatch ^/cgi-bin(.*) /usr/local/apache/cgi-bin$1
</PRE>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthGroupFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthGroupFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_auth<P>
The AuthGroupFile directive sets the name of a textual file containing the list
-of user groups for user authentication. <EM>Filename</EM> is the path
+of user groups for user authentication. <EM>File-path</EM> is the path
to the group file. If it is not absolute (<EM>i.e.</EM>, if it
doesn't begin with a slash), it is treated as relative to the ServerRoot.
<P>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthUserFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthUserFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
The AuthUserFile directive sets the name of a textual file containing
the list of users and passwords for user
-authentication. <EM>Filename</EM> is the path to the user
+authentication. <EM>File-path</EM> is the path to the user
file. If it is not absolute (<EM>i.e.</EM>, if it doesn't begin with a
slash), it is treated as relative to the ServerRoot.
<P> Each line of the user file file contains a username followed
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBGroupFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDBGroupFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_auth_db<P>
The AuthDBGroupFile directive sets the name of a DB file containing the list
-of user groups for user authentication. <EM>Filename</EM> is the absolute path
+of user groups for user authentication. <EM>File-path</EM> is the absolute path
to the group file.<P>
The group file is keyed on the username. The value for a user is a
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBUserFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDBUserFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_auth_db<P>
The AuthDBUserFile directive sets the name of a DB file containing the list
-of users and passwords for user authentication. <EM>Filename</EM> is the
+of users and passwords for user authentication. <EM>File-path</EM> is the
absolute path to the user file.<P>
The user file is keyed on the username. The value for a user is the
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBMGroupFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDBMGroupFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_auth_dbm<P>
The AuthDBMGroupFile directive sets the name of a DBM file containing the list
-of user groups for user authentication. <EM>Filename</EM> is the absolute path
+of user groups for user authentication. <EM>File-path</EM> is the absolute path
to the group file.<P>
The group file is keyed on the username. The value for a user is a
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBMUserFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDBMUserFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
><STRONG>Module:</STRONG></A> mod_auth_dbm<P>
The AuthDBMUserFile directive sets the name of a DBM file containing the list
-of users and passwords for user authentication. <EM>Filename</EM> is the
+of users and passwords for user authentication. <EM>File-path</EM> is the
absolute path to the user file.<P>
The user file is keyed on the username. The value for a user is the
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<P>The AuthDigestFile directive sets the name of a textual file containing
the list of users and encoded passwords for digest authentication.
-<EM>Filename</EM> is the absolute path to the user file.
+<EM>File-path</EM> is the absolute path to the user file.
<P>The digest file uses a special format. Files in this format can be
created using the <a href="../programs/htdigest.html">htdigest</a>
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestGroupFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestGroupFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<P>The AuthDigestGroupFile directive sets the name of a textual file
containing the list of groups and their members (user names).
-<EM>Filename</EM> is the absolute path to the group file.
+<EM>File-path</EM> is the absolute path to the group file.
<P>Each line of the group file contains a groupname followed by a colon,
followed by the member usernames separated by spaces. Example:
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable</em>
- [<em>variable</em>] ...<BR>
+><STRONG>Syntax:</STRONG></A> PassEnv <EM>env-variable</em>
+ [<em>env-variable</em>] ...<BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> SetEnv <EM>variable value</EM><BR>
+><STRONG>Syntax:</STRONG></A> SetEnv <EM>env-variable value</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable</em>
- [<em>variable</em>] ...<BR>
+><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>env-variable</em>
+ [<em>env-variable</em>] ...<BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> TypesConfig <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> TypesConfig <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
- ><STRONG>Syntax:</STRONG></A> MimeMagicFile <EM>magic-file-name</EM>
+ ><STRONG>Syntax:</STRONG></A> MimeMagicFile <EM>file-path</EM>
<BR>
<A
HREF="directive-dict.html#Default"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RewriteLog <EM>Filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteLog <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RewriteLock <EM>Filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteLock <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> RewriteBase <EM>BaseURL</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteBase <EM>URL-path</EM><BR>
<A
HREF="directive-dict.html#Default"
REL="Help"
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex
- envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
+ env-variable</em>[=<em>value</em>] [<em>env-variable</em>[=<em>value</em>]] ...
<BR>
<A
HREF="directive-dict.html#Default"
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex
- envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
+ env-variable</em>[=<em>value</em>] [<em>env-variable</em>[=<em>value</em>]] ...
<BR>
<A
HREF="directive-dict.html#Default"
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex
- envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
+ env-variable</em>[=<em>value</em>] [<em>env-variable</em>[=<em>value</em>]] ...
<BR>
<A
HREF="directive-dict.html#Default"
HREF="directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase <EM> attribute regex
- envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
+ env-variable</em>[=<em>value</em>] [<em>env-variable</em>[=<em>value</em>]] ...
<BR>
<A
HREF="directive-dict.html#Default"