]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
As threatened. The directive attributes in the module documentation
authorKen Coar <coar@apache.org>
Wed, 28 Jan 1998 19:11:58 +0000 (19:11 +0000)
committerKen Coar <coar@apache.org>
Wed, 28 Jan 1998 19:11:58 +0000 (19:11 +0000)
are now links back to a description of what the attributes mean.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68

35 files changed:
docs/manual/bind.html
docs/manual/bind.html.en
docs/manual/handler.html
docs/manual/handler.html.en
docs/manual/location.html
docs/manual/mod/core.html
docs/manual/mod/mod_access.html
docs/manual/mod/mod_actions.html
docs/manual/mod/mod_alias.html
docs/manual/mod/mod_auth.html
docs/manual/mod/mod_auth_anon.html
docs/manual/mod/mod_auth_db.html
docs/manual/mod/mod_auth_dbm.html
docs/manual/mod/mod_autoindex.html
docs/manual/mod/mod_cern_meta.html
docs/manual/mod/mod_cgi.html
docs/manual/mod/mod_dir.html
docs/manual/mod/mod_env.html
docs/manual/mod/mod_expires.html
docs/manual/mod/mod_headers.html
docs/manual/mod/mod_imap.html
docs/manual/mod/mod_include.html
docs/manual/mod/mod_info.html
docs/manual/mod/mod_log_agent.html
docs/manual/mod/mod_log_config.html
docs/manual/mod/mod_log_referer.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_mime_magic.html
docs/manual/mod/mod_negotiation.html
docs/manual/mod/mod_proxy.html
docs/manual/mod/mod_rewrite.html
docs/manual/mod/mod_setenvif.html
docs/manual/mod/mod_speling.html
docs/manual/mod/mod_userdir.html
docs/manual/mod/mod_usertrack.html

index 3b31b437a263b17facbecdbf5e9feb0eebedc9ad..d5caf449fab4de55681c2b190d4c1c4053c99ce4 100644 (file)
@@ -37,10 +37,22 @@ and ports Apache listens to.
 </UL>
 
 <h3><A name="bindaddress">BindAddress</A></h3>
-<STRONG>Syntax:</STRONG> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR>
-<STRONG>Default:</STRONG> <CODE>BindAddress *</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<P>
 
 Makes the server listen to just the specified address. If the argument
 is *, the server listens to all addresses. The port listened to
@@ -48,10 +60,22 @@ is set with the <TT>Port</TT> directive. Only one BindAddress
 should be used.
 
 <h3><A name="listen">Listen</A></h3>
-<STRONG>Syntax:</STRONG> Listen <EM>[ port | IP-address:port ]</EM><BR>
-<STRONG>Default:</STRONG> <CODE>none</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Listen <EM>[ port | IP-address:port ]</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>none</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<P>
 
 <TT>Listen</TT> can be used instead of <TT>BindAddress</TT> and
 <TT>Port</TT>. It tells the server to accept incoming requests on the
index 3b31b437a263b17facbecdbf5e9feb0eebedc9ad..d5caf449fab4de55681c2b190d4c1c4053c99ce4 100644 (file)
@@ -37,10 +37,22 @@ and ports Apache listens to.
 </UL>
 
 <h3><A name="bindaddress">BindAddress</A></h3>
-<STRONG>Syntax:</STRONG> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR>
-<STRONG>Default:</STRONG> <CODE>BindAddress *</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<P>
 
 Makes the server listen to just the specified address. If the argument
 is *, the server listens to all addresses. The port listened to
@@ -48,10 +60,22 @@ is set with the <TT>Port</TT> directive. Only one BindAddress
 should be used.
 
 <h3><A name="listen">Listen</A></h3>
-<STRONG>Syntax:</STRONG> Listen <EM>[ port | IP-address:port ]</EM><BR>
-<STRONG>Default:</STRONG> <CODE>none</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Listen <EM>[ port | IP-address:port ]</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>none</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<P>
 
 <TT>Listen</TT> can be used instead of <TT>BindAddress</TT> and
 <TT>Port</TT>. It tells the server to accept incoming requests on the
index 504dd09ebfa363df093d1f01735d8dfbf0e74974..a87b4d319da118b484b59d5275217917ecd1955c 100644 (file)
@@ -71,10 +71,22 @@ handlers in the standard distribution are as follows:</P>
 
 <h2><A name="addhandler">AddHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
 
 <P>AddHandler maps the filename extension <EM>extension</EM> to the
 handler <EM>handler-name</EM>. For example, to activate CGI scripts
@@ -91,10 +103,22 @@ program.</P>
 
 <h2><A name="sethandler">SetHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
 
 <P>When placed into an <CODE>.htaccess</CODE> file or a
 <CODE>&lt;Directory&gt;</CODE> or <CODE>&lt;Location&gt;</CODE> section,
index 504dd09ebfa363df093d1f01735d8dfbf0e74974..a87b4d319da118b484b59d5275217917ecd1955c 100644 (file)
@@ -71,10 +71,22 @@ handlers in the standard distribution are as follows:</P>
 
 <h2><A name="addhandler">AddHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;AddHandler <EM>handler-name extension</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
 
 <P>AddHandler maps the filename extension <EM>extension</EM> to the
 handler <EM>handler-name</EM>. For example, to activate CGI scripts
@@ -91,10 +103,22 @@ program.</P>
 
 <h2><A name="sethandler">SetHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;SetHandler <EM>handler-name</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime
 
 <P>When placed into an <CODE>.htaccess</CODE> file or a
 <CODE>&lt;Directory&gt;</CODE> or <CODE>&lt;Location&gt;</CODE> section,
index b5c3fd5e307e3e830ba3a28da38a403f9dc16c3d..e8063f12fee5ca7dee7926dac115623e5e21dbb6 100644 (file)
 
 <h2><A name="location">The <CODE>&lt;Location&gt;</CODE> Directive</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;Location <EM>URL prefix</EM>&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;Location <EM>URL prefix</EM>&gt;<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
 
 <P>The &lt;Location&gt; directive provides for access control by
 URL. It is comparable to the <A
index 305a0d52ea5a48f0567deaa35cd844e931ae6454..5e3ef8c73244b0e00627a1efbda7786afa89dcf8 100644 (file)
@@ -86,10 +86,22 @@ always available.
 
 <h2><A name="accessconfig">AccessConfig directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->
-<STRONG>Syntax:</STRONG> AccessConfig <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>AccessConfig conf/access.conf</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AccessConfig <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>AccessConfig conf/access.conf</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The server will read this file for more directives after reading the
 <A HREF="#resourceconfig">ResourceConfig</A> file. <EM>Filename</EM> is
@@ -103,11 +115,26 @@ contain any server directive allowed in the <EM>server config</EM> context.
 
 <h2><A name="accessfilename">AccessFileName directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AccessFileName} directive&gt; -->
-<STRONG>Syntax:</STRONG> AccessFileName <EM>filename filename ...</EM><BR>
-<STRONG>Default:</STRONG> <CODE>AccessFileName .htaccess</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> AccessFileName can accept more than one filename only in Apache 1.3 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename filename ...</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>AccessFileName .htaccess</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> AccessFileName can accept more than one filename only in Apache 1.3 and later<P>
 
 When returning a document to the client the server looks for the first existing
 access control file from this list of names in every directory of the path to
@@ -125,10 +152,22 @@ AllowOverride None<BR>
 
 <h2><A name="addmodule">AddModule directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddModule <EM>module module ...</EM><BR>
-<STRONG>Context:</STRONG> server config <BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> AddModule is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddModule <EM>module module ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config <BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> AddModule is only available in Apache 1.2 and later<P>
 
 The server can have modules compiled in which are not actively in use.
 This directive can be used to enable the use of those modules.  The
@@ -138,10 +177,22 @@ directive.<P><HR>
 
 <h2><A name="allowoverride">AllowOverride directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AllowOverride} directive&gt; -->
-<STRONG>Syntax:</STRONG> AllowOverride <EM>override override ...</EM><BR>
-<STRONG>Default:</STRONG> <CODE>AllowOverride All</CODE><BR>
-<STRONG>Context:</STRONG> directory<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AllowOverride <EM>override override ...</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>AllowOverride All</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 When the server finds an .htaccess file (as specified by
 <A HREF="#accessfilename">AccessFileName</A>) it needs to know which
@@ -200,10 +251,22 @@ Allow use of the directives controlling specific directory features
 
 <h2><A name="authname">AuthName directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AuthName} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthName <EM>auth-domain</EM><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthName <EM>auth-domain</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 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
@@ -215,10 +278,22 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and
 
 <h2><A name="authtype">AuthType directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AuthType} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthType <EM>type</EM><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthType <EM>type</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 This directive selects the type of user authentication for a directory.
 Only <CODE>Basic</CODE> is currently implemented.
@@ -230,10 +305,22 @@ It must be accompanied by <A HREF="#authname">AuthName</A> and
 
 <h2><A name="bindaddress">BindAddress directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt BindAddress} directive&gt; -->
-<STRONG>Syntax:</STRONG> BindAddress <EM>saddr</EM><BR>
-<STRONG>Default:</STRONG> <CODE>BindAddress *</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> BindAddress <EM>saddr</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 A Unix&#174; http server can either listen for connections to every
 IP address of the server machine, or just one IP address of the server
@@ -267,10 +354,22 @@ HREF="#virtualhost">&lt;VirtualHost&gt;</A></CODE> sections.
 
 <h2><A name="clearmodulelist">ClearModuleList directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
-<STRONG>Syntax:</STRONG> ClearModuleList<BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> ClearModuleList is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ClearModuleList<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ClearModuleList is only available in Apache 1.2 and later<P>
 
 The server comes with a built-in list of active modules.  This
 directive clears the list.  It is assumed that the list will then be
@@ -278,12 +377,30 @@ re-populated using the <A HREF="#addmodule">AddModule</A> directive.<P><HR>
 
 <h2><A name="contentdigest">ContentDigest directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ContentDigest} directive&gt; -->
-<STRONG>Syntax:</STRONG> ContentDigest <EM>on|off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ContentDigest off</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> experimental<P>
-<STRONG>Compatibility:</STRONG> ContentDigest is only available in Apache 1.1 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ContentDigest <EM>on|off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ContentDigest off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><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>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> experimental<P>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ContentDigest is only available in Apache 1.1 and later<P>
 
 This directive enables the generation of <CODE>Content-MD5</CODE> headers
 as defined in RFC1864 respectively RFC2068.<P>
@@ -312,10 +429,22 @@ CGI scripts, and byte range responses do not have this header.
 
 <h2><A name="coredumpdirectory">CoreDumpDirectory directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt CoreDumpDirectory} directive&gt; -->
-<STRONG>Syntax:</STRONG> CoreDumpDirectory <EM>directory</EM><BR>
-<STRONG>Default:</STRONG> the same location as ServerRoot<BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CoreDumpDirectory <EM>directory</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> the same location as ServerRoot<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 This controls the directory to which Apache attempts to switch before
 dumping core.  The default is in the <A HREF="#serverroot">ServerRoot</A>
@@ -326,11 +455,26 @@ it in a different location.<P><HR>
 
 <h2><A name="defaulttype">DefaultType directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
-<STRONG>Syntax:</STRONG> DefaultType <EM>mime-type</EM><BR>
-<STRONG>Default:</STRONG> <CODE>DefaultType text/html</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> DefaultType <EM>mime-type</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>DefaultType text/html</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 There will be times when the server is asked to provide a document
 whose type cannot be determined by its MIME types mappings.<P>
@@ -344,9 +488,18 @@ with filenames missing the .gif extension.<P><HR>
 
 <h2><A name="directory">&lt;Directory&gt; directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Directory} section directive&gt; -->
-<STRONG>Syntax:</STRONG> &lt;Directory <EM>directory</EM>&gt; ... &lt;/Directory&gt; <BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Core. <P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;Directory <EM>directory</EM>&gt; ... &lt;/Directory&gt; <BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core. <P>
 
 &lt;Directory&gt; and &lt;/Directory&gt; are used to enclose a group of
 directives which will apply only to the named directory and sub-directories
@@ -459,10 +612,22 @@ different sections are combined when a request is received
 <HR>
 
 <h2><A name="directorymatch">&lt;DirectoryMatch&gt;</A></h2>
-<STRONG>Syntax:</STRONG> &lt;DirectoryMatch <EM>regex</EM>&gt; ... &lt;/DirectoryMatch&gt; <BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Core.<BR>
-<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;DirectoryMatch <EM>regex</EM>&gt; ... &lt;/DirectoryMatch&gt; <BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core.<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later
 
 <P>&lt;DirectoryMatch&gt; and &lt;/DirectoryMatch&gt; are used to enclose a group of
 directives which will apply only to the named directory and sub-directories
@@ -488,11 +653,23 @@ different sections are combined when a request is received
 
 <h2><A NAME="documentroot">DocumentRoot directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt DocumentRoot} directive&gt; -->
-<STRONG>Syntax:</STRONG> DocumentRoot <EM>directory-filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>DocumentRoot
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> DocumentRoot <EM>directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>DocumentRoot
 /usr/local/apache/htdocs</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 This directive sets the directory from which httpd will serve files.
 Unless matched by a directive like Alias, the server appends the path
@@ -510,11 +687,26 @@ please avoid that.
 
 <h2><A name="errordocument">ErrorDocument directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ErrorDocument} directive&gt; -->
-<STRONG>Syntax:</STRONG> ErrorDocument <EM>error-code document</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Override:</STRONG> FileInfo<BR>
-<STRONG>Compatibility:</STRONG> The directory and .htaccess contexts
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ErrorDocument <EM>error-code document</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> The directory and .htaccess contexts
 are only available in Apache 1.1 and later.<P>
 
 In the event of a problem or error, Apache can be configured to do
@@ -559,10 +751,22 @@ responses.</A><P><HR>
 
 <h2><A name="errorlog">ErrorLog directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ErrorLog} directive&gt; -->
-<STRONG>Syntax:</STRONG> ErrorLog <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ErrorLog logs/error_log</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ErrorLog logs/error_log</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The error log directive sets the name of the file to which the server will log
 any errors it encounters. If the filename does not begin with a slash (/)
@@ -579,11 +783,23 @@ than the user that starts the server.
 <P><HR>
 
 <h2><A name="files">&lt;Files&gt; directive</A></h2>
-<STRONG>Syntax:</STRONG> &lt;Files <EM>filename</EM>&gt;
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;Files <EM>filename</EM>&gt;
 ... &lt;/Files&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host, .htaccess<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> only available in Apache
 1.2 and above.<P>
 
 <P>The &lt;Files&gt; directive provides for access control by
@@ -629,11 +845,23 @@ different sections are combined when a request is received
 <HR>
 
 <h2><A name="filesmatch">&lt;FilesMatch&gt;</A></h2>
-<STRONG>Syntax:</STRONG> &lt;FilesMatch <EM>regex</EM>&gt;
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;FilesMatch <EM>regex</EM>&gt;
 ... &lt;/Files&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host, .htaccess<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> only available in Apache
 1.3 and above.<P>
 
 <P>The &lt;FilesMatch&gt; directive provides for access control by
@@ -654,10 +882,22 @@ different sections are combined when a request is received
 
 <h2><A name="group">Group directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Group} directive&gt; -->
-<STRONG>Syntax:</STRONG> Group <EM>unix-group</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Group #-1</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Group <EM>unix-group</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Group #-1</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The Group directive sets the group under which the server will answer requests.
 In order to use this directive, the stand-alone server must be run initially
@@ -688,13 +928,31 @@ considerations.<P><HR>
 
 <h2><A name="hostnamelookups">HostNameLookups directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt HostNameLookups} directive&gt; -->
-<STRONG>Syntax:</STRONG> HostNameLookups <EM>on | off | double</EM><BR>
-<STRONG>Default:</STRONG> <CODE>HostNameLookups off</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> <CODE>double</CODE> available only in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> HostNameLookups <EM>on | off | double</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>HostNameLookups off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> <CODE>double</CODE> available only in Apache
 1.3 and above.<BR>
-<STRONG>Compatibility:</STRONG> Default was <CODE>on</CODE> prior to Apache
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Default was <CODE>on</CODE> prior to Apache
 1.3.<P>
 
 This directive enables DNS lookups so that host names can be logged (and
@@ -728,10 +986,22 @@ from logged IP addresses offline.<P><HR>
 
 <h2><A name="identitycheck">IdentityCheck directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt IdentityCheck} directive&gt; -->
-<STRONG>Syntax:</STRONG> IdentityCheck <EM>boolean</EM><BR>
-<STRONG>Default:</STRONG> <CODE>IdentityCheck off</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> IdentityCheck <EM>boolean</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>IdentityCheck off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 This directive enables RFC1413-compliant logging of the remote user name
 for each connection, where the client machine runs identd or something similar.
@@ -749,12 +1019,27 @@ servers accessible from the Internet.
 <P><HR>
 
 <H2><A NAME="ifmodule">&lt;IfModule&gt; directive</A></H2>
-<STRONG>Syntax:</STRONG> &lt;IfModule [!]<EM>module-name</EM>&gt; <EM>...</EM>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;IfModule [!]<EM>module-name</EM>&gt; <EM>...</EM>
 &lt;/IfModule&gt;<BR>
-<STRONG>Default:</STRONG> None<BR>
-<STRONG>Context:</STRONG> all<BR>
-<STRONG>Status:</STRONG> Core<BR>
-<STRONG>Compatibility:</STRONG> IfModule is only available in 1.2 and
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> None<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> all<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> IfModule is only available in 1.2 and
 later.<P>
 
 <P>
@@ -790,9 +1075,18 @@ simple multiple-module tests.
 
 <h2><A name="include">Include directive</A></h2>
 <STRONG>Syntax: (Apache 1.2)</STRONG> Include <EM>filename</EM><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<BR>
-<STRONG>Compatibility:</STRONG> Include is only available in Apache 1.3 and later.
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Include is only available in Apache 1.3 and later.
 <P>
 This directive allows inclusion of other configuration files from within the server configuration files.
 
@@ -803,9 +1097,18 @@ This directive allows inclusion of other configuration files from within the ser
 <STRONG>Default: (Apache 1.1)</STRONG> <CODE>KeepAlive 5</CODE><BR>
 <STRONG>Syntax: (Apache 1.2)</STRONG> KeepAlive <EM>on/off</EM><BR>
 <STRONG>Default: (Apache 1.2)</STRONG> <CODE>KeepAlive On</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<BR>
-<STRONG>Compatibility:</STRONG> KeepAlive is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> KeepAlive is only available in Apache
 1.1 and later.<P>
 
 This directive enables
@@ -822,11 +1125,26 @@ persistent connections, "Off" to disable. See also the <A
 HREF="#maxkeepaliverequests">MaxKeepAliveRequests</A> directive.</P><HR>
 
 <h2><A name="keepalivetimeout">KeepAliveTimeout directive</A></h2>
-<STRONG>Syntax:</STRONG> KeepAliveTimeout <EM>seconds</EM><BR>
-<STRONG>Default:</STRONG> <CODE>KeepAliveTimeout 15</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<BR>
-<STRONG>Compatibility:</STRONG> KeepAliveTimeout is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> KeepAliveTimeout <EM>seconds</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>KeepAliveTimeout 15</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> KeepAliveTimeout is only available in Apache
 1.1 and later.<P>
 
 The number of seconds Apache will wait for a subsequent request before
@@ -838,10 +1156,19 @@ applies.
 
 <h2><A name="limit">&lt;Limit&gt; directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Limit} section directive&gt; -->
-<STRONG>Syntax:</STRONG>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A>
  &lt;Limit <EM>method method</EM> ... &gt; ... &lt;/Limit&gt;<BR>
-<STRONG>Context:</STRONG> any<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> any<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 &lt;Limit&gt; and &lt;/Limit&gt; are used to enclose a group of
 access control directives which will then apply only to the specified
@@ -862,11 +1189,23 @@ OPTIONS. If GET is used it will also restrict HEAD requests.
 &lt;Limit&gt; directive at all.</STRONG> <P><HR>
 
 <h2><A name="listen">Listen directive</A></h2>
-<STRONG>Syntax:</STRONG>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A>
 Listen [<EM>IP address</EM>:]<EM>port number</EM><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> Listen is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Listen is only available in Apache
 1.1 and later.<P>
 
 <P>The Listen directive instructs Apache to listen to more than one IP
@@ -916,11 +1255,26 @@ interfaces and port numbers, use
 <HR>
 
 <H2><A NAME="listenbacklog">ListenBacklog directive</A></H2>
-<STRONG>Syntax:</STRONG> ListenBacklog <EM>backlog</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ListenBacklog 511</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core<BR>
-<STRONG>Compatibility:</STRONG> ListenBacklog is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ListenBacklog <EM>backlog</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ListenBacklog 511</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ListenBacklog is only available in Apache
 versions after 1.2.0.<P>
 
 The maximum length of the queue of pending connections.  Generally no
@@ -930,11 +1284,23 @@ the backlog parameter to the <CODE>listen(2)</CODE> system call.</P><HR>
 
 <h2><A name="location">&lt;Location&gt; directive</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;Location <EM>URL</EM>&gt;
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;Location <EM>URL</EM>&gt;
 ... &lt;/Location&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> Location is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Location is only available in Apache
 1.1 and later.<P>
 
 <P>The &lt;Location&gt; directive provides for access control by
@@ -991,11 +1357,23 @@ different sections are combined when a request is received
 
 <h2><A name="locationmatch">&lt;LocationMatch&gt;</A></h2>
 
-<STRONG>Syntax:</STRONG> &lt;LocationMatch <EM>regex</EM>&gt;
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;LocationMatch <EM>regex</EM>&gt;
 ... &lt;/LocationMatch&gt;<BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> Location is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Location is only available in Apache
 1.3 and later.<P>
 
 <P>The &lt;LocationMatch&gt; directive provides for access control by
@@ -1017,10 +1395,22 @@ different sections are combined when a request is received
 <HR>
 
 <H2><A NAME="lockfile">LockFile directive</A></H2>
-<STRONG>Syntax:</STRONG> LockFile <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>LockFile logs/accept.lock</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> LockFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>LockFile logs/accept.lock</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The LockFile directive sets the path to the lockfile used when
 Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
@@ -1040,21 +1430,48 @@ server will try to create.<P>
 
 <h2><A name="maxclients">MaxClients directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt MaxClients} directive&gt; -->
-<STRONG>Syntax:</STRONG> MaxClients <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MaxClients 256</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MaxClients <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MaxClients 256</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The MaxClients directive sets the limit on the number of simultaneous
 requests that can be supported; not more than this number of child server
 processes will be created.<P><HR>
 
 <h2><A name="maxkeepaliverequests">MaxKeepAliveRequests directive</A></h2>
-<STRONG>Syntax:</STRONG> MaxKeepAliveRequests <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MaxKeepAliveRequests 100</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> Only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MaxKeepAliveRequests <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MaxKeepAliveRequests 100</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Only available in Apache
 1.2 and later.
 
 <P>The MaxKeepAliveRequests directive limits the number of requests
@@ -1065,10 +1482,22 @@ maximum server performance.</P><HR>
 
 <h2><A name="maxrequestsperchild">MaxRequestsPerChild directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt MaxRequestsPerChild} directive&gt; -->
-<STRONG>Syntax:</STRONG> MaxRequestsPerChild <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MaxRequestsPerChild 0</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MaxRequestsPerChild <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MaxRequestsPerChild 0</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The MaxRequestsPerChild directive sets the limit on the number of requests
 that an individual child server process will handle. After MaxRequestsPerChild
@@ -1085,10 +1514,22 @@ number of processes when the server load reduces.
 
 <h2><A name="maxspareservers">MaxSpareServers directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt MaxSpareServers} directive&gt; -->
-<STRONG>Syntax:</STRONG> MaxSpareServers <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MaxSpareServers 10</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MaxSpareServers <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MaxSpareServers 10</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The MaxSpareServers directive sets the desired maximum number of <EM>idle</EM>
 child server processes. An idle process is one which is not handling
@@ -1103,10 +1544,22 @@ See also <A HREF="#minspareservers">MinSpareServers</A> and
 
 <h2><A name="minspareservers">MinSpareServers directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt MinSpareServers} directive&gt; -->
-<STRONG>Syntax:</STRONG> MinSpareServers <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MinSpareServers 5</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MinSpareServers <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MinSpareServers 5</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The MinSpareServers directive sets the desired minimum number of <EM>idle</EM>
 child server processes. An idle process is one which is not handling
@@ -1121,10 +1574,22 @@ See also <A HREF="#maxspareservers">MaxSpareServers</A> and
 
 <h2><A name="namevirtualhost">NameVirtualHost directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt NameVirtualHost} directive&gt; -->
-<STRONG>Syntax:</STRONG> NameVirtualHost <EM>addr</EM>[:<EM>port</EM>]<BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
-<STRONG>Compatibility:</STRONG> NameVirtualHost is only available in Apache 1.3 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> NameVirtualHost <EM>addr</EM>[:<EM>port</EM>]<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> NameVirtualHost is only available in Apache 1.3 and later<P>
 
 The NameVirtualHost directive is a required directive if you want to configure
 <A HREF="../vhosts/index.html">name-based virtual hosts</A>.<P>
@@ -1149,10 +1614,22 @@ virtual hosts should be used, e.g.
 
 <h2><A name="options">Options directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Options} directive&gt; -->
-<STRONG>Syntax:</STRONG> Options <EM>[+|-]option [+|-]option ...</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Override:</STRONG> Options<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Options <EM>[+|-]option [+|-]option ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Options<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The Options directive controls which server features are available in
 a particular directory.
@@ -1236,10 +1713,22 @@ are set for the /web/docs/spec directory.
 
 <h2><A name="pidfile">PidFile directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt PidFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> PidFile <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>PidFile logs/httpd.pid</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> PidFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>PidFile logs/httpd.pid</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The PidFile directive sets the file to which the server records the
 process id of the daemon. If the filename does not begin with a slash (/)
@@ -1258,10 +1747,22 @@ The PidFile is subject to the same warnings about log file placement and
 
 <h2><A name="port">Port directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Port} directive&gt; -->
-<STRONG>Syntax:</STRONG> Port <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Port 80</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Port <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Port 80</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 <EM>Number</EM> is a number from 0 to 65535; some port numbers (especially below
 1024) are reserved for particular protocols. See <CODE>/etc/services</CODE>
@@ -1316,10 +1817,22 @@ attack.<P><HR>
 
 <h2><A name="require">require directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt require} directive&gt; -->
-<STRONG>Syntax:</STRONG> require <EM>entity-name entity entity...</EM><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> require <EM>entity-name entity entity...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 This directive selects which authenticated users can access a directory.
 The allowed syntaxes are:
@@ -1353,10 +1866,22 @@ groups) in order to work correctly.<P><HR>
 
 <h2><A name="resourceconfig">ResourceConfig directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ResourceConfig} directive&gt; -->
-<STRONG>Syntax:</STRONG> ResourceConfig <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ResourceConfig conf/srm.conf</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ResourceConfig <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ResourceConfig conf/srm.conf</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The server will read this file for more directives after reading the
 httpd.conf file. <EM>Filename</EM> is relative to the
@@ -1372,11 +1897,26 @@ See also <A HREF="#accessconfig">AccessConfig</A>.<P><HR>
 
 <H2><A name="rlimit">RLimitCPU</A> <A NAME="rlimitcpu">directive</A></H2>
 <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->
-<STRONG>Syntax:</STRONG> RLimitCPU <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
-<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> RLimitCPU is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> RLimitCPU is only available in Apache 1.2 and later<P>
 
 Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
 processes and the second parameter sets the maximum resource limit. Either parameter
@@ -1391,11 +1931,26 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitnproc">RLimitNPRO
 
 <h2><A name="rlimitmem">RLimitMEM directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt RLimitMEM} directive&gt; -->
-<STRONG>Syntax:</STRONG> RLimitMEM <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
-<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> RLimitMEM is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> RLimitMEM is only available in Apache 1.2 and later<P>
 
 Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
 processes and the second parameter sets the maximum resource limit. Either parameter
@@ -1410,11 +1965,26 @@ See also <A HREF="#rlimitcpu">RLimitCPU</A> or <A HREF="#rlimitnproc">RLimitNPRO
 
 <h2><A name="rlimitnproc">RLimitNPROC directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt RLimitNPROC} directive&gt; -->
-<STRONG>Syntax:</STRONG> RLimitNPROC <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
-<STRONG>Default:</STRONG> <EM>Unset; uses operating system defaults</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> RLimitNPROC is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> RLimitNPROC is only available in Apache 1.2 and later<P>
 
 Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
 processes and the second parameter sets the maximum resource limit. Either parameter
@@ -1436,11 +2006,26 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitcpu">RLimitCPU</A
 
 <h2><A name="satisfy">Satisfy directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Satisfy} directive&gt; -->
-<STRONG>Syntax:</STRONG> Satisfy <EM>'any' or 'all'</EM><BR>
-<STRONG>Default:</STRONG> Satisfy all<BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> Satisfy is only available in Apache 1.2 and later<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Satisfy <EM>'any' or 'all'</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> Satisfy all<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Satisfy is only available in Apache 1.2 and later<P>
 
 Access policy if both allow and require used. The parameter can be
 either <EM>'all'</EM> or <EM>'any'</EM>. This directive is only useful
@@ -1458,10 +2043,22 @@ clients from particular addresses in without prompting for a password.
 
 <h2><A name="scoreboardfile">ScoreBoardFile directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ScoreBoardFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> ScoreBoardFile <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ScoreBoardFile logs/apache_status</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScoreBoardFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ScoreBoardFile logs/apache_status</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The ScoreBoardFile directive is required on some architectures to place
 a file that the server will use to communicate between its children and
@@ -1497,9 +2094,18 @@ release. (Prior to 1.3b4, <CODE>HAVE_SHMGET</CODE> would have sufficed.)<P>
 
 <h2><A name="sendbuffersize">SendBufferSize directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt SendBufferSize} directive&gt; -->
-<STRONG>Syntax:</STRONG> SendBufferSize <EM>bytes</EM><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> SendBufferSize <EM>bytes</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The server will set the TCP buffer size to the number of bytes
 specified. Very useful to increase past standard OS defaults on high
@@ -1509,9 +2115,18 @@ fast pipes)
 
 <h2><A name="serveradmin">ServerAdmin directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerAdmin} directive&gt; -->
-<STRONG>Syntax:</STRONG> ServerAdmin <EM>email-address</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerAdmin <EM>email-address</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The ServerAdmin sets the e-mail address that the server includes in any
 error messages it returns to the client.<P>
@@ -1522,10 +2137,22 @@ as users do not always mention that they are talking about the server!<P><HR>
 
 <h2><A name="serveralias">ServerAlias directive</A></h2>
 
-<STRONG>Syntax:</STRONG> ServerAlias <EM>host1 host2 ...</EM><BR>
-<STRONG>Context:</STRONG> virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> ServerAlias is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerAlias <EM>host1 host2 ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ServerAlias is only available in Apache
 1.1 and later.<P>
 
 The ServerAlias directive sets the alternate names for a host, for use
@@ -1539,9 +2166,18 @@ with
 
 <h2><A name="servername">ServerName directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerName} directive&gt; -->
-<STRONG>Syntax:</STRONG> ServerName <EM>fully-qualified domain name</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The ServerName directive sets the hostname of the server; this is only
 used when creating redirection URLs. If it is not specified, then the
@@ -1556,10 +2192,22 @@ were <CODE>monster.wibble.com</CODE>.<P>
 
 <h2><A name="serverpath">ServerPath directive</A></h2>
 
-<STRONG>Syntax:</STRONG> ServerPath <EM>pathname</EM><BR>
-<STRONG>Context:</STRONG> virtual host<BR>
-<STRONG>Status:</STRONG> core<BR>
-<STRONG>Compatibility:</STRONG> ServerPath is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerPath <EM>pathname</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ServerPath is only available in Apache
 1.1 and later.<P>
 
 The ServerPath directive sets the legacy URL pathname for a host, for
@@ -1572,10 +2220,22 @@ use with <A HREF="../vhosts/index.html">name-based virtual hosts</A>.
 
 <h2><A name="serverroot">ServerRoot directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerRoot} directive&gt; -->
-<STRONG>Syntax:</STRONG> ServerRoot <EM>directory-filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ServerRoot /usr/local/apache</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerRoot <EM>directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ServerRoot /usr/local/apache</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The ServerRoot directive sets the directory in which the server lives.
 Typically it will contain the subdirectories <CODE>conf/</CODE> and
@@ -1590,11 +2250,26 @@ for information on how to properly set permissions on the ServerRoot.<P>
 
 <H2><A name="serversignature">ServerSignature directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerSignature} directive&gt; -->
-<strong>Syntax:</strong> ServerSignature <em>Off | On | EMail</em><br>
-<strong>Default:</strong> <code>ServerSignature Off</code><br>
-<strong>Context:</strong> directory, .htaccess<br>
-<strong>Status:</strong> core<p>
-<strong>Compatibility:</strong> ServerSignature is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerSignature <em>Off | On | EMail</em><br>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <code>ServerSignature Off</code><br>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<br>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<p>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ServerSignature is only available in Apache
 1.3 and later.<p>
 
 The ServerSignature directive allows the configuration of a trailing
@@ -1616,10 +2291,22 @@ referenced document.
 
 <h2><A name="servertype">ServerType directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt ServerType} directive&gt; -->
-<STRONG>Syntax:</STRONG> ServerType <EM>type</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ServerType standalone</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ServerType <EM>type</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ServerType standalone</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The ServerType directive sets how the server is executed by the system.
 <EM>Type</EM> is one of
@@ -1648,10 +2335,22 @@ standalone will probably be your only option.<P>
 
 <h2><A name="startservers">StartServers directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt StartServers} directive&gt; -->
-<STRONG>Syntax:</STRONG> StartServers <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>StartServers 5</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> StartServers <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>StartServers 5</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The StartServers directive sets the number of child server processes created
 on startup. As the number of processes is dynamically controlled depending
@@ -1666,10 +2365,22 @@ See also <A HREF="#minspareservers">MinSpareServers</A> and
 <A HREF="#maxspareservers">MaxSpareServers</A>.<P><HR>
 
 <h2><A name="threadsperchild">ThreadsPerChild</A></h2>
-<STRONG>Syntax:</STRONG> ThreadsPerChild <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ThreadsPerChild 50</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core (Windows)<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ThreadsPerChild <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ThreadsPerChild 50</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core (Windows)<BR>
 <STRONG>Compatbility:</STRONG> Available only with Apache 1.3 and later
 with Windows
 
@@ -1685,10 +2396,22 @@ with Windows
 
 <h2><A name="timeout">TimeOut directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt TimeOut} directive&gt; -->
-<STRONG>Syntax:</STRONG> TimeOut <EM>number</EM><BR>
-<STRONG>Default:</STRONG> <CODE>TimeOut 300</CODE><BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> TimeOut <EM>number</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>TimeOut 300</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The TimeOut directive currently defines the amount of time Apache will
 wait for three things:
@@ -1712,10 +2435,22 @@ a packet is sent.
 
 <h2><A name="user">User directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt User} directive&gt; -->
-<STRONG>Syntax:</STRONG> User <EM>unix-userid</EM><BR>
-<STRONG>Default:</STRONG> <CODE>User #-1</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> core<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> User <EM>unix-userid</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>User #-1</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core<P>
 
 The User directive sets the userid as which the server will answer requests.
 In order to use this directive, the standalone server must be run initially
@@ -1751,13 +2486,28 @@ dangers are.<P><HR>
 
 <h2><A name="virtualhost">&lt;VirtualHost&gt; directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt VirtualHost} section directive&gt; -->
-<STRONG>Syntax:</STRONG> &lt;VirtualHost <EM>addr</EM>[:<EM>port</EM>] ...&gt; ...
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> &lt;VirtualHost <EM>addr</EM>[:<EM>port</EM>] ...&gt; ...
 &lt;/VirtualHost&gt; <BR>
-<STRONG>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Core.<BR>
-<STRONG>Compatibility:</STRONG> Non-IP address-based Virtual Hosting only
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Core.<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Non-IP address-based Virtual Hosting only
 available in Apache 1.1 and later.<BR>
-<STRONG>Compatibility:</STRONG> Multiple address support only available in
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Multiple address support only available in
 Apache 1.2 and later.<P>
 
 &lt;VirtualHost&gt; and &lt;/VirtualHost&gt; are used to enclose a group of
index 50a178582720d79e85a438ae464932cdddda90a3..b3ffda53fa4d1729a25b35c803fb8742edf69deb 100644 (file)
@@ -34,11 +34,26 @@ hostname or IP address.
 <h2><A name="allow">allow directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt allow} directive&gt; -->
-<STRONG>Syntax:</STRONG> allow from <EM>host host ...</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> Limit<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_access
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> allow from <EM>host host ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Limit<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_access
 </P>
 <P>
 The allow directive affects which hosts can access a given directory.
@@ -78,11 +93,26 @@ See also <A HREF="#deny">deny</A>, <A HREF="#order">order</A>, and
 
 <P>
 <A name="allowfromenv"><STRONG>Syntax:</STRONG> allow from env=<EM>variablename</EM></A><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> Limit<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_access<BR>
-<STRONG>Compatibility:</STRONG> Apache 1.2 and above
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Limit<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_access<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above
 </P>
 <P>
 The allow from env directive controls access to a directory by the
@@ -110,11 +140,26 @@ and <A HREF="#order">order</A>.
 <h2><A name="deny">deny directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt deny} directive&gt; -->
-<STRONG>Syntax:</STRONG> deny from <EM>host host ...</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> Limit<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_access
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> deny from <EM>host host ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Limit<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_access
 </P>
 <P>
 The deny directive affects which hosts can access a given directory.
@@ -153,11 +198,26 @@ See also <A HREF="#allow">allow</A> and <A HREF="#order">order</A>.
 
 <P>
 <A name="denyfromenv"><STRONG>Syntax:</STRONG> deny from env=<EM>variablename</EM></A><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> Limit<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_access<BR>
-<STRONG>Compatibility:</STRONG> Apache 1.2 and above
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Limit<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_access<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above
 </P>
 <P>
 The deny from env directive controls access to a directory by the
@@ -186,12 +246,30 @@ and <A HREF="#order">order</A>.
 <h2><A name="order">order directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt order} directive&gt; -->
-<STRONG>Syntax:</STRONG> order <EM>ordering</EM><BR>
-<STRONG>Default:</STRONG> <CODE>order deny,allow</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> Limit<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_access
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> order <EM>ordering</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>order deny,allow</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Limit<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_access
 </P>
 <P>
 The order directive controls the order in which <A HREF="#allow">allow</A> and
index dd41533dad168ac59b5631f6ed8f441c62edc70f..2ab0537506cbb71a09069b39824ebd0e43f7efa6 100644 (file)
@@ -36,12 +36,30 @@ process files.
 
 <h2><A name="action">Action directive</A></h2>
 <P>
-<STRONG>Syntax:</STRONG> Action <EM>mime-type cgi-script</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_actions<BR>
-<STRONG>Compatibility:</STRONG> Action is only available in Apache 1.1
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Action <EM>mime-type cgi-script</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_actions<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Action is only available in Apache 1.1
 and later
 </P>
 <P>
@@ -54,11 +72,26 @@ CGI PATH_INFO and PATH_TRANSLATED environment variables.
 
 <h2><A name="script">Script directive</A></h2>
 <P>
-<STRONG>Syntax:</STRONG> Script <EM>method cgi-script</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_actions<BR>
-<STRONG>Compatibility:</STRONG> Script is only available in Apache 1.1
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Script <EM>method cgi-script</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_actions<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Script is only available in Apache 1.1
 and later
 </P>
 
index 61e2b07ca0ca811db0645771434d57c44e77bdb5..11758c65c56d8e265df7a9441c401e36485d5479 100644 (file)
@@ -38,10 +38,22 @@ host filesystem in the the document tree, and for URL redirection.
 <h2><A name="alias">Alias directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt Alias} directive&gt; -->
-<STRONG>Syntax:</STRONG> Alias <EM>url-path directory-filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Alias <EM>url-path directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias
 </P>
 <P>
 The Alias directive allows documents to be stored in the local filesystem
@@ -69,11 +81,26 @@ See also <A HREF="#scriptalias">ScriptAlias</A>.
 
 <h2><A name="aliasmatch">AliasMatch</A></h2>
 <P>
-<STRONG>Syntax:</STRONG> AliasMatch <EM>regex directory-filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AliasMatch <EM>regex directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later
 </P>
 
 <P>This directive is equivalent to <A HREF="#alias">Alias</A>, but
@@ -92,11 +119,26 @@ to activate the <CODE>/icons</CODE> directory, one might use:
 <h2><A name="redirect">Redirect directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
-<STRONG>Syntax:</STRONG> Redirect [ <EM>status</EM> ] <EM>url-path url</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> The directory and .htaccess context's
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ] <EM>url-path url</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> The directory and .htaccess context's
 are only available in versions 1.1 and later. The <EM>status</EM>
 argument is only available in Apache 1.2 or later.
 </P>
@@ -155,11 +197,26 @@ the function <CODE>send_error_response</CODE> in http_protocol.c).
 
 <h2><A name="redirectmatch">RedirectMatch</A></h2>
 <P>
-<STRONG>Syntax:</STRONG> RedirectMatch [<EM>status</EM> <EM>regex url</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later
 </P>
 
 <P>This directive is equivalent to <A HREF="#alias">Redirect</A>, but
@@ -179,11 +236,26 @@ one might use:
 <h2><A name="redirecttemp">RedirectTemp directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
-<STRONG>Syntax:</STRONG> RedirectTemp <EM>url-path url</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> This directive is only available in 1.2
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RedirectTemp <EM>url-path url</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> This directive is only available in 1.2
 </P>
 <P>
 This directive makes the client know that the Redirect is only
@@ -195,11 +267,26 @@ temporary</CODE>.
 <h2><A name="redirectperm">RedirectPermanent directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
-<STRONG>Syntax:</STRONG> RedirectPermanent <EM>url-path url</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> This directive is only available in 1.2
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RedirectPermanent <EM>url-path url</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> This directive is only available in 1.2
 </P>
 <P>
 This directive makes the client know that the Redirect is permanent
@@ -210,10 +297,22 @@ This directive makes the client know that the Redirect is permanent
 <h2><A name="scriptalias">ScriptAlias directive</A></h2>
 <P>
 <!--%plaintext &lt;?INDEX {\tt ScriptAlias} directive&gt; -->
-<STRONG>Syntax:</STRONG> ScriptAlias <EM>url-path directory-filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>url-path directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias
 </P>
 <P>
 The ScriptAlias directive has the same behavior as the
@@ -234,11 +333,26 @@ run the script /web/cgi-bin/foo.
 
 <h2><A name="scriptaliasmatch">ScriptAliasMatch</A></h2>
 <P>
-<STRONG>Syntax:</STRONG> ScriptAliasMatch <EM>regex directory-filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_alias<BR>
-<STRONG>Compatibility:</STRONG> Available in Apache 1.3 and later
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptAliasMatch <EM>regex directory-filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_alias<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later
 </P>
 
 <P>This directive is equivalent to <A HREF="#scriptalias">ScriptAlias</A>, but
index eb006f4837102ae179dac87d53210391e398294e..52e9cf7d67a959af7fc83cb1a0c7e1a601662884 100644 (file)
@@ -31,11 +31,26 @@ textual files.
 
 <A name="authgroupfile"><h2>AuthGroupFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthGroupFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthGroupFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_auth<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthGroupFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ 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
@@ -59,11 +74,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 
 <A name="authuserfile"><h2>AuthUserFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthUserFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthUserFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_auth<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthUserFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth<P>
 
 The AuthUserFile directive sets the name of a textual file containing
 the list of users and passwords for user
@@ -89,11 +119,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <HR>
 <A name="authauthoritative"><h2>AuthAuthoritative</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthAuthoritative} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_auth<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth<P>
 
 Setting the AuthAuthoritative directive explicitly to <STRONG>'off'</STRONG>
 allows for both authentication and authorization to be passed on to
@@ -124,7 +169,10 @@ well protected AuthUserFile.
 
 <P>
 
-<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> By default; control is not passed on; and an unknown
 userID or rule will result in an Authorization Required reply. Not
 setting it thus keeps the system secure; and forces an NSCA compliant
 behaviour.
index 82acd9812f05645e00505af895feda33283cc45d..f228cde749562e9d5f5b5b3c32dc3f411f8d093d 100644 (file)
@@ -54,12 +54,30 @@ allows users to share URLs.
 
 <h2><A name="anonymous">Anonymous directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Anonymous} directive&gt; -->
-<STRONG>Syntax:</STRONG> Anonymous <EM>user user ...</EM><BR>
-<STRONG>Default:</STRONG> none<BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous <EM>user user ...</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> none<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         A list of one or more 'magic' userIDs which are allowed access
         without password verification. The userIDs are space separated.
@@ -81,12 +99,30 @@ allows users to share URLs.
 <HR>
 
 <h2><A name="Authoritative">Anonymous_Authoritative directive</A></h2>
-<STRONG>Syntax:</STRONG> Anonymous_Authoritative <EM>on | off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Anonymous_Authoritative off</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative <EM>on | off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Anonymous_Authoritative off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         When set 'on', there is no
         fall-through to other authorization methods. So if a
@@ -100,12 +136,30 @@ allows users to share URLs.
 <HR>
 
 <h2><A name="LogEmail">Anonymous_LogEmail directive</A></h2>
-<STRONG>Syntax:</STRONG> Anonymous_LogEmail <EM>on | off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Anonymous_LogEmail on</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail <EM>on | off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Anonymous_LogEmail on</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         When set 'on', the default, the 'password' entered (which hopefully
         contains a sensible email address) is logged in the httpd-log file.
@@ -113,24 +167,60 @@ allows users to share URLs.
 
 <h2><A name="MustGiveEmail">Anonymous_MustGiveEmail directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt Anonymous_MustGiveEmail} directive&gt; -->
-<STRONG>Syntax:</STRONG> Anonymous_MustGiveEmail <EM>on</EM> | <EM>off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Anonymous_MustGiveEmail on</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM> | <EM>off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Anonymous_MustGiveEmail on</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         Specifies whether the user must specify an email
         address as the password.  This prohibits blank passwords.
 <HR>
 
 <h2><A name="NoUserID">Anonymous_NoUserID directive</A></h2>
-<STRONG>Syntax:</STRONG> Anonymous_NoUserID <EM>on | off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Anonymous_NoUserID off</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID <EM>on | off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Anonymous_NoUserID off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         When set 'on', users can leave
         the userID (and perhaps the password field) empty. This
@@ -141,12 +231,30 @@ allows users to share URLs.
 <HR>
 
 <h2><A name="VerifyEmail">Anonymous_VerifyEmail directive</A></h2>
-<STRONG>Syntax:</STRONG> Anonymous_VerifyEmail <EM>on | off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>Anonymous_VerifyEmail off</CODE><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_anon<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail <EM>on | off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>Anonymous_VerifyEmail off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth_anon<P>
 
         When set 'on' the 'password' entered is
         checked for at least one '@' and a '.' to encourage users to enter
index 55173ea97ac47d6b64ded94c338f8f092f070ea9..f3453c149b9e277da6079866dede55515545cc52 100644 (file)
@@ -32,11 +32,26 @@ available in Apache 1.1 and later.
 
 <A name="authdbgroupfile"><h2>AuthDBGroupFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDBGroupFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBGroupFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_db<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBGroupFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ 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
@@ -80,11 +95,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 
 <A name="authdbuserfile"><h2>AuthDBUserFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDBUserFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBUserFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_db<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBUserFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ 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
@@ -114,11 +144,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <HR>
 <A name="authdbauthoritative"><h2>AuthDBAuthoritative</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDBAuthoritative} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_auth<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth<P>
 
 Setting the AuthDBAuthoritative directive explicitly to <STRONG>'off'</STRONG>
 allows for both authentication and authorization to be passed on
@@ -139,7 +184,10 @@ Whereas this DB module supplies the bulk of the user credential
 checking; a few (administrator) related accesses fall through to
 a lower level with a well protected .htpasswd file.  <P>
 
-<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> By default; control is not passed on; and an unknown
 userID or rule will result in an Authorization Required reply. Not
 setting it thus keeps the system secure; and forces an NSCA compliant
 behaviour.  <P>
index abc34a1ed4d908d442dbe34e2cde12f54eeefcf7..7e9ba00f36333f7ea806770e4efc3c67bbcb382a 100644 (file)
@@ -31,11 +31,26 @@ DBM files.
 
 <A name="authdbmgroupfile"><h2>AuthDbmGroupFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDbmGroupFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBMGroupFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_dbm<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBMGroupFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ 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
@@ -80,11 +95,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 
 <A name="authdbmuserfile"><h2>AuthDBMUserFile</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDBMUserFile} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBMUserFile <EM>filename</EM><BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_auth_dbm<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBMUserFile <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ 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
@@ -115,11 +145,26 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <HR>
 <A name="authdbmauthoritative"><h2>AuthDBMAuthoritative</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AuthDBMAuthoritative} directive&gt; -->
-<STRONG>Syntax:</STRONG> AuthDBMAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
-<Strong>Context:</STRONG> directory, .htaccess<BR>
-<Strong>Override:</STRONG> AuthConfig<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_auth<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> AuthConfig<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_auth<P>
 
 Setting the AuthDBMAuthoritative directive explicitly to <STRONG>'off'</STRONG>
 allows for both authentication and authorization to be passed on
@@ -140,7 +185,10 @@ Whereas this DBM module supplies the bulk of the user credential
 checking; a few (administrator) related accesses fall through to
 a lower level with a well protected .htpasswd file.  <P>
 
-<STRONG>Default:</STRONG> By default; control is not passed on; and an unknown
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> By default; control is not passed on; and an unknown
 userID or rule will result in an Authorization Required reply. Not
 setting it thus keeps the system secure; and forces an NSCA compliant
 behaviour.  <P>
index 10c438158ad62fc1c75ef59fd3b508c8f9b2c2b5..3833be1050a967bc64d86cceb131b3b356f7e803 100644 (file)
@@ -80,11 +80,26 @@ order) even though they both are shown as &quot;1K&quot;.
 
 <A name="addalt"><h2>AddAlt</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddAlt} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddAlt <EM>string file file...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file file...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the alternate text to display for a file, instead of an icon, for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>File</EM> is a file
@@ -96,12 +111,27 @@ image-incapable or has image loading disabled.
 <HR>
 <A name="addaltbyencoding"><h2>AddAltByEncoding</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddAltByEncoding} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddAltByEncoding <EM>string MIME-encoding
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding
     MIME-encoding...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the alternate text to display for a file, instead of an icon, for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>MIME-encoding</EM> is a
@@ -113,11 +143,26 @@ image-incapable or has image loading disabled.
 <HR>
 <A name="addaltbytype"><h2>AddAltByType</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddAltByType} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddAltByType <EM>string MIME-type MIME-type...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type MIME-type...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the alternate text to display for a file, instead of an icon, for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>MIME-type</EM> is a
@@ -130,11 +175,26 @@ image-incapable or has image loading disabled.
 
 <A name="adddescription"><h2>AddDescription</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddDescription} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddDescription <EM>string file file...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file file...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the description to display for a file, for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>File</EM> is a file
@@ -146,11 +206,26 @@ to describe. <EM>String</EM> is enclosed in double quotes
 
 <A name="addicon"><h2>AddIcon</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddIcon} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddIcon <EM>icon name name ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name name ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the icon to display next to a file ending in <EM>name</EM> for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a
@@ -171,12 +246,27 @@ AddIcon, when possible.<P><HR>
 
 <A name="addiconbyencoding"><h2>AddIconByEncoding</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddIconByEncoding} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddIconByEncoding <EM>icon mime-encoding mime-encoding
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon mime-encoding mime-encoding
 ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the icon to display next to files with
 <EM>mime-encoding</EM> for <A HREF="#fancyindexing">FancyIndexing</A>.
@@ -192,11 +282,26 @@ AddIconByEncoding /icons/compress.xbm x-compress
 
 <A name="addiconbytype"><h2>AddIconByType</h2></A>
 <!--%plaintext &lt;?INDEX {\tt AddIconByType} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddIconByType <EM>icon mime-type mime-type ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon mime-type mime-type ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 This sets the icon to display next to files of type <EM>mime-type</EM> for
 <A HREF="#fancyindexing">FancyIndexing</A>. <EM>Icon</EM> is either a
@@ -211,11 +316,26 @@ AddIconByType (IMG,/icons/image.xbm) image/*
 
 <A name="defaulticon"><h2>DefaultIcon</h2></A>
 <!--%plaintext &lt;?INDEX {\tt DefaultIcon} directive&gt; -->
-<STRONG>Syntax:</STRONG> DefaultIcon <EM>url</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> DefaultIcon <EM>url</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 The DefaultIcon directive sets the icon to display for files when no
 specific icon is known, for <A HREF="#fancyindexing">FancyIndexing</A>.
@@ -226,11 +346,26 @@ DefaultIcon /icon/unknown.xbm
 
 <A name="fancyindexing"><h2>FancyIndexing</h2></A>
 <!--%plaintext &lt;?INDEX {\tt FancyIndexing} directive&gt; -->
-<STRONG>Syntax:</STRONG> FancyIndexing <EM>boolean</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> FancyIndexing <EM>boolean</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex
 <P>
 The FancyIndexing directive sets the FancyIndexing option for a directory.
 <EM>Boolean</EM> can be <CODE>on</CODE> or <CODE>off</CODE>. The
@@ -247,11 +382,26 @@ preference.
 
 <A name="headername"><h2>HeaderName</h2></A>
 <!--%plaintext &lt;?INDEX {\tt HeaderName} directive&gt; -->
-<STRONG>Syntax:</STRONG> HeaderName <EM>filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> HeaderName <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 The HeaderName directive sets the name of the file that will be inserted
 at the top of the index listing. <EM>Filename</EM> is the name of the file
@@ -268,11 +418,26 @@ it will include the plain text file <CODE>/web/HEADER</CODE>, if it exists.
 
 <A name="indexignore"><h2>IndexIgnore</h2></A>
 <!--%plaintext &lt;?INDEX {\tt IndexIgnore} directive&gt; -->
-<STRONG>Syntax:</STRONG> IndexIgnore <EM>file file ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file file ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 The IndexIgnore directive adds to the list of files to hide when listing
 a directory. <EM>File</EM> is a file extension, partial filename,
@@ -285,11 +450,26 @@ IndexIgnore README .htaccess *~
 
 <A name="indexoptions"><h2>IndexOptions</h2></A>
 <!--%plaintext &lt;?INDEX {\tt IndexOptions} directive&gt; -->
-<STRONG>Syntax:</STRONG> IndexOptions <EM>option option ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option option ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 The IndexOptions directive specifies the behavior of the directory indexing.
 <EM>Option</EM> can be one of
@@ -385,11 +565,26 @@ directory.<P><HR>
 
 <A name="readmename"><h2>ReadmeName</h2></A>
 <!--%plaintext &lt;?INDEX {\tt ReadmeName} directive&gt; -->
-<STRONG>Syntax:</STRONG> ReadmeName <EM>filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_autoindex<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ReadmeName <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_autoindex<P>
 
 The ReadmeName directive sets the name of the file that will be appended
 to the end of the index listing. <EM>Filename</EM> is the name of the file
index 9e311e334591670fc539c3027f82ce88658c93c4..162517511d62cec4e7429ddebacae63ecfaa8299 100644 (file)
@@ -44,24 +44,57 @@ who can exploit this module.
 <HR>
 
 <h2><A name="metafiles">MetaFiles</A></h2>
-<STRONG>Syntax:</STRONG> MetaFiles <EM>on/off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MetaFiles off</CODE><BR>
-<STRONG>Context:</STRONG> per-directory config<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_cern_meta<BR>
-<STRONG>Compatibility:</STRONG> MetaFiles is only available in Apache 1.3
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MetaFiles <EM>on/off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MetaFiles off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> per-directory config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_cern_meta<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> MetaFiles is only available in Apache 1.3
 and later.<P>
 
 Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3.
 
 <h2><A name="metadir">MetaDir</A></h2>
-<STRONG>Syntax:</STRONG> MetaDir <EM>directory name</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MetaDir .web</CODE><BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory name</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MetaDir .web</CODE><BR>
 <STRONG>Context: (Apache prior to 1.3)</STRONG> server config<BR>
 <STRONG>Context: (Apache 1.3)</STRONG> per-directory config<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_cern_meta<BR>
-<STRONG>Compatibility:</STRONG> MetaDir is only available in Apache 1.1
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_cern_meta<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> MetaDir is only available in Apache 1.1
 and later.<P>
 
 Specifies the name of the directory in which Apache can find
@@ -71,13 +104,28 @@ accessed. Set to "<CODE>.</CODE>" to look in the same directory as the
 file.
 
 <h2><A name="metasuffix">MetaSuffix</A></h2>
-<STRONG>Syntax:</STRONG> MetaSuffix <EM>suffix</EM><BR>
-<STRONG>Default:</STRONG> <CODE>MetaSuffix .meta</CODE><BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> MetaSuffix <EM>suffix</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>MetaSuffix .meta</CODE><BR>
 <STRONG>Context: (Apache prior to 1.3)</STRONG> server config<BR>
 <STRONG>Context: (Apache 1.3)</STRONG> per-directory config<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_cern_meta<BR>
-<STRONG>Compatibility:</STRONG> MetaSuffix is only available in Apache 1.1
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_cern_meta<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> MetaSuffix is only available in Apache 1.1
 and later.<P>
 
 Specifies the file name suffix for the file containing the
index 0447f881ddce00f89779dcc0d3d31b2f3c3b2e84..2621141e09385fccf3d3be933fcce063ce4d54fd 100644 (file)
@@ -115,10 +115,22 @@ anything on standard output or standard error).
 
 <h3><A name="scriptlog">ScriptLog</A></h3>
 
-<STRONG>Syntax:</STRONG> ScriptLog <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> none<BR>
-<STRONG>Context:</STRONG> resource config<BR>
-<STRONG>Status:</STRONG> mod_cgi
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptLog <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> none<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> resource config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> mod_cgi
 <P>
 
 The <TT>ScriptLog</TT> directive sets the CGI script error logfile.
@@ -143,10 +155,22 @@ it was designed.</P>
 
 <h3><A name="scriptloglength">ScriptLogLength</A></h3>
 
-<STRONG>Syntax:</STRONG> ScriptLogLength <EM>size</EM><BR>
-<STRONG>Default:</STRONG> 10385760<BR>
-<STRONG>Context:</STRONG> resource config<BR>
-<STRONG>Status:</STRONG> mod_cgi
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>size</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> 10385760<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> resource config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> mod_cgi
 <P>
 
 <TT>ScriptLogLength</TT> can be used to limit the size of the CGI
@@ -158,10 +182,22 @@ exceeds this size, no more information will be written to it.
 
 <h3><A name="scriptlogbuffer">ScriptLogBuffer</A></h3>
 
-<STRONG>Syntax:</STRONG> ScriptLogBuffer <EM>size</EM><BR>
-<STRONG>Default:</STRONG> 1024<BR>
-<STRONG>Context:</STRONG> resource config<BR>
-<STRONG>Status:</STRONG> mod_cgi
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>size</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> 1024<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> resource config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> mod_cgi
 <P>
 
 The size of any PUT or POST entity body that is logged to the file is
index 9fc99ab2d30437291e57c1f0e7ea3b1a47a3b642..a92c1c332713d0ad76289ff5c039cf8bca4543fc 100644 (file)
@@ -46,12 +46,30 @@ slash, so <CODE>mod_dir</CODE> issues a redirect to
 
 <A name="directoryindex"><h2>DirectoryIndex</h2></A>
 <!--%plaintext &lt;?INDEX {\tt DirectoryIndex} directive&gt; -->
-<STRONG>Syntax:</STRONG> DirectoryIndex <EM>local-url local-url ...</EM><BR>
-<STRONG>Default:</STRONG> <CODE>DirectoryIndex index.html</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_dir<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url local-url ...</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>DirectoryIndex index.html</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_dir<P>
 
 The DirectoryIndex directive sets the list of resources to look for,
 when the client requests an index of the directory by specifying a /
index 4283b138db437a2cb6d5ae8887ba831ba5c3be1b..965084375f186f3513588ad649225bde857b5f40 100644 (file)
@@ -38,11 +38,26 @@ rewriting all their scripts
 <HR>
 
 <h2><A name="passenv">PassEnv</A></h2>
-<STRONG>Syntax:</STRONG> PassEnv <EM>variable variable ...</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_env<BR>
-<STRONG>Compatibility:</STRONG> PassEnv is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable variable ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_env<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> PassEnv is only available in
 Apache 1.1 and later.<P>
 
 Specifies one or more environment variables to pass to CGI scripts
@@ -54,11 +69,26 @@ from the server's own environment. Example:
 <HR>
 
 <h2><A name="setenv">SetEnv</A></h2>
-<STRONG>Syntax:</STRONG> SetEnv <EM>variable value</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_env<BR>
-<STRONG>Compatibility:</STRONG> SetEnv is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> SetEnv <EM>variable value</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_env<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> SetEnv is only available in
 Apache 1.1 and later.<P>
 
 Sets an environment variable, which is then passed on to CGI
@@ -70,11 +100,26 @@ scripts. Example:
 <HR>
 
 <h2><A name="unsetenv">UnsetEnv</A></h2>
-<STRONG>Syntax:</STRONG> UnsetEnv <EM>variable variable ...</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_env<BR>
-<STRONG>Compatibility:</STRONG> UnsetEnv is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable variable ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_env<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> UnsetEnv is only available in
 Apache 1.1 and later.<P>
 
 Removes one or more environment variables from those passed on to
index a6f1914fe2c0d372c9e5b988d8342ffdc13df9c1..3a3ead97833abc2ecd22c4e229cee9d57e6010f6 100644 (file)
   </A></H2>
   <!--%plaintext &lt;?INDEX {\tt ExpiresActive} directive&gt; -->
   <P>
-  <STRONG>Syntax:</STRONG> ExpiresActive <EM>boolean</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> ExpiresActive <EM>boolean</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
   <BR>
-  <STRONG>Override:</STRONG> Indexes
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> Indexes
   <BR>
-  <STRONG>Status:</STRONG> Extension
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Extension
   <BR>
-  <STRONG>Module:</STRONG> mod_expires
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_expires
   </P>
   <P>
   This directive enables or disables the generation of the
   </A></H2>
   <!--%plaintext &lt;?INDEX {\tt ExpiresByType} directive&gt; -->
   <P>
-  <STRONG>Syntax:</STRONG> ExpiresByType <EM>mime-type &lt;code&gt;seconds</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type &lt;code&gt;seconds</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
   <BR>
-  <STRONG>Override:</STRONG> Indexes
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> Indexes
   <BR>
-  <STRONG>Status:</STRONG> Extension
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Extension
   <BR>
-  <STRONG>Module:</STRONG> mod_expires
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_expires
   </P>
   <P>
   This directive defines the value of the <CODE>Expires</CODE> header
   </A></H2>
   <!--%plaintext &lt;?INDEX {\tt ExpiresDefault} directive&gt; -->
   <P>
-  <STRONG>Syntax:</STRONG> ExpiresDefault <EM>&lt;code&gt;seconds</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> ExpiresDefault <EM>&lt;code&gt;seconds</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
   <BR>
-  <STRONG>Override:</STRONG> Indexes
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> Indexes
   <BR>
-  <STRONG>Status:</STRONG> Extension
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Extension
   <BR>
-  <STRONG>Module:</STRONG> mod_expires
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_expires
   </P>
   <P>
   This directive sets the default algorithm for calculating the
index e5745b2bbcbcd739c84accb7230bbacf8d18a03d..3b854dfcac426221d26cbbca756fb4aeea21e4da 100644 (file)
@@ -30,11 +30,26 @@ compiled with <STRONG>mod_headers.c</STRONG>.
 <HR>
 
 <h2><A name="header">Header</A></h2>
-<STRONG>Syntax:</STRONG> Header [ set | append | add ] <EM>header</EM> <EM>value</EM><BR>
-<STRONG>Syntax:</STRONG> Header unset <EM>header</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, access.conf, .htaccess<BR>
-<STRONG>Status:</STRONG> optional<BR>
-<STRONG>Module:</STRONG> mod_header<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Header [ set | append | add ] <EM>header</EM> <EM>value</EM><BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> Header unset <EM>header</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, access.conf, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> optional<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_header<P>
 
 This directive can replace, merge or remove HTTP response headers. The
 action it performs is determined by the first argument. This can be one
index eb647df2414a92acb0b4136fa4f0c39a6ee7538e..adef4af12cedc5ff0f8f7460c390a7a33bf5de83 100644 (file)
@@ -63,12 +63,27 @@ possible with previously distributed imagemap programs.<P>
 <P>
 
 <h3><A name="imapmenu">ImapMenu</A></h3>
-<STRONG>Syntax:</STRONG> ImapMenu <CODE>{none, formatted, semi-formatted,
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ImapMenu <CODE>{none, formatted, semi-formatted,
                                                       unformatted}</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Module:</STRONG> mod_imap.c<BR>
-<STRONG>Compatibility:</STRONG> ImapMenu is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_imap.c<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ImapMenu is only available in Apache
 1.1 and later.<P>
 
 The ImapMenu directive determines the action taken if an imagemap file
@@ -101,12 +116,27 @@ is called without valid coordinates.
 <P>
 
 <h3><A name="imapdefault">ImapDefault</A></h3>
-<STRONG>Syntax:</STRONG> ImapDefault <CODE>{error, nocontent,
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ImapDefault <CODE>{error, nocontent,
                                                  map, referer, URL}</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Module:</STRONG> mod_imap.c<BR>
-<STRONG>Compatibility:</STRONG> ImapDefault is only available in Apache
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_imap.c<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ImapDefault is only available in Apache
 1.1 and later.<P>
 
 
@@ -120,11 +150,26 @@ case, the client should continue to display the original page.
 <P>
 
 <h3><A name="imapbase">ImapBase</A></h3>
-<STRONG>Syntax:</STRONG> ImapBase <CODE>{map, referer, URL}</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Indexes<BR>
-<STRONG>Module:</STRONG> mod_imap.c<BR>
-<STRONG>Compatibility:</STRONG> ImapBase is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ImapBase <CODE>{map, referer, URL}</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Indexes<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_imap.c<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ImapBase is only available in Apache
 1.1 and later.<P>
 
 The ImapBase directive sets the default <CODE>base</CODE> used in
index 81647ed873581cb447a0361245cf755a14a91599..1ab38248ddf21836a0b96022bdf0738264f64daf 100644 (file)
@@ -360,12 +360,30 @@ elements are:
 
 <h2><A name="xbithack">XBitHack</A></h2>
 <!--%plaintext &lt;?INDEX {\tt XBitHack} directive&gt; -->
-<STRONG>Syntax:</STRONG> XBitHack <EM>status</EM><BR>
-<STRONG>Default:</STRONG> <CODE>XBitHack off</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> Options<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_include<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> XBitHack <EM>status</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>XBitHack off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> Options<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_include<P>
 
 The XBitHack directives controls the parsing of ordinary html documents.
 This directive only affects files associated with the MIME type
index d6728e7d03f813f4127197a34d38879d68bbe4b0..306bc8663c305525ee70c14bb5d474f64dda1d71 100644 (file)
@@ -77,11 +77,26 @@ Once configured, the server information is obtained by accessing
 <HR>
 
 <H2><A NAME="addmoduleinfo">AddModuleInfo</A></H2>
-<STRONG>Syntax:</STRONG> AddModuleInfo <EM>module-name string</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> base<BR>
-<STRONG>Module:</STRONG> mod_browser<BR>
-<STRONG>Compatibility:</STRONG> Apache 1.3 and above<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddModuleInfo <EM>module-name string</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_browser<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above<P>
 
 This allows the content of <EM>string</EM> to be shown as
 HTML interpreted,
index 2a43155c254f515f1b73e8ee82772b8363da044c..43252dd4a2444a7023d99beb2679b46ea8c509da 100644 (file)
@@ -27,11 +27,26 @@ compiled in by default. It provides for logging of the client user agents.
 
 <h2><A name="agentlog">AgentLog</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AgentLog} directive&gt; -->
-<STRONG>Syntax:</STRONG> AgentLog <EM>file-pipe</EM><BR>
-<STRONG>Default:</STRONG> <CODE>AgentLog logs/agent_log</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_log_agent<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AgentLog <EM>file-pipe</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>AgentLog logs/agent_log</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_agent<P>
 
 The AgentLog directive sets the name of the file to which the server will
 log the UserAgent header of incoming requests. <EM>File-pipe</EM> is one
index 489148989f706df857721e14cc3e92d3427eee8e..5ec74a32127d1ccf18bbc41c7ebe0037e96c3d2e 100644 (file)
@@ -191,10 +191,22 @@ the user that starts the server.
 
 <h2><A name="cookielog">CookieLog</A></h2>
 <!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
-<STRONG>Syntax:</STRONG> CookieLog <EM>filename</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Module:</STRONG> mod_cookies<BR>
-<STRONG>Compatibility:</STRONG> Only available in Apache 1.2 and above<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CookieLog <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_cookies<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> Only available in Apache 1.2 and above<P>
 
 The CookieLog directive sets the filename for logging of cookies.
 The filename is relative to the <A
@@ -205,14 +217,26 @@ HREF="mod_cookies.html">mod_cookies</A>, and is deprecated.
 
 <HR>
 <H2><A NAME="customlog">CustomLog</A></H2>
-<STRONG>Syntax:</STRONG> CustomLog <EM>file-pipe</EM>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CustomLog <EM>file-pipe</EM>
     <EM>format-or-nickname</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
 <STRONG>Compatibility: </STRONG> Nickname only available in Apache 1.3
     or later
 <BR>
-<STRONG>Module:</STRONG> mod_log_config
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_config
 <P>
 The first argument is the filename to which log records should be
 written. This is used
@@ -241,16 +265,31 @@ directive.
 <HR>
 <h2><A name="logformat">LogFormat</A></h2>
 <!--%plaintext &lt;?INDEX {\tt LogFormat} directive&gt; -->
-<STRONG>Syntax:</STRONG> LogFormat <EM>format</EM> [<EM>nickname</EM>]
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> LogFormat <EM>format</EM> [<EM>nickname</EM>]
 <BR>
-<STRONG>Default:</STRONG> <CODE>LogFormat &quot;%h %l %u %t \&quot;%r\&quot;
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>LogFormat &quot;%h %l %u %t \&quot;%r\&quot;
 %s %b&quot;</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
 <STRONG>Compatibility: </STRONG> Nickname only available in Apache 1.3
     or later
 <BR>
-<STRONG>Module:</STRONG> mod_log_config
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_config
 <P>
 This sets the format of the default logfile named by the
 <A
@@ -278,11 +317,26 @@ it doesn't actually apply the format and make it the default.
 <HR>
 <h2><A name="transferlog">TransferLog</A></h2>
 <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
-<STRONG>Syntax:</STRONG> TransferLog <EM>file-pipe</EM><BR>
-<STRONG>Default:</STRONG> none<BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_log_config<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> TransferLog <EM>file-pipe</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> none<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_config<P>
 
 The TransferLog directive adds a log file in the format defined by the
 most recent
index d98228f4e9811d429a1ddbe40e38deed58b677fc..341b93a657043e4ba3ed588914659039538bdf78 100644 (file)
@@ -38,10 +38,22 @@ local URL to the document being referred to.
 
 <h2><A name="refererignore">RefererIgnore</A></h2>
 <!--%plaintext &lt;?INDEX {\tt RefererIgnore} directive&gt; -->
-<STRONG>Syntax:</STRONG> RefererIgnore <EM>string string ...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_log_referer<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string string ...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_referer<P>
 
 The RefererIgnore directive adds to the list of strings to ignore in
 Referer headers. If any of the strings in the list is contained in
@@ -54,11 +66,26 @@ This avoids logging references from www.ncsa.uiuc.edu.
 
 <h2><A name="refererlog">RefererLog</A></h2>
 <!--%plaintext &lt;?INDEX {\tt RefererLog} directive&gt; -->
-<STRONG>Syntax:</STRONG> RefererLog <EM>file-pipe</EM><BR>
-<STRONG>Default:</STRONG> <CODE>RefererLog logs/referer_log</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Extension<BR>
-<STRONG>Module:</STRONG> mod_log_referer<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> RefererLog <EM>file-pipe</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>RefererLog logs/referer_log</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Extension<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_log_referer<P>
 
 The RefererLog directive sets the name of the file to which the server will
 log the Referer header of incoming requests. <EM>File-pipe</EM> is one
index e71bd844e3fb436377c1a479820e02c63be014f3..4dffe98377b12032399b0683f252347f4239460b 100644 (file)
@@ -86,11 +86,26 @@ copies may still be used by a client or proxy.
 
 <h2><A name="addencoding">AddEncoding</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AddEncoding} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddEncoding <EM>mime-enc extension extension...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddEncoding <EM>mime-enc extension extension...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<P>
 
 The AddEncoding directive adds to the list of filename extensions which
 filenames may end in for the specified encoding type. <EM>Mime-enc</EM>
@@ -106,11 +121,26 @@ encoding, and .Z files to be marked as encoded with x-compress.<P><HR>
 
 <h2><A name="addhandler">AddHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> AddHandler <EM>handler-name extension extension...</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<BR>
-<STRONG>Compatibility:</STRONG> AddHandler is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension extension...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> AddHandler is only available in Apache
 1.1 and later<P>
 
 <P>AddHandler maps the filename extensions <EM>extension</EM> to the
@@ -128,11 +158,26 @@ program.</P>
 
 <h2><A name="addlanguage">AddLanguage</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AddLanguage} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddLanguage <EM>mime-lang extension extension...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddLanguage <EM>mime-lang extension extension...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<P>
 
 The AddLanguage directive adds to the list of filename extensions which
 filenames may end in for the specified content language. <EM>Mime-lang</EM>
@@ -152,11 +197,26 @@ from several documents based on the client's language preference.<P><HR>
 
 <h2><A name="addtype">AddType</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AddType} directive&gt; -->
-<STRONG>Syntax:</STRONG> AddType <EM>mime-type extension extension...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> AddType <EM>mime-type extension extension...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<P>
 
 The AddType directive adds to the list of filename extensions which
 filenames may end in for the specified content type. <EM>Mime-enc</EM>
@@ -172,11 +232,26 @@ type of particular files.<P><HR>
 
 <h2><A name="forcetype">ForceType</A></h2>
 
-<STRONG>Syntax:</STRONG> ForceType <EM>media type</EM><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<BR>
-<STRONG>Compatibility:</STRONG> ForceType is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ForceType <EM>media type</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ForceType is only available in Apache
 1.1 and later.<P>
 
 <P>When placed into an <CODE>.htaccess</CODE> file or a
@@ -193,11 +268,26 @@ media type.</P>
 
 <h2><A name="sethandler">SetHandler</A></h2>
 
-<STRONG>Syntax:</STRONG> SetHandler <EM>handler-name</EM><BR>
-<STRONG>Context:</STRONG> directory, .htaccess<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<BR>
-<STRONG>Compatibility:</STRONG> SetHandler is only available in Apache
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> SetHandler <EM>handler-name</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> SetHandler is only available in Apache
 1.1 and later.<P>
 
 <P>When placed into an <CODE>.htaccess</CODE> file or a
@@ -224,11 +314,26 @@ called, you might put the following into access.conf:
 
 <h2><A name="typesconfig">TypesConfig</A></h2>
 <!--%plaintext &lt;?INDEX {\tt TypesConfig} directive&gt; -->
-<STRONG>Syntax:</STRONG> TypesConfig <EM>filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>TypesConfig conf/mime.types</CODE><BR>
-<Strong>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_mime<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> TypesConfig <EM>filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>TypesConfig conf/mime.types</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_mime<P>
 
 The TypesConfig directive sets the location of the mime types configuration
 file. <EM>Filename</EM> is relative to the
index af00aaa82a532504c41f5936fadee0fd75cb722f..42e9c23500dd6203c86a211f3377d9a435c77dc5 100644 (file)
    MimeMagicFile
   </A></H2>
   <P>
-  <STRONG>Syntax:</STRONG> MimeMagicFile <EM>magic-file-name</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> MimeMagicFile <EM>magic-file-name</EM>
   <BR>
-  <STRONG>Default:</STRONG> none
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> none
   <BR>
-  <STRONG>Context:</STRONG> server config, virtual host
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config, virtual host
   <BR>
-  <STRONG>Status:</STRONG> Extension
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Extension
   <BR>
-  <STRONG>Module:</STRONG> mod_mime_magic
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_mime_magic
   <P>
 
   The <CODE>MimeMagicFile</CODE> directive can be used to enable this module,
index c1ba2b0b173da762bdca9ffb8ca946facd2cbf72..1deea4238f28fe79e7c4befc9deaafb729f7a3f8 100644 (file)
@@ -95,11 +95,26 @@ requirements, and returns that document.<P>
 
 
 <h2><A name="cachenegotiateddocs">CacheNegotiatedDocs</A></h2>
-<STRONG>Syntax:</STRONG> CacheNegotiatedDocs<BR>
-<Strong>Context:</STRONG> server config<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_negotiation<BR>
-<STRONG>Compatibility:</STRONG> CacheNegotiatedDocs is only available
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_negotiation<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheNegotiatedDocs is only available
 in Apache 1.1 and later.<P>
 
 <P>If set, this directive allows content-negotiated documents to be
@@ -118,11 +133,26 @@ HTTP/1.1 requests.
 
 <h2><A name="languagepriority">LanguagePriority</A></h2>
 <!--%plaintext &lt;?INDEX {\tt LanguagePriority} directive&gt; -->
-<STRONG>Syntax:</STRONG> LanguagePriority <EM>mime-lang mime-lang...</EM><BR>
-<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR>
-<Strong>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_negotiation<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>mime-lang mime-lang...</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_negotiation<P>
 
 The LanguagePriority sets the precedence of language variants for the case
 where the client does not express a preference, when handling a
index b571bb3a91eb76d54a53592e84e67af67c63a9fc..80dcc1014f9e44e58501bd73a5950347286bfc0a 100644 (file)
@@ -60,13 +60,34 @@ and other protocols.
 <HR>
 
 <A name="proxyrequests"><h2>ProxyRequests</h2></A>
-<STRONG>Syntax:</STRONG> ProxyRequests <EM>on/off</EM><BR>
-<STRONG>Default:</STRONG> <CODE>ProxyRequests Off</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> ProxyRequests is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyRequests <EM>on/off</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ProxyRequests Off</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyRequests is only available in
 Apache 1.1 and later.<P>
 
 This allows or prevents Apache from functioning as a proxy
@@ -76,13 +97,34 @@ HREF="#proxypass">ProxyPass</A> directive.
 <HR>
 
 <A name="proxyremote"><h2>ProxyRemote</h2></A>
-<STRONG>Syntax:</STRONG> ProxyRemote <EM>&lt;match&gt; &lt;remote-server&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> ProxyRemote is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyRemote <EM>&lt;match&gt; &lt;remote-server&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyRemote is only available in
 Apache 1.1 and later.<P>
 
 This defines remote proxies to this proxy. &lt;match&gt; is either the
@@ -112,13 +154,34 @@ them.
 <HR>
 
 <A name="proxypass"><h2>ProxyPass</h2></A>
-<STRONG>Syntax:</STRONG> ProxyPass <EM>&lt;path&gt; &lt;url&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> ProxyPass is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyPass <EM>&lt;path&gt; &lt;url&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyPass is only available in
 Apache 1.1 and later.<P>
 
 This directive allows remote servers to be mapped into the space of the local
@@ -138,13 +201,34 @@ internally converted into a proxy request to
 <HR>
 
 <A name="proxyblock"><h2>ProxyBlock</h2></A>
-<STRONG>Syntax:</STRONG> ProxyBlock <EM>&lt;word/host/domain list&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> ProxyBlock is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyBlock <EM>&lt;word/host/domain list&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyBlock is only available in
 Apache 1.2 and later.<P>
 
 The ProxyBlock directive specifies a list of words, hosts and/or domains,
@@ -172,17 +256,38 @@ blocks connections to all sites.
 <HR>
 
 <A name="noproxy"><h2>NoProxy</h2></A>
-<STRONG>Syntax:</STRONG> NoProxy { <A HREF="#domain"><EM>&lt;Domain&gt;</EM></A>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> NoProxy { <A HREF="#domain"><EM>&lt;Domain&gt;</EM></A>
                                  | <A HREF="#subnet"><EM>&lt;SubNet&gt;</EM></A>
                                 | <A HREF="#ipaddr"><EM>&lt;IpAddr&gt;</EM></A>
                                 | <A HREF="#hostname"><EM>&lt;Hostname&gt;</EM></A>
                                 } <BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> NoProxy is only available in
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> NoProxy is only available in
 Apache 1.3 and later.<P>
 
 This directive is only useful for Apache proxy servers within intranets.
@@ -288,13 +393,34 @@ The arguments to the NoProxy directive are one of the following type list:
 <HR>
 
 <A name="proxydomain"><h2>ProxyDomain</h2></A>
-<STRONG>Syntax:</STRONG> ProxyDomain <EM>&lt;Domain&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> ProxyDomain is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ProxyDomain <EM>&lt;Domain&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> ProxyDomain is only available in
 Apache 1.3 and later.<P>
 
 This directive is only useful for Apache proxy servers within intranets.
@@ -314,13 +440,34 @@ Example:
 <HR>
 
 <A name="cacheroot"><h2>CacheRoot</h2></A>
-<STRONG>Syntax:</STRONG> CacheRoot <EM>&lt;directory&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheRoot is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheRoot <EM>&lt;directory&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheRoot is only available in
 Apache 1.1 and later.<P>
 
 Sets the name of the directory to contain cache files; this must be
@@ -330,13 +477,34 @@ by the httpd server.
 <HR>
 
 <A name="cachesize"><h2>CacheSize</h2></A>
-<STRONG>Syntax:</STRONG> CacheSize <EM>&lt;size&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheSize 5</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheSize is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheSize <EM>&lt;size&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheSize 5</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheSize is only available in
 Apache 1.1 and later.<P>
 
 Sets the desired space usage of the cache, in KB (1024-byte units). Although
@@ -346,13 +514,34 @@ until the usage is at or below this setting.
 <HR>
 
 <A name="cachegcinterval"><h2>CacheGcInterval</h2></A>
-<STRONG>Syntax:</STRONG> CacheGcInterval <EM>&lt;time&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheGcinterval is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM>&lt;time&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheGcinterval is only available in
 Apache 1.1 and later.<P>
 
 Check the cache every &lt;time&gt; hours, and delete files if the space
@@ -361,13 +550,34 @@ usage is greater than that set by CacheSize.
 <HR>
 
 <A name="cachemaxexpire"><h2>CacheMaxExpire</h2></A>
-<STRONG>Syntax:</STRONG> CacheMaxExpire <EM>&lt;time&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheMaxExpire 24</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheMaxExpire is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM>&lt;time&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheMaxExpire 24</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheMaxExpire is only available in
 Apache 1.1 and later.<P>
 
 Cachable HTTP documents will be retained for at most &lt;time&gt; hours without
@@ -378,13 +588,34 @@ was supplied with the document.
 <HR>
 
 <A name="cachelastmodifiedfactor"><h2>CacheLastModifiedFactor</h2></A>
-<STRONG>Syntax:</STRONG> CacheLastModifiedFactor <EM>&lt;factor&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheLastModifiedFactor 0.1</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheLastModifiedFactor is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM>&lt;factor&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheLastModifiedFactor 0.1</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheLastModifiedFactor is only available in
 Apache 1.1 and later.<P>
 
 If the origin HTTP server did not supply an expiry date for the
@@ -401,13 +632,34 @@ then the latter takes precedence.
 <HR>
 
 <A name="cachedirlevels"><h2>CacheDirLevels</h2></A>
-<STRONG>Syntax:</STRONG> CacheDirLevels <EM>&lt;levels&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheDirLevels 3</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheDirLevels is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM>&lt;levels&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheDirLevels 3</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheDirLevels is only available in
 Apache 1.1 and later.<P>
 
 CacheDirLevels sets the number of levels of subdirectories in the cache.
@@ -416,13 +668,34 @@ Cached data will be saved this many directory levels below CacheRoot.
 <HR>
 
 <A name="cachedirlength"><h2>CacheDirLength</h2></A>
-<STRONG>Syntax:</STRONG> CacheDirLength <EM>&lt;length&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheDirLength 1</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheDirLength is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheDirLength <EM>&lt;length&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheDirLength 1</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheDirLength is only available in
 Apache 1.1 and later.<P>
 
 CacheDirLength sets the number of characters in proxy cache subdirectory names.
@@ -430,13 +703,34 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names.
 <HR>
 
 <A name="cachedefaultexpire"><h2>CacheDefaultExpire</h2></A>
-<STRONG>Syntax:</STRONG> CacheDefaultExpire <EM>&lt;time&gt;</EM><BR>
-<STRONG>Default:</STRONG> <CODE>CacheDefaultExpire 1</CODE><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> CacheDefaultExpire is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM>&lt;time&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>CacheDefaultExpire 1</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheDefaultExpire is only available in
 Apache 1.1 and later.<P>
 
 If the document is fetched via a protocol that does not support expiry times,
@@ -447,13 +741,34 @@ override this setting.
 <HR>
 
 <A name="nocache"><h2>NoCache</h2></A>
-<STRONG>Syntax:</STRONG> NoCache <EM>&lt;word/host/domain list&gt;</EM><BR>
-<STRONG>Default:</STRONG> <EM>None</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Override:</STRONG> <EM>Not applicable</EM><BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_proxy<BR>
-<STRONG>Compatibility:</STRONG> NoCache is only available in
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> NoCache <EM>&lt;word/host/domain list&gt;</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>None</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> NoCache is only available in
 Apache 1.1 and later.<P>
 
 The NoCache directive specifies a list of words, hosts and/or domains, separated
index be9cb2215ea97b8b9320a604c56f50c8bfba2d55..854d41edd95203f3f34769449dc6a849170befd0 100644 (file)
@@ -86,9 +86,18 @@ gifted exclusively to the The Apache Group in July 1997 by
 </CENTER>
 
 <A name="RewriteEngine"><h3>RewriteEngine</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR>
-<STRONG>Default:</STRONG> <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR>
-<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR>
 <P>
 
 The <TT>RewriteEngine</TT> directive enables or disables the
@@ -111,9 +120,18 @@ HREF="#RewriteOptions">RewriteOptions inherit</A> is enabled.
 <P>
 
 <A name="RewriteOptions"><h3>RewriteOptions</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteOptions</CODE> <EM>Option</EM> ...<BR>
-<STRONG>Default:</STRONG> -<EM>None</EM>-<BR>
-<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteOptions</CODE> <EM>Option</EM> ...<BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR>
 <P>
 
 The <TT>RewriteOptions</TT> directive sets some special options for the
@@ -134,9 +152,18 @@ strings can be one of the following:
 <P>
 
 <A name="RewriteLog"><h3>RewriteLog</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR>
-<STRONG>Default:</STRONG> -<EM>None</EM>-<BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
 <P>
 
 The <TT>RewriteLog</TT> directive sets the name of the file to which the
@@ -183,9 +210,18 @@ RewriteLog "/usr/local/var/apache/logs/rewrite.log"
 <P>
 
 <A name="RewriteLogLevel"><h3>RewriteLogLevel</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR>
-<STRONG>Default:</STRONG> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
 <P>
 
 The <TT>RewriteLogLevel</TT> directive set the verbosity level of the rewriting
@@ -219,9 +255,18 @@ RewriteLogLevel 3
 <P>
 
 <A name="RewriteMap"><h3>RewriteMap</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteMap</CODE> <EM>Mapname</EM> <CODE>{txt,dbm,prg}:</CODE><EM>Filename</EM><BR>
-<STRONG>Default:</STRONG> not used per default<BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteMap</CODE> <EM>Mapname</EM> <CODE>{txt,dbm,prg}:</CODE><EM>Filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> not used per default<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
 <P>
 
 The <TT>RewriteMap</TT> directive defines an external <EM>Rewriting Map</EM>
@@ -361,9 +406,18 @@ only happens once!
 <P>
 
 <A name="RewriteBase"><h3>RewriteBase</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR>
-<STRONG>Default:</STRONG> <EM>default is the physical directory path</EM><BR>
-<STRONG>Context:</STRONG> per-directory config<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>default is the physical directory path</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> per-directory config<BR>
 <P>
 
 The <TT>RewriteBase</TT> directive explicitly sets the base URL for
@@ -464,9 +518,18 @@ sure the design and implementation is correct.
 <P>
 
 <A name="RewriteCond"><h3>RewriteCond</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteCond</CODE> <EM>TestString</EM> <EM>CondPattern</EM><BR>
-<STRONG>Default:</STRONG> -<EM>None</EM>-<BR>
-<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteCond</CODE> <EM>TestString</EM> <EM>CondPattern</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR>
 <P>
 
 The <TT>RewriteCond</TT> directive defines a rule condition. Precede a
@@ -760,9 +823,18 @@ use any other browser you get the standard homepage.
 <P>
 
 <A name="RewriteRule"><h3>RewriteRule</h3></A>
-<STRONG>Syntax:</STRONG> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR>
-<STRONG>Default:</STRONG> -<EM>None</EM>-<BR>
-<STRONG>Context:</STRONG> server config, virtual host, per-directory config<BR>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> -<EM>None</EM>-<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, per-directory config<BR>
 
 <P>
 The <TT>RewriteRule</TT> directive is the real rewriting workhorse.  The
index d089fa37dbaa1b33e1266433a94267b56bacfa8f..cb80be0e38af7577a3446217bf473f840f0ac8f7 100644 (file)
   <HR> <!-- the HR is part of the directive description -->
   <H2><A NAME="BrowserMatch">The <SAMP>BrowserMatch</SAMP> Directive</A></H2>
   <P>
-  <STRONG>Syntax:</STRONG> BrowserMatch <EM>regex envar[=value] [...]</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex envar[=value] [...]</EM>
   <BR>
-  <STRONG>Default:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config
   <BR>
-  <STRONG>Override:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Status:</STRONG> Base
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Base
   <BR>
-  <STRONG>Module:</STRONG> mod_setenvif
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_setenvif
   <BR>
-  <STRONG>Compatibility:</STRONG> Apache 1.2 and above
+  <A
+   HREF="directive-dict.html#Compatibility"
+   REL="Help"
+  ><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above
   </P>
   <P>
   The BrowserMatch directive defines environment variables based on the
    </A>
   </H2>
   <P>
-  <STRONG>Syntax:</STRONG> BrowserMatchNoCase <EM>regex envar[=value] [...]</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value] [...]</EM>
   <BR>
-  <STRONG>Default:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config
   <BR>
-  <STRONG>Override:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Status:</STRONG> Base
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Base
   <BR>
-  <STRONG>Module:</STRONG> mod_setenvif
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_setenvif
   <BR>
-  <STRONG>Compatibility:</STRONG> Apache 1.2 and above
+  <A
+   HREF="directive-dict.html#Compatibility"
+   REL="Help"
+  ><STRONG>Compatibility:</STRONG></A> Apache 1.2 and above
   </P>
   <P>
   The <SAMP>BrowserMatchNoCase</SAMP> directive is semantically identical to
    </A>
   </H2>
   <P>
-  <STRONG>Syntax:</STRONG> SetEnvIf <EM> attribute regex envar[=value] [...]</EM>
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value] [...]</EM>
   <BR>
-  <STRONG>Default:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config
   <BR>
-  <STRONG>Override:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Status:</STRONG> Base
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Base
   <BR>
-  <STRONG>Module:</STRONG> mod_setenvif
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_setenvif
   <BR>
-  <STRONG>Compatibility:</STRONG> Apache 1.3 and above
+  <A
+   HREF="directive-dict.html#Compatibility"
+   REL="Help"
+  ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above
   </P>
   <P>
   The <SAMP>SetEnvIf</SAMP> directive defines environment variables
    </A>
   </H2>
   <P>
-  <STRONG>Syntax:</STRONG> SetEnvIfNoCase
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase
    <EM> attribute regex envar[=value] [...]</EM>
   <BR>
-  <STRONG>Default:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Context:</STRONG> server config
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config
   <BR>
-  <STRONG>Override:</STRONG> <EM>none</EM>
+  <A
+   HREF="directive-dict.html#Override"
+   REL="Help"
+  ><STRONG>Override:</STRONG></A> <EM>none</EM>
   <BR>
-  <STRONG>Status:</STRONG> Base
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Base
   <BR>
-  <STRONG>Module:</STRONG> mod_setenvif
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_setenvif
   <BR>
-  <STRONG>Compatibility:</STRONG> Apache 1.3 and above
+  <A
+   HREF="directive-dict.html#Compatibility"
+   REL="Help"
+  ><STRONG>Compatibility:</STRONG></A> Apache 1.3 and above
   </P>
   <P>
   The <SAMP>SetEnvIfNoCase</SAMP> is semantically identical to the
index b2ed9e5ec56d2ff8c74b496c059bb9985edef733..b0e3d98a7557e1ec0387a59f104b5728d654b8d2 100644 (file)
   <HR> <!-- the HR is part of the directive description -->
   <A name="checkspelling"><h2>CheckSpelling</h2></A>
   <!--%plaintext &lt;?INDEX {\tt CheckSpelling} directive&gt; -->
-  <STRONG>Syntax:</STRONG> CheckSpelling <EM>on/off</EM><BR>
-  <STRONG>Default:</STRONG> <CODE>CheckSpelling Off</CODE><BR>
-  <Strong>Context:</STRONG> server config, virtual host<BR>
-  <STRONG>Status:</STRONG> Base<BR>
-  <STRONG>Module:</STRONG> mod_speling<BR>
-  <STRONG>Compatibility:</STRONG> CheckSpelling was available as a separately
+  <A
+   HREF="directive-dict.html#Syntax"
+   REL="Help"
+  ><STRONG>Syntax:</STRONG></A> CheckSpelling <EM>on/off</EM><BR>
+  <A
+   HREF="directive-dict.html#Default"
+   REL="Help"
+  ><STRONG>Default:</STRONG></A> <CODE>CheckSpelling Off</CODE><BR>
+  <A
+   HREF="directive-dict.html#Context"
+   REL="Help"
+  ><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+  <A
+   HREF="directive-dict.html#Status"
+   REL="Help"
+  ><STRONG>Status:</STRONG></A> Base<BR>
+  <A
+   HREF="directive-dict.html#Module"
+   REL="Help"
+  ><STRONG>Module:</STRONG></A> mod_speling<BR>
+  <A
+   HREF="directive-dict.html#Compatibility"
+   REL="Help"
+  ><STRONG>Compatibility:</STRONG></A> CheckSpelling was available as a separately
   available module for Apache 1.1, but was limited to miscapitalizations.
   As of Apache 1.3, it is part of the apache distribution<!-- or:
   available as a separate module-->.<P>
index 2d79f11940482345366eff8033c0636f39d3619c..76e24c77cd0bbd8cee7a39c9826e77b126e462f8 100644 (file)
@@ -27,12 +27,30 @@ is compiled in by default. It provides for user-specific directories.
 
 <h2><A name="userdir">UserDir</A></h2>
 <!--%plaintext &lt;?INDEX {\tt UserDir} directive&gt; -->
-<STRONG>Syntax:</STRONG> UserDir <EM>directory/filename</EM><BR>
-<STRONG>Default:</STRONG> <CODE>UserDir public_html</CODE><BR>
-<Strong>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> Base<BR>
-<STRONG>Module:</STRONG> mod_userdir<BR>
-<STRONG>Compatibility:</STRONG> All forms except the <CODE>UserDir
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> UserDir <EM>directory/filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>UserDir public_html</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_userdir<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> All forms except the <CODE>UserDir
 public_html</CODE> form are only available in Apache 1.1 or above.  Use
 of the <SAMP>enabled</SAMP> keyword, or <SAMP>disabled</SAMP> with a
 list of usernames, is only available in Apache 1.3 and above.<P>
index af88b17c43c14cfbfbc45dabfbb954d7e4a9e1b2..59f861996a179e9b82189b4533f4c05d88aeda62 100644 (file)
@@ -53,10 +53,22 @@ above <TT>CustomLog</TT> directive.
 <HR>
 
 <h2><A name="cookieexpires">CookieExpires</A></h2>
-<STRONG>Syntax:</STRONG> CookieExpires <EM>expiry-period</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host<BR>
-<STRONG>Status:</STRONG> optional<BR>
-<STRONG>Module:</STRONG> mod_usertrack<P>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CookieExpires <EM>expiry-period</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> optional<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_usertrack<P>
 
 When used, this directive sets an expiry time on the cookie generated
 by the usertrack module. The <EM>expiry-period</EM> can be given either
@@ -70,12 +82,27 @@ double quotes.
 browser session.</P>
 
 <h2><A name="cookietracking">CookieTracking</A></h2>
-<STRONG>Syntax:</STRONG> CookieTracking <EM>on | off</EM><BR>
-<STRONG>Context:</STRONG> server config, virtual host, directory,
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CookieTracking <EM>on | off</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host, directory,
 .htaccess<BR>
-<STRONG>Override:</STRONG> FileInfo<BR>
-<STRONG>Status:</STRONG> optional<BR>
-<STRONG>Module:</STRONG> mod_usertrack<P>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> FileInfo<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> optional<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_usertrack<P>
 
 When the user track module is compiled in, and "CookieTracking on" is
 set, Apache will start sending a user-tracking cookie for all new