]> granicus.if.org Git - apache/commitdiff
Normalize syntax.
authorJoshua Slive <slive@apache.org>
Sat, 9 Dec 2000 19:50:04 +0000 (19:50 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 9 Dec 2000 19:50:04 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68

37 files changed:
docs/manual/mod/core.html
docs/manual/mod/directive-dict.html
docs/manual/mod/directive-dict.html.en
docs/manual/mod/mod_access.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_auth_digest.html
docs/manual/mod/mod_autoindex.html
docs/manual/mod/mod_cern_meta.html
docs/manual/mod/mod_cgi.html
docs/manual/mod/mod_charset_lite.html
docs/manual/mod/mod_dav.html
docs/manual/mod/mod_dir.html
docs/manual/mod/mod_env.html
docs/manual/mod/mod_expires.html
docs/manual/mod/mod_ext_filter.html
docs/manual/mod/mod_file_cache.html
docs/manual/mod/mod_headers.html
docs/manual/mod/mod_imap.html
docs/manual/mod/mod_include.html
docs/manual/mod/mod_isapi.html
docs/manual/mod/mod_log_referer.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_mmap_static.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_so.html
docs/manual/mod/mod_speling.html
docs/manual/mod/mod_status.html
docs/manual/mod/mod_userdir.html
docs/manual/mod/mod_usertrack.html
docs/manual/mod/mpm_common.html

index ddc17453a798a6e2a37008c40c751178da6e5dfb..9bb2f5e97af4557f4352f17eb09596748b232195 100644 (file)
@@ -84,7 +84,8 @@ always available.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename filename ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename</em>
+[<em>filename</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -119,7 +120,7 @@ AllowOverride None<BR>
 
 <H2><A NAME="adddefaultcharset">AddDefaultCharset directive</A></H2>
 <A HREF="directive-dict.html#Syntax" REL="Help"><STRONG>Syntax:</STRONG></A> 
-AddDefaultCharset <EM>Off / On / charset</EM><BR>
+AddDefaultCharset On|Off|<em>charset</em><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> 
@@ -136,7 +137,7 @@ in the body of the document via a <CODE>META</CODE> tag. A setting
 of <CODE>AddDefaultCharset Off</CODE> disables this functionality.
 <CODE>AddDefaultCharset On</CODE> enables Apache's internal
 default charset of <code>iso-8859-1</code> as required by the
-directive. You can also specify an alternate charset to be used;
+directive. You can also specify an alternate <em>charset</em> to be used;
 e.g. <code>AddDefaultCharset utf-8</code>.
 <P><HR>
 
@@ -145,7 +146,7 @@ e.g. <code>AddDefaultCharset utf-8</code>.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddModule <EM>module module ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddModule <EM>module</em> [<em>module</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -171,7 +172,8 @@ directive.<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AllowOverride <EM>override override ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AllowOverride All|None|<EM>directive-type</em>
+[<em>directive-type</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -185,13 +187,21 @@ directive.<P><HR>
  REL="Help"
 ><STRONG>Status:</STRONG></A> core<P>
 
-When the server finds an .htaccess file (as specified by
+<p>When the server finds an .htaccess file (as specified by
 <A HREF="#accessfilename">AccessFileName</A>) it needs to know which
-directives declared in that file can override earlier access information.<P>
+directives declared in that file can override earlier access information.</p>
 
-<EM>Override</EM> can be set to <CODE>None</CODE>, in which case the server
-will not read the file, <CODE>All</CODE> in which case the server will
-allow all the directives, or one or more of the following:
+<p>When this directive is set to <code>None</code>, then
+.htaccess files are completely ignored.  In this case, the server
+will not even attempt to read .htaccess files in the filesystem.</p>
+
+<p>When this directive is set to <code>All</code>, then any directive
+which has the .htaccess <a
+href="directive-dict.html#Context">Context</a> is allowed in .htaccess
+files.</p>
+
+<p>The <em>directive-type</em> can be one of the following groupings
+of directives.</p>
 <DL>
 <DT>AuthConfig
 <DD>
@@ -273,7 +283,7 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthType <EM>type</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthType Basic|Digest<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -324,7 +334,7 @@ re-populated using the <A HREF="#addmodule">AddModule</A> directive.<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ContentDigest <EM>on|off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ContentDigest on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -687,7 +697,7 @@ responses.</A><P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog[:facility]</CODE>
+><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|syslog[:<em>facility</em>]
 <BR>
 <A
  HREF="directive-dict.html#Default"
@@ -836,7 +846,7 @@ different sections are combined when a request is received
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> HostNameLookups <EM>on | off | double</EM><BR>
+><STRONG>Syntax:</STRONG></A> HostNameLookups on|off|double<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -895,7 +905,7 @@ from logged IP addresses offline.<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> IdentityCheck <EM>boolean</EM><BR>
+><STRONG>Syntax:</STRONG></A> IdentityCheck on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1073,7 +1083,7 @@ and parse those as configuration files.
 <P> <HR>
 
 <H2><A NAME="keepalive">KeepAlive directive</A></H2>
-<STRONG>Syntax:</STRONG> KeepAlive <EM>on/off</EM><BR>
+<STRONG>Syntax:</STRONG> KeepAlive on/off<BR>
 <STRONG>Default:</STRONG> <CODE>KeepAlive On</CODE><BR>
 <A
  HREF="directive-dict.html#Context"
@@ -1155,7 +1165,7 @@ occupied waiting on connections with idle clients.</p>
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A>
- &lt;Limit <EM>method method</EM> ... &gt; ... &lt;/Limit&gt;<BR>
+ &lt;Limit <EM>method</em> [<em>method</EM>] ... &gt; ... &lt;/Limit&gt;<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -1196,7 +1206,7 @@ requests.
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A>
- &lt;LimitExcept <EM>method method</EM> ... &gt; ... &lt;/LimitExcept&gt;<BR>
+ &lt;LimitExcept <EM>method</em> [<em>method</EM>] ... &gt; ... &lt;/LimitExcept&gt;<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -1224,7 +1234,7 @@ standard and nonstandard/unrecognized methods. See the documentation for
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> LimitRequestBody <EM>number</EM><BR>
+><STRONG>Syntax:</STRONG></A> LimitRequestBody <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1245,8 +1255,9 @@ standard and nonstandard/unrecognized methods. See the documentation for
 Apache 1.3.2 and later.
 <P>
 
-<EM>Number</EM> is a long integer from 0 (meaning unlimited) to 2147483647
-(2GB).  The default value is defined by the compile-time constant
+<p>This directive specifies the number of <em>bytes</em> from 0
+(meaning unlimited) to 2147483647 (2GB) that are allowed in a request
+body.  The default value is defined by the compile-time constant
 <CODE>DEFAULT_LIMIT_REQUEST_BODY</CODE> (0 as distributed).
 <P>
 
@@ -1295,7 +1306,7 @@ of denial-of-service attacks.
 Apache 1.3.2 and later.
 <P>
 
-<EM>Number</EM> is an integer from 0 (meaning unlimited) to 32767.
+<p><em>Number</em> is an integer from 0 (meaning unlimited) to 32767.
 The default value is defined by the compile-time constant
 <CODE>DEFAULT_LIMIT_REQUEST_FIELDS</CODE> (100 as distributed).
 <P>
@@ -1323,7 +1334,7 @@ fields were sent in the request.<P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> LimitRequestFieldsize <EM>number</EM><BR>
+><STRONG>Syntax:</STRONG></A> LimitRequestFieldsize <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1343,9 +1354,10 @@ fields were sent in the request.<P>
 Apache 1.3.2 and later.
 <P>
 
-<EM>Number</EM> is an integer size in bytes from 0 to the value of the
-compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_FIELDSIZE</CODE>
-(8190 as distributed).
+This directive specifies the number of <em>bytes</em> from 0 to the
+value of the compile-time constant
+<CODE>DEFAULT_LIMIT_REQUEST_FIELDSIZE</CODE> (8190 as distributed)
+that will be allowed in an HTTP request header.
 <P>
 
 The LimitRequestFieldsize directive allows the server administrator to reduce
@@ -1370,7 +1382,7 @@ not be changed from the default.<P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> LimitRequestLine <EM>number</EM><BR>
+><STRONG>Syntax:</STRONG></A> LimitRequestLine <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1390,9 +1402,9 @@ not be changed from the default.<P>
 Apache 1.3.2 and later.
 <P>
 
-<EM>Number</EM> is an integer size in bytes from 0 to the value of the
-compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_LINE</CODE>
-(8190 as distributed).
+This directive sets the number of <em>bytes</em> from 0 to the value
+of the compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_LINE</CODE>
+(8190 as distributed) that will be allowed on the HTTP request-line.
 <P>
 
 The LimitRequestLine directive allows the server administrator to reduce
@@ -1726,7 +1738,7 @@ virtual hosts should be used, <EM>e.g.</EM>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Options <EM>[+|-]option [+|-]option ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> Options [+|-]<em>option</em> [[+|-]<em>option</em>] ...</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -1918,7 +1930,7 @@ security attack.<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Require <EM>entity-name entity entity...</EM><BR>
+><STRONG>Syntax:</STRONG></A> Require <EM>entity-name</em> [<em>entity-name</em>] ...</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -1935,9 +1947,9 @@ security attack.<P><HR>
 This directive selects which authenticated users can access a directory.
 The allowed syntaxes are:
 <UL>
-<LI>Require user <EM>userid userid ...</EM><P>
+<LI>Require user <EM>userid</em> [<em>userid</em>] ...<P>
 Only the named users can access the directory.<P>
-<LI>Require group <EM>group-name group-name ...</EM><P>
+<LI>Require group <EM>group-name</em> [<em>group-name</em>] ...<P>
 Only users in the named groups can access the directory.<P>
 <LI>Require valid-user<P>
 All valid users can access the directory.
@@ -1970,8 +1982,8 @@ HREF="#limit">&lt;Limit&gt;</A> section<P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM>
- <EM>[# or 'max']</EM>
+><STRONG>Syntax:</STRONG></A> RLimitCPU <EM>number</EM>|max
+ [<em>number</em>|max]
 <BR>
 <A
  HREF="directive-dict.html#Default"
@@ -2014,8 +2026,8 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM>
<EM>[# or 'max']</EM><BR>
+><STRONG>Syntax:</STRONG></A> RLimitMEM <em>number</em>|max
 [<em>number</em>|max]<br>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2057,8 +2069,8 @@ See also <A HREF="#rlimitcpu">RLimitCPU</A> or
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM>
<EM>[# or 'max']</EM><BR>
+><STRONG>Syntax:</STRONG></A> RLimitNPROC <em>number</em>|max
[<em>number</em>|max]<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2080,7 +2092,7 @@ See also <A HREF="#rlimitcpu">RLimitCPU</A> or
 
 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 can be a number, or <EM>max</EM> to indicate to the server
+Either parameter can be a number, or <code>max</code> to indicate to the server
 that the limit should be set to the maximum allowed by the operating system
 configuration. Raising the maximum resource limit requires that the server
 is running as root, or in the initial startup phase.<P>
@@ -2108,7 +2120,7 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Satisfy <EM>'any' or 'all'</EM><BR>
+><STRONG>Syntax:</STRONG></A> Satisfy any|all<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2149,7 +2161,7 @@ See also <A HREF="#require">Require</A> and
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ScriptInterpreterSource <EM>'registry' or 'script'</EM><BR>
+><STRONG>Syntax:</STRONG></A> ScriptInterpreterSource registry|script<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2197,7 +2209,7 @@ as users do not always mention that they are talking about the server!<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerAlias <EM>host1 host2 ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> ServerAlias <EM>hostname</em> [<em>hostname</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -2226,7 +2238,7 @@ with
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM>
+><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified-domain-name</EM>
 <BR>
 <A
  HREF="directive-dict.html#Context"
@@ -2323,7 +2335,7 @@ for information on how to properly set permissions on the ServerRoot.<P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerSignature <EM>Off | On | EMail</EM><BR>
+><STRONG>Syntax:</STRONG></A> ServerSignature On|Off|EMail<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2366,7 +2378,7 @@ referenced document.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Minimal|ProductOnly|OS|Full</EM><BR>
+><STRONG>Syntax:</STRONG></A> ServerTokens Minimal|ProductOnly|OS|Full<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -2508,7 +2520,7 @@ a packet is sent.
 <H2><A NAME="usecanonicalname">UseCanonicalName directive</A></H2>
 <!--%plaintext &lt;?INDEX {\tt UseCanonicalName} directive&gt; -->
 <A HREF="directive-dict.html#Syntax" REL="Help">
-<STRONG>Syntax:</STRONG></A> UseCanonicalName <EM>on|off|dns</EM><BR>
+<STRONG>Syntax:</STRONG></A> UseCanonicalName on|off|dns<BR>
 <A HREF="directive-dict.html#Default" REL="Help">
 <STRONG>Default:</STRONG></A> <CODE>UseCanonicalName on</CODE><BR>
 <A HREF="directive-dict.html#Context" REL="Help">
@@ -2571,7 +2583,7 @@ self-referential URLs then it should be just fine.
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A> &lt;VirtualHost <EM>addr</EM>[:<EM>port</EM>]
- ...&gt; ...
+[<EM>addr</EM>[:<EM>port</EM>]] ...&gt; ...
 &lt;/VirtualHost&gt; <BR>
 <A
  HREF="directive-dict.html#Context"
index a46409b1ea87413763758b1dec0f81652d0e8424..8b2f6679fb7163432a4decdf688b03e725d60aa9 100644 (file)
   <H2><A NAME="Syntax">Syntax</A></H2>
   <P>
   This indicates the format of the directive as it would appear in a
-  configuration file.  This syntax is extremely directive-specific, so
-  refer to the text of the directive's description for details.
+  configuration file.  This syntax is extremely directive-specific, 
+  and is described in detail in the directive's definition.  
+  Generally, the directive name is followed by a series of one or
+  more arguments.  Optional arguments are enclosed in square brackets.
+  Where an argument can take on more than one possible value, possible
+  values are separated by a vertical bar.  Literal text is presented
+  in the default font, while argument-types for which substitution
+  is necessary are emphasized.  Directives which can take a variable
+  number of arguments will end in "..." indicating that the last
+  argument is repeated.
   </P>
 
   <HR>
index a46409b1ea87413763758b1dec0f81652d0e8424..8b2f6679fb7163432a4decdf688b03e725d60aa9 100644 (file)
   <H2><A NAME="Syntax">Syntax</A></H2>
   <P>
   This indicates the format of the directive as it would appear in a
-  configuration file.  This syntax is extremely directive-specific, so
-  refer to the text of the directive's description for details.
+  configuration file.  This syntax is extremely directive-specific, 
+  and is described in detail in the directive's definition.  
+  Generally, the directive name is followed by a series of one or
+  more arguments.  Optional arguments are enclosed in square brackets.
+  Where an argument can take on more than one possible value, possible
+  values are separated by a vertical bar.  Literal text is presented
+  in the default font, while argument-types for which substitution
+  is necessary are emphasized.  Directives which can take a variable
+  number of arguments will end in "..." indicating that the last
+  argument is repeated.
   </P>
 
   <HR>
index 800316a71011921dac19e84d264e314555da6ee9..26d32410eafad33f788ce90284631fab3c8cef29 100644 (file)
@@ -59,7 +59,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Allow from <EM>host host ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> Allow from <EM>host</em> [<em>host</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -166,7 +166,7 @@ and <A HREF="mod_setenvif.html#SetEnvIf">SetEnvIf</A>.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Deny from <EM>host host ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> Deny from <EM>host</em> [<em>host</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 3d96374c38b67551524f87c961cdce3fa9bcd2ca..aa180f338b9b17f7b534882669fb6adc37b40050 100644 (file)
@@ -163,7 +163,7 @@ to activate the <CODE>/icons</CODE> directory, one might use:
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ]
+><STRONG>Syntax:</STRONG></A> Redirect [<EM>status</EM>]
  <EM>url-path url</EM><BR>
 <A
  HREF="directive-dict.html#Context"
index 427178e56d0869023b50b7db5a58fef8006ff772..a2e97f1ee68a4d103413f257424be79428a6b89a 100644 (file)
@@ -164,8 +164,11 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthAuthoritative &lt;
- <STRONG> on</STRONG>(default) | off &gt; <BR>
+><STRONG>Syntax:</STRONG></A> AuthAuthoritative on|off<BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>AuthAuthoritative on</CODE><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index ea27b803a8ea905c9002ab54ed7ed1cd1352db3a..d5f28d6db880cabe405a103e261a47358415cdc7 100644 (file)
@@ -111,7 +111,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous <EM>user user ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous <EM>user</em> [<em>user</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -156,7 +156,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative <EM>on | off</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -193,7 +193,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail <EM>on | off</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -224,8 +224,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM>
- | <EM>off</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -255,7 +254,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID <EM>on | off</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -289,7 +288,7 @@ Require valid-user        <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail <EM>on | off</EM><BR>
+><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index 327cd6611b20b672c2931eac63cf1b20bcf636e8..dc57f4b45128762c32a9103f3a97deb37f7f3ffc 100644 (file)
@@ -182,8 +182,7 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative &lt;
- <STRONG> on</STRONG>| off &gt; <BR>
+><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index 1c96bceb9e1825076dad4135cbf9b749ca2c9d9d..25ee0ddece5b4345bc40f266fe1bffd5cdf64e9b 100644 (file)
@@ -174,7 +174,7 @@ See also <A HREF="core.html#authname">AuthName</A>,
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative &lt; <STRONG> on</STRONG> | off &gt; <BR>
+><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index ed9e2067f971b8c544f7d35ba6647d490ba92920..996a8086f1b44825a250cbf69c9974eaacdcf599 100644 (file)
@@ -167,7 +167,8 @@ AuthGroupFile.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestQop <EM>none | 1*{ auth | auth-int }</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestQop none|auth|auth-int 
+[auth|auth-int]<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -208,7 +209,7 @@ directive</H2>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestNonceLifetime <EM>&lt;time&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestNonceLifetime <EM>seconds</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -233,13 +234,13 @@ directive</H2>
 <P>The AuthDigestNonceLifetime directive controls how long the server
 nonce is valid. When the client contacts the server using an expired
 nonce the server will send back a 401 with <code>stale=true</code>. If
-<EM>&lt;time&gt;</EM> is greater than 0 then it specifies the number of
-seconds the nonce is valid; this should probably never be set to less
-than 10 seconds. If <EM>&lt;time&gt;</EM> is less than 0 then the nonce
-never expires.
+<EM>seconds</EM> is greater than 0 then it specifies the amount of
+time for which the nonce is valid; this should probably never be set
+to less than 10 seconds. If <EM>seconds</EM> is less than 0 then
+the nonce never expires.
 
 <!-- Not implemented yet
-If <EM>&lt;time&gt;</EM> is 0 then the nonce may be used exactly once
+If <EM>seconds</EM> is 0 then the nonce may be used exactly once
 by the client. Note that while one-time-nonces provide higher security
 against replay attacks, they also have significant performance
 implications, as the browser cannot pipeline or multiple connections
@@ -291,7 +292,7 @@ generated.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestNcCheck <EM>On/Off</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestNcCheck On|Off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -332,7 +333,7 @@ impact performance.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestAlgorithm <EM>MD5 | MD5-sess</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestAlgorithm MD5|MD5-sess<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -368,7 +369,8 @@ the challenge and response hashes.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestDomain <EM>URI URI ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestDomain <EM>URI</em> 
+[<em>URI</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index f8d310cd2e5cc28184938aac181853a5dc771d03..fa6c224e7173a75ad368347c8cbc636cf2d1e500 100644 (file)
@@ -107,7 +107,8 @@ HREF="mod_dir.html#directoryindex">DirectoryIndex</A>.</p>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file file...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file</em>
+[<em>file</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -139,8 +140,8 @@ image-incapable or has image loading disabled.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding
-    MIME-encoding...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding</em>
+    [<em>MIME-encoding</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -172,8 +173,8 @@ image-incapable or has image loading disabled.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type MIME-type
-    ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type</em>
+   [<em>MIME-type</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -206,7 +207,8 @@ image-incapable or has image loading disabled.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file file...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file</em>
+    [<em>file</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -257,7 +259,8 @@ may affect the rest of the directory listing.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name name ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name</em>
+   [<em>name</em>] ...</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -298,8 +301,8 @@ AddIcon, when possible.<P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding
-    MIME-encoding ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding</em>
+    [<em>MIME-encoding</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -335,8 +338,8 @@ AddIconByEncoding /icons/compress.xbm x-compress
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type MIME-type
-    ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type</em>
+   [<em>MIME-type</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -402,7 +405,7 @@ DefaultIcon /icon/unknown.xbm
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> FancyIndexing <EM>boolean</EM><BR>
+><STRONG>Syntax:</STRONG></A> FancyIndexing on|off<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -422,8 +425,7 @@ DefaultIcon /icon/unknown.xbm
 ><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
-<A HREF="#indexoptions">IndexOptions</A> directive should be used in
+The <A HREF="#indexoptions">IndexOptions</A> directive should be used in
 preference.
 </P>
 <BLOCKQUOTE>
@@ -513,7 +515,7 @@ See also <A HREF="#readmename">ReadmeName</A>.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file file ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file</em> [<em>file</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -546,15 +548,14 @@ IndexIgnore README .htaccess *~
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option option ...</EM>
- (Apache 1.3.2 and earlier)
+><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option</em> 
  [<em>option</em>] ... (Apache 1.3.2 and earlier)
 <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> IndexOptions <EM>[+|-]option [+|-]option
- ...</EM>
- (Apache 1.3.3 and later)
+><STRONG>Syntax:</STRONG></A> IndexOptions [+|-]<em>option</em> 
+   [[+|-]<em>option</em>] ... (Apache 1.3.3 and later)
 <BR>
 <A
  HREF="directive-dict.html#Context"
@@ -796,7 +797,7 @@ keywords without either '+' or '-' prefixes.
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A> IndexOrderDefault
-    <EM>Ascending|Descending</EM> <EM>Name|Date|Size|Description</EM>
+    Ascending|Descending Name|Date|Size|Description
 <BR>
 <A
  HREF="directive-dict.html#Context"
index 88a0eb17e2f9eb3040385df5306404ea8c52983a..e210c7558e7905ba9365ffbdb520b873b5415309 100644 (file)
@@ -69,7 +69,7 @@ who can exploit this module.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> MetaFiles <EM>on/off</EM><BR>
+><STRONG>Syntax:</STRONG></A> MetaFiles on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -100,7 +100,7 @@ Turns on/off Meta file processing on a per-directory basis. This option was intr
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory name</EM><BR>
+><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index 0b745bd2e7e1d48fd30a50c7ea1fb7940fe1e1f1..6571305e43b87626451f992a2c5f7314b4c6920b 100644 (file)
@@ -86,8 +86,6 @@ totally useless.
 </DL>
 <P>
 
-<HR>
-
 <H2><A NAME="cgi_debug">CGI Debugging</A></H2>
 
 Debugging CGI scripts has traditionally been difficult, mainly because
@@ -99,8 +97,6 @@ which are failing to run properly. These directives, included in
 Apache 1.2 and later, provide
 more detailed logging of errors when they occur.
 
-<HR>
-
 <H2>CGI Logfile Format</H2>
 
 When configured, the CGI error log logs any CGI which does not execute
@@ -191,7 +187,7 @@ it was designed.</P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>size</EM><BR>
+><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -220,7 +216,7 @@ exceeds this size, no more information will be written to it.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>size</EM><BR>
+><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index a853dabf9653fcd7b6b94e41131ae2f614057f87..42a8774cc83e97df48bb579d56b05ad51d4214d5 100644 (file)
@@ -226,7 +226,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> CharsetOptions <EM>option option ...</EM>
+  ><STRONG>Syntax:</STRONG></A> CharsetOptions <EM>option</em>
+  [<em>option</em>] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
index ddbc6216e3cb49218f0168834561bf8de44d7cd8..52814c34b2220b98280de02c4f314700ce42e6ad 100644 (file)
@@ -73,7 +73,7 @@ file:</p>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Dav &lt;on | off&gt;<BR>
+><STRONG>Syntax:</STRONG></A> Dav on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -135,7 +135,7 @@ AuthUserFile user.passwd<BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> DavLockDB &lt;Full path to lock database&gt;<BR>
+><STRONG>Syntax:</STRONG></A> DavLockDB <em>filename</em><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -176,7 +176,7 @@ used from the server to display all locks in a lock database.</P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> DavMinTimeout &lt;seconds&gt;<BR>
+><STRONG>Syntax:</STRONG></A> DavMinTimeout <em>seconds</em><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -224,7 +224,7 @@ DavMinTimeout 600<BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> DavDepthInfinity &lt;on | off&gt;<BR>
+><STRONG>Syntax:</STRONG></A> DavDepthInfinity on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index f150aa2e114e6348259cd9b12eda37d32d9704f8..672f333e16d7448cbe12d70293ecb85619888fe9 100644 (file)
 <!--#include virtual="header.html" -->
 <H1 ALIGN="CENTER">Module mod_dir</H1>
 
-This module is contained in the <CODE>mod_dir.c</CODE> file, and
-is compiled in by default.  It provides for "trailing slash" redirects and
-serving directory index files.
+<p>This module provides for "trailing slash" redirects and serving
+directory index files.</p>
+
+<P><A
+HREF="module-dict.html#Status"
+REL="Help"
+><STRONG>Status:</STRONG></A> Base
+<BR>
+<A
+HREF="module-dict.html#SourceFile"
+REL="Help"
+><STRONG>Source File:</STRONG></A> mod_dir.c
+<BR>
+<A
+HREF="module-dict.html#ModuleIdentifier"
+REL="Help"
+><STRONG>Module Identifier:</STRONG></A> dir_module
+</P>
 
 <H2>Summary</H2>
 The index of a directory can come from one of two sources:
@@ -44,12 +59,13 @@ slash, so <CODE>mod_dir</CODE> issues a redirect to
 </MENU>
 <HR>
 
-<H2><A NAME="directoryindex">DirectoryIndex</A></H2>
+<H2><A NAME="directoryindex">DirectoryIndex</A> directive</H2>
 <!--%plaintext &lt;?INDEX {\tt DirectoryIndex} directive&gt; -->
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url local-url ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url</em>
+    [<em>local-url</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -95,7 +111,7 @@ Note that the documents do not need to be relative to the directory;
 DirectoryIndex index.html index.txt /cgi-bin/index.pl</CODE></BLOCKQUOTE>
 would cause the CGI script <CODE>/cgi-bin/index.pl</CODE> to be executed
 if neither <CODE>index.html</CODE> or <CODE>index.txt</CODE> existed in
-a directory.<P><HR>
+a directory.<P>
 
 <!--#include virtual="footer.html" -->
 </BODY>
index b9c259f7f845da0c08a09dbf0d247c433ea104db..bda93ec2db0daa83b93de34dda9f8f64c06b091c 100644 (file)
@@ -60,7 +60,8 @@ rewriting all their scripts</p>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable variable ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable</em> 
+    [<em>variable</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -122,7 +123,8 @@ scripts. Example:
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable variable ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable</em> 
+   [<em>variable</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 7e62e25af32294e5d660a4d51c7522200113ef59..c80b194ae0551628f3747b56ed41c5245bf31723 100644 (file)
@@ -32,6 +32,11 @@ REL="Help"
 HREF="module-dict.html#ModuleIdentifier"
 REL="Help"
 ><STRONG>Module Identifier:</STRONG></A> expires_module
+<BR>
+<A
+HREF="module-dict.html#Compatibility"
+REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later.
 </P>
 
 
@@ -158,7 +163,7 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> ExpiresActive <EM>boolean</EM>
+  ><STRONG>Syntax:</STRONG></A> ExpiresActive on|off
   <BR>
   <A
    HREF="directive-dict.html#Context"
index 43ee39d15580b15f1e34ad8ac7c24d2bb9abcb0d..ea137583154a431c24e886d3cfdf8952cd39271b 100644 (file)
@@ -223,7 +223,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> ExtFilterOptions <EM>option option ...</EM>
+  ><STRONG>Syntax:</STRONG></A> ExtFilterOptions <EM>option</em>
+     [<em>option</EM>] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
index 6abbdcb9e3b328fc233baa3864476f43ff04f89b..8e8b34325bc920301382af273a32795176b8eb18 100644 (file)
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename ...</EM>
+  ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename</EM> [<em>filename</em>] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
   MMapFile /usr/local/apache/htdocs/index.html
   </PRE>
 
+<hr>
 
   <H2><A NAME="cachefile">CacheFile</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> CacheFile <EM>filename ...</EM>
+  ><STRONG>Syntax:</STRONG></A> CacheFile <EM>filename</EM> [<em>filename</em>] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
index 3d79eaa2389e57e80047b9bb1931d9a4d458fea0..da1d7e19bc3b8107d95b066849ad1ec55bf43ecd 100644 (file)
@@ -32,6 +32,11 @@ REL="Help"
 HREF="module-dict.html#ModuleIdentifier"
 REL="Help"
 ><STRONG>Module Identifier:</STRONG></A> headers_module
+<BR>
+<A
+HREF="module-dict.html#Compatibility"
+REL="Help"
+><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later.
 </P>
 
 <h2>Summary</h2>
@@ -50,7 +55,7 @@ headers.  Headers can be merged, replaced or removed.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> Header [ set | append | add ]
+><STRONG>Syntax:</STRONG></A> Header set|append|add
  <EM>header</EM> <EM>value</EM><BR>
 <A
  HREF="directive-dict.html#Syntax"
index bdced14529a8a089c4989a58cd39fe9e0c2928e3..d8e6719feb3b644b13d5a1ffe5576b1ee06ea5d4 100644 (file)
@@ -230,8 +230,8 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?" <BR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ImapMenu <CODE>{none, formatted, semiformatted,
-                                                      unformatted}</CODE><BR>
+><STRONG>Syntax:</STRONG></A> ImapMenu 
+   none|formatted|semiformatted|unformatted<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -283,8 +283,8 @@ is called without valid coordinates.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ImapDefault <CODE>{error, nocontent,
-                                                 map, referer, URL}</CODE><BR>
+><STRONG>Syntax:</STRONG></A> ImapDefault 
+    error|nocontent|map|referer|<em>URL</em><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -317,7 +317,7 @@ case, the client should continue to display the original page.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ImapBase <CODE>{map, referer, URL}</CODE><BR>
+><STRONG>Syntax:</STRONG></A> ImapBase map|referer|<em>URL</em><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 81bf59e010ef37086433e022239c6d19c67eb156..811216471f08518859ce80897e166c7daded9845 100644 (file)
@@ -415,7 +415,7 @@ customized server error documents.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> XBitHack <EM>status</EM><BR>
+><STRONG>Syntax:</STRONG></A> XBitHack on|off|full<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -439,8 +439,7 @@ customized server error documents.
 
 The XBitHack directives controls the parsing of ordinary html documents.
 This directive only affects files associated with the MIME type
-<CODE>text/html</CODE>.
-<EM>Status</EM> can have the following values:
+<CODE>text/html</CODE>.  XBitHack can take on the following values:
 <DL>
 <DT>off
 <DD>No special treatment of executable files.
index 2e65758ee013c8fd88e27c502367f1dc808be18d..a81ad4d2584c8acf69284ff2ad6f027b6767a37f 100644 (file)
@@ -191,7 +191,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ISAPIFileCache <EM>file [file...]</EM><BR>
+><STRONG>Syntax:</STRONG></A> ISAPIFileCache <EM>file</em> [<em>file</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -267,7 +267,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ISAPILogNotSupported <EM>on|off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ISAPILogNotSupported on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -305,7 +305,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToErrors <EM>on|off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToErrors on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -341,7 +341,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToQuery <EM>on|off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToQuery on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index 299d7c2c1c507ece17cd8e6a951692a23f31fdd4..2eb3832394a4c4e52c8acba158d7bb658080fa23 100644 (file)
@@ -68,7 +68,8 @@ local URL to the document being referred to.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string string ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string</em>
+   [<em>string</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 2e33f9016de4d51d63d7b380d1b4060cd5b7aebb..da766cdddf9a29959dc5be6f359345246a594738 100644 (file)
@@ -120,8 +120,8 @@ mod_imap imagemap file.
 
 <H2><A NAME="addcharset">AddCharset</A> directive</H2>
 <A HREF="directive-dict.html#Syntax" REL="Help"
-><STRONG>Syntax:</STRONG></A> AddCharset <i>charset extension
- [extension...]</i><br>
+><STRONG>Syntax:</STRONG></A> AddCharset <em>charset extension</em>
+ [<em>extension</em>] ...<br>
 <A HREF="directive-dict.html#Context" REL="Help"
 ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
 <A
@@ -178,7 +178,8 @@ be specified with or without a leading dot.</p>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension</em>
+  [<em>extension</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -239,7 +240,8 @@ multiple extensions</A>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension</em>
+  [<em>extension</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -287,7 +289,8 @@ multiple extensions</A>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension</em>
+   [<em>extension</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -360,7 +363,8 @@ HREF="./mod_negotiation.html">mod_negotiation</A>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> SetFilter <EM>Assign filters based on MIME-type...</EM><BR>
+><STRONG>Syntax:</STRONG></A> SetFilter <em>MIME-type filter</em>
+  [<em>filter</em>] ...<br>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -413,7 +417,8 @@ the INCLUDES filter.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension</em>
+  [<em>extension</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -514,7 +519,7 @@ multiple extensions</A>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ForceType <EM>media type</EM><BR>
+><STRONG>Syntax:</STRONG></A> ForceType <EM>media-type</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -545,7 +550,8 @@ the media type.</P><HR>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> RemoveHandler <EM>extension extension...</EM><BR>
+><STRONG>Syntax:</STRONG></A> RemoveHandler <EM>extension</em>
+  [<em>extension</em>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 26743569f9569a8f08f6193c1214d0aa9b30526c..5a9749c439f77e9c140057468e7ad4122a60a2d2 100644 (file)
@@ -73,7 +73,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename ...</EM>
+  ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename</em>
+        [<em>filename</em>] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
index 8e1a7ed8daf60d7920ee830871516643d0191260..d53bb52c872c7fae792ff2e3ae1f7e8e945f9d01 100644 (file)
@@ -130,7 +130,7 @@ requirements, and returns that document.<P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs <EM>boolean</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -167,13 +167,15 @@ HTTP/1.1 requests.
 <P>Prior to version 2.0, CacheNegotiatedDocs did not take an argument;
 it was turned on by the presence of the directive by itself.
 
+<hr>
 
 <H2><A NAME="languagepriority">LanguagePriority</A> directive</H2>
 <!--%plaintext &lt;?INDEX {\tt LanguagePriority} directive&gt; -->
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang MIME-lang...</EM><BR>
+><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang</em>
+  [<em>MIME-lang</EM>] ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 4b1551793c6d03317b4b00fca0cd38c790898473..f237cea8aa209e14deb99edec07f8cd1c33bfff9 100644 (file)
@@ -178,7 +178,7 @@ since the user's bookmark files will then contain fully qualified hosts.</P>
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyRequests <EM>on/off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyRequests on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -215,7 +215,7 @@ HREF="#proxypass">ProxyPass</A> directive.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyRemote <EM>&lt;match&gt; &lt;remote-server&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyRemote <EM>match remote-server</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -242,17 +242,17 @@ HREF="#proxypass">ProxyPass</A> directive.
 ><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
+This defines remote proxies to this proxy. <em>match</em> is either the
 name of a URL-scheme that the remote server supports, or a partial URL
 for which the remote server should be used, or '*' to indicate the
-server should be contacted for all requests. &lt;remote-server&gt; is a
+server should be contacted for all requests. <em>remote-server</em> is a
 partial URL for the remote server. Syntax:
 
 <PRE>
-  &lt;remote-server&gt; = &lt;protocol&gt;://&lt;hostname&gt;[:port]
+  remote-server = protocol://hostname[:port]
 </PRE>
 
-&lt;protocol&gt; is the protocol that should be used to communicate
+<em>protocol</em> is the protocol that should be used to communicate
 with the remote server; only "http" is supported by this module.
 <P>
 Example:
@@ -272,7 +272,7 @@ them.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyPass <EM>&lt;path&gt; &lt;url&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyPass <EM>path url</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -301,8 +301,8 @@ Apache 1.1 and later.<P>
 
 This directive allows remote servers to be mapped into the space of the local
 server; the local server does not act as a proxy in the conventional sense,
-but appears to be a mirror of the remote server. &lt;path&gt; is the name of
-a local virtual path; &lt;url&gt; is a partial URL for the remote server.
+but appears to be a mirror of the remote server. <em>path</em> is the name of
+a local virtual path; <em>url</em> is a partial URL for the remote server.
 <P>
 Suppose the local server has address <SAMP>http://wibble.org/</SAMP>; then
 <PRE>
@@ -319,7 +319,7 @@ internally converted into a proxy request to
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyPassReverse <EM>&lt;path&gt; &lt;url&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyPassReverse <EM>path url</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -351,8 +351,8 @@ HTTP redirect responses. For instance this is essential when Apache is used as
 a reverse proxy to avoid by-passing the reverse proxy because of HTTP
 redirects on the backend servers which stay behind the reverse proxy.
 <P>
-&lt;path&gt; is the name of a local virtual path.<BR>
-&lt;url&gt; is a partial URL for the remote server - the same way they are
+<em>path</em> is the name of a local virtual path.<BR>
+<em>url</em> is a partial URL for the remote server - the same way they are
 used for the <TT>ProxyPass</TT> directive.
 <P>
 Example:<BR>
@@ -384,7 +384,8 @@ conjunction with the proxy pass-through feature ("<SAMP>RewriteRule ...
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> AllowCONNECT <EM>&lt;port list&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> AllowCONNECT <EM>port</EM> 
+    [<em>port</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -426,7 +427,8 @@ listed ports only.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyBlock <EM>&lt;word/host/domain list&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyBlock *|<EM>word|host|domain</EM>
+    [<em>word|host|domain</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -482,7 +484,7 @@ blocks connections to all sites.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyReceiveBufferSize <EM>&lt;bytes&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyReceiveBufferSize <EM>bytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -527,11 +529,15 @@ Example:
 <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>Syntax:</STRONG></A> NoProxy 
+ <A HREF="#domain"><EM>Domain</EM></A>|<A 
+    HREF="#subnet"><EM>SubNet</EM></A>|<A
+    HREF="#ipaddr"><EM>IpAddr</EM></A>|<A 
+    HREF="#hostname"><EM>Hostname</EM></A>
+[<A HREF="#domain"><EM>Domain</EM></A>|<A 
+    HREF="#subnet"><EM>SubNet</EM></A>|<A
+    HREF="#ipaddr"><EM>IpAddr</EM></A>|<A 
+    HREF="#hostname"><EM>Hostname</EM></A>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -664,7 +670,7 @@ The arguments to the NoProxy directive are one of the following type list:
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyDomain <EM>&lt;Domain&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> ProxyDomain <EM>Domain</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -711,11 +717,7 @@ Example:
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ProxyVia { <EM>off</EM>
-                                       | <EM>on</EM>
-                                      | <EM>full</EM>
-                                      | <EM>block</EM>
-                                      }<BR>
+><STRONG>Syntax:</STRONG></A> ProxyVia on|off|full|block<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -763,7 +765,7 @@ additionally have the Apache server version shown as a <SAMP>Via:</SAMP> comment
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheForceCompletion <EM>&lt;percentage&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheForceCompletion <EM>percentage</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -804,7 +806,7 @@ was allowed to complete.  A number between 60 and 90 is recommended.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheRoot <EM>&lt;directory&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheRoot <EM>directory</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -845,7 +847,7 @@ cacheing will be available.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheSize <EM>&lt;size&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheSize <EM>kilobytes</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -884,7 +886,7 @@ use a value which is at least 20 to 40 % lower than the available space.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM>&lt;time&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM>hours</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -911,17 +913,17 @@ use a value which is at least 20 to 40 % lower than the available space.
 ><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
-usage is greater than that set by CacheSize. Note that &lt;time&gt; accepts a
-float value, you could for example use <CODE>CacheGcInterval 1.5</CODE> to
-check the cache every 90 minutes. (If unset, no garbage collection will
-be performed, and the cache will grow indefinitely.)
-Note also that the larger the <CODE>CacheGcInterval</CODE>, the more
-extra space beyond the configured <CODE>CacheSize</CODE> will be
-needed for the cache between garbage collections.<BR> <!--
-Note that due to a design flaw, Apache does not automatically force a
-garbage collection when the available space on the file system where
-the cache resides is exhausted. -->
+Check the cache after the specified number of <em>hours</em>, and
+delete files if the space usage is greater than that set by
+CacheSize. Note that <em>hours</em> accepts a float value, you could for
+example use <CODE>CacheGcInterval 1.5</CODE> to check the cache every
+90 minutes. (If unset, no garbage collection will be performed, and
+the cache will grow indefinitely.)  Note also that the larger the
+<CODE>CacheGcInterval</CODE>, the more extra space beyond the
+configured <CODE>CacheSize</CODE> will be needed for the cache between
+garbage collections.<BR> <!-- Note that due to a design flaw, Apache
+does not automatically force a garbage collection when the available
+space on the file system where the cache resides is exhausted. -->
 
 <HR>
 
@@ -929,7 +931,7 @@ the cache resides is exhausted. -->
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM>&lt;time&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM>hours</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -956,10 +958,11 @@ the cache resides is exhausted. -->
 ><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
-checking the origin server. Thus documents can be at most &lt;time&gt;
-hours out of date. This restriction is enforced even if an expiry date
-was supplied with the document.
+<p>Specifies the maximum number of <em>hours</em> for which cachable HTTP
+documents will be retained without checking the origin server.  Thus,
+documents will be out of date at most this number of <em>hours</em>
+This restriction is enforced even if an expiry date was supplied with
+the document.</p>
 
 <HR>
 
@@ -967,7 +970,7 @@ was supplied with the document.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM>&lt;factor&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM>factor</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -997,10 +1000,10 @@ Apache 1.1 and later.<P>
 If the origin HTTP server did not supply an expiry date for the
 document, then estimate one using the formula
 <PRE>
-  expiry-period = time-since-last-modification * &lt;factor&gt;
+  expiry-period = time-since-last-modification * <em>factor</em>
 </PRE>
 For example, if the document was last modified 10 hours ago, and
-&lt;factor&gt; is 0.1, then the expiry period will be set to 10*0.1 = 1 hour.
+<em>factor</em> is 0.1, then the expiry period will be set to 10*0.1 = 1 hour.
 
 <P>If the expiry-period would be longer than that set by CacheMaxExpire,
 then the latter takes precedence.
@@ -1011,7 +1014,7 @@ then the latter takes precedence.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM>&lt;levels&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM>levels</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1038,8 +1041,9 @@ then the latter takes precedence.
 ><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.
-Cached data will be saved this many directory levels below CacheRoot.
+CacheDirLevels sets the number of <em>levels</em> of subdirectories in
+the cache.  Cached data will be saved this many directory levels below
+CacheRoot.
 
 <HR>
 
@@ -1047,7 +1051,7 @@ Cached data will be saved this many directory levels below CacheRoot.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheDirLength <EM>&lt;length&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheDirLength <EM>length</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1082,7 +1086,7 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM>&lt;time&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM>hours</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -1110,7 +1114,7 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names.
 Apache 1.1 and later.<P>
 
 If the document is fetched via a protocol that does not support expiry times,
-then use &lt;time&gt; hours as the expiry time.
+then use the specified number of <em>hours</em> as the expiry time.
 <A HREF="#cachemaxexpire">CacheMaxExpire</A> does <STRONG>not</STRONG>
 override this setting.
 
@@ -1120,7 +1124,8 @@ override this setting.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> NoCache <EM>&lt;word/host/domain list&gt;</EM><BR>
+><STRONG>Syntax:</STRONG></A> NoCache *|<EM>word|host|domain</EM>
+   [<em>word|host|domain</em>] ...<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index d473ebb8a7ba837f6dc433454fbf3d6602db8f24..bb8a2b365cb92a675cd77ef0ef50f0382a0c1eaf 100644 (file)
@@ -322,12 +322,12 @@ of the available directives.
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A>
-    <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR>
+    RewriteEngine on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
 ><STRONG>Default:</STRONG></A>
-    <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR>
+    <CODE>RewriteEngine off</CODE><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -373,7 +373,7 @@ directive for each virtual host in which you wish to use it.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteOptions</CODE> <EM>Option</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteOptions <EM>Option</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -422,7 +422,7 @@ strings can be one of the following:
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteLog <EM>Filename</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -496,11 +496,11 @@ RewriteLog "/usr/local/var/apache/logs/rewrite.log"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteLogLevel <EM>Level</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
-><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG>
+><STRONG>Default:</STRONG></A> <CODE>RewriteLogLevel 0</CODE>
 <BR>
 <A
  HREF="directive-dict.html#Context"
@@ -559,7 +559,7 @@ RewriteLogLevel 3
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteLock</CODE> <EM>Filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteLock <EM>Filename</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -600,8 +600,8 @@ other types of rewriting maps.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteMap</CODE> <EM>MapName </EM>
-    <EM>MapType</EM><CODE>:</CODE><EM>MapSource</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteMap <EM>MapName </EM>
+    <EM>MapType</EM>:<EM>MapSource</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -844,7 +844,7 @@ external lookup only happens once!
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteBase <EM>BaseURL</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -975,7 +975,7 @@ sure the design and implementation is correct.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteCond</CODE> <EM>TestString</EM>
+><STRONG>Syntax:</STRONG></A> RewriteCond <EM>TestString</EM>
     <EM>CondPattern</EM><BR>
 <A
  HREF="directive-dict.html#Default"
@@ -1324,7 +1324,7 @@ use any other browser you get the standard homepage.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR>
+><STRONG>Syntax:</STRONG></A> RewriteRule <EM>Pattern</EM> <EM>Substitution</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index a86bbfdef89c808346889ab59aa1f399708bc96c..0ae7bd135d37b158d706ff11ae13b3af64017fe0 100644 (file)
@@ -74,7 +74,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex envar[=value] [...]</EM>
+  ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex 
+   envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
@@ -175,8 +176,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value]
-  [...]</EM>
+  ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex
+   envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
@@ -249,8 +250,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value]
-  [...]</EM>
+  ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex
+   envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
@@ -360,8 +361,8 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase
-   <EM> attribute regex envar[=value] [...]</EM>
+  ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase  <EM> attribute regex
+   envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ...
   <BR>
   <A
    HREF="directive-dict.html#Default"
index 78347d799e36613b345513dc30a3ab34e163ba92..8c837a4209d652ee7d158dba760911cb73cc795e 100644 (file)
@@ -121,7 +121,8 @@ two modules into a single module for all operating systems.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename filename ...</EM><BR>
+><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename</em> 
+   [<em>filename</em>]  ...<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -160,10 +161,12 @@ HREF="core.html#serverroot">ServerRoot</A>.<P><HR>
  REL="Help"
 ><STRONG>Module:</STRONG></A> mod_so<P>
 
-The LoadModule directive links in the object file or library <EM>filename</EM>
-and adds the module structure named <EM>module</EM> to the list of active
-modules. <EM>Module</EM> is the name of the external variable of type
-<CODE>module</CODE> in the file. Example (Unix):
+The LoadModule directive links in the object file or library
+<EM>filename</EM> and adds the module structure named <EM>module</EM>
+to the list of active modules. <EM>Module</EM> is the name of the
+external variable of type <CODE>module</CODE> in the file, and is
+listed as the <a href="module-dict.html#ModuleIdentifier">Module
+Identifier</a> in the module documentation.  Example (Unix):
 <BLOCKQUOTE><CODE>
 LoadModule status_module modules/mod_status.so
 </CODE></BLOCKQUOTE>
index 574b31b683d4d7f162ab20df448dc2346f80e984..cc294cdcee02b324792a347f7dd81f090d48da66 100644 (file)
@@ -77,7 +77,7 @@ REL="Help"
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
-  ><STRONG>Syntax:</STRONG></A> CheckSpelling <EM>on/off</EM><BR>
+  ><STRONG>Syntax:</STRONG></A> CheckSpelling on|off<BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
index d33d16ceec22d6297f0e00553253988c4fbf5dcd..f3e5813e61267bd3c8857404258a19c9265bb4fa 100644 (file)
@@ -127,7 +127,7 @@ directory of Apache, <CODE>log_server_status</CODE>.
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> ExtendedStatus <EM>On|Off</EM><BR>
+><STRONG>Syntax:</STRONG></A> ExtendedStatus On|Off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
index 56c57ec03470736218d319550582c00493d9f8da..98894962c8c74f3f49642856845b2a31e9faaa8d 100644 (file)
@@ -46,7 +46,7 @@ REL="Help"
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> UserDir <EM>directory/filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> UserDir <EM>directory-filename</EM><BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -73,7 +73,7 @@ list of usernames, is only available in Apache 1.3 and above.<P>
 
 The UserDir directive sets the real directory in a user's home directory
 to use when a request for a document for a user is received.
-<EM>Directory/filename</EM> is one of the following:
+<EM>Directory-filename</EM> is one of the following:
 </P>
 <UL>
  <LI>The name of a directory or a pattern such as those shown below.
index 69c27990f4e30cae9bb2f4bf269c81cf964b07ac..a98875113e27c8f8b4583bff05addb284c2f0470 100644 (file)
@@ -192,7 +192,7 @@ include A-Z, a-z, 0-9, "_", and "-".
 <A
  HREF="directive-dict.html#Syntax"
  REL="Help"
-><STRONG>Syntax:</STRONG></A> CookieTracking <EM>on | off</EM><BR>
+><STRONG>Syntax:</STRONG></A> CookieTracking on|off<BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
index 8efc5e7844de0a6c2ca799efee7b85000b750c49..00ec7ae2075e6ca4a6b3ad9588b96345255f0673 100644 (file)
@@ -49,7 +49,7 @@ than one multi-processing module (MPM).
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A>
-    <CODE>ConnectionStatus</CODE> {<CODE>on,off</CODE>}<BR>
+    ConnectionStatus on|off<BR>
 <A
  HREF="directive-dict.html#Default"
  REL="Help"
@@ -198,7 +198,7 @@ signal to the process id listed in the PidFile.</p>
  HREF="directive-dict.html#Syntax"
  REL="Help"
 ><STRONG>Syntax:</STRONG></A>
-Listen [<EM>IP address</EM>:]<EM>port number</EM><BR>
+Listen [<EM>IP-address</EM>:]<EM>port number</EM><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"
@@ -767,7 +767,7 @@ with the user specified in the main User directive.<P>
 
 SECURITY: Don't set User (or <A HREF="#group">Group</A>) to
 <CODE>root</CODE> unless you know exactly what you are doing, and what the
-dangers are.<P><HR>
+dangers are.<P>
 
 <!--#include virtual="footer.html" -->
 </BODY>