You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/06 01:34:36 UTC

cvs commit: httpd-2.0/docs/manual/mod index.html.en mod_autoindex.html.en quickreference.html.en

nd          2002/11/05 16:34:36

  Modified:    docs/manual/mod index.html.en mod_autoindex.html.en
                        quickreference.html.en
  Log:
  update transformation
  
  Revision  Changes    Path
  1.16      +2 -2      httpd-2.0/docs/manual/mod/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index.html.en,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.html.en	16 Oct 2002 07:08:09 -0000	1.15
  +++ index.html.en	6 Nov 2002 00:34:36 -0000	1.16
  @@ -45,8 +45,8 @@
   <dt><a href="mod_authz_host.html">mod_authz_host</a></dt><dd>Group authorizations based on host (name or IP
   address)</dd>
   <dt><a href="mod_autoindex.html">mod_autoindex</a></dt><dd>Generates directory indexes,
  -    automatically, similar to the Unix <em>ls</em> command or the
  -    Win32 <em>dir</em> shell command</dd>
  +    automatically, similar to the Unix <code>ls</code> command or the
  +    Win32 <code>dir</code> shell command</dd>
   <dt><a href="mod_cache.html">mod_cache</a></dt><dd>Content cache keyed to URIs.</dd>
   <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt><dd>CERN httpd metafile semantics</dd>
   <dt><a href="mod_cgi.html">mod_cgi</a></dt><dd>Execution of CGI scripts</dd>
  
  
  
  1.20      +340 -346  httpd-2.0/docs/manual/mod/mod_autoindex.html.en
  
  Index: mod_autoindex.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.html.en,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_autoindex.html.en	5 Nov 2002 19:05:22 -0000	1.19
  +++ mod_autoindex.html.en	6 Nov 2002 00:34:36 -0000	1.20
  @@ -6,8 +6,8 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
         --><title>mod_autoindex - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_autoindex</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
                     </a></th><td>Generates directory indexes,
  -    automatically, similar to the Unix <em>ls</em> command or the
  -    Win32 <em>dir</em> shell command</td></tr><tr><th><a href="module-dict.html#Status">Status:
  +    automatically, similar to the Unix <code>ls</code> command or the
  +    Win32 <code>dir</code> shell command</td></tr><tr><th><a href="module-dict.html#Status">Status:
                     </a></th><td>Base</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
                     </a></th><td>autoindex_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
                     </a></th><td>mod_autoindex.c</td></tr></table><h3>Summary</h3> 
  @@ -64,7 +64,8 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#indexoptions">IndexOptions</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#indexorderdefault">IndexOrderDefault</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#readmename">ReadmeName</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Autoindex Request Query Arguments</li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Autoindex Request Query Arguments</h2>
  +</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#query">Autoindex Request Query Arguments</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="query" id="query">Autoindex Request Query Arguments</a></h2>
  +    
   
       <p>Apache 2.0.23 reorganized the Query Arguments for Column
       Sorting, and introduced an entire group of new query options.
  @@ -86,16 +87,14 @@
         <li><code>C=S</code> sorts the directory by size, then file
         name</li>
   
  -      <li><code>C=D</code> sorts the directory by description, then
  -      file name<br />
  -       �</li>
  +      <li class="separate"><code>C=D</code> sorts the directory by description, then
  +      file name</li>
   
         <li><code>O=A</code> sorts the listing in Ascending
         Order</li>
   
  -      <li><code>O=D</code> sorts the listing in Descending
  -      Order<br />
  -       �</li>
  +      <li class="separate"><code>O=D</code> sorts the listing in Descending
  +      Order</li>
   
         <li><code>F=0</code> formats the listing as a simple list
         (not FancyIndexed)</li>
  @@ -103,26 +102,24 @@
         <li><code>F=1</code> formats the listing as a FancyIndexed
         list</li>
   
  -      <li><code>F=2</code> formats the listing as an HTMLTable
  -      FancyIndexed list<br />
  -       �</li>
  +      <li class="separate"><code>F=2</code> formats the listing as an
  +      HTMLTable FancyIndexed list</li>
   
         <li><code>V=0</code> disables version sorting</li>
   
  -      <li><code>V=1</code> enables version sorting<br />
  -       �</li>
  +      <li class="separate"><code>V=1</code> enables version sorting</li>
   
  -      <li><code>P=<em>pattern</em></code> lists only files matching
  -      the given <em>pattern</em></li>
  +      <li><code>P=<var>pattern</var></code> lists only files matching
  +      the given <var>pattern</var></li>
       </ul>
   
       <p>Note that the 'P'attern query argument is tested
  -    <em>after</em> the usual IndexIgnore directives are processed,
  +    <em>after</em> the usual <code class="directive"><a href="#indexignore">IndexIgnore</a></code> directives are processed,
       and all file names are still subjected to the same criteria as
       any other autoindex listing. The Query Arguments parser in
  -    mod_autoindex will stop abruptly when an unrecognized option is
  -    encountered. The Query Arguments must be well formed, according
  -    to the table above.</p>
  +    <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> will stop abruptly when an unrecognized
  +    option is encountered. The Query Arguments must be well formed,
  +    according to the table above.</p>
   
       <p>The simple example below, which can be clipped and saved in
       a header.html file, illustrates these query options. Note that
  @@ -130,160 +127,161 @@
       to assure the arguments are all parsed before mod_autoindex
       encounters the X=Go input.</p>
   
  -<div class="example"><pre>
  -&lt;form action="" method="get"&gt;
  -  Show me a &lt;select name="F"&gt;
  -    &lt;option value="0"&gt; Plain list&lt;/option&gt;
  -    &lt;option value="1" selected="selected"&gt; Fancy list&lt;/option&gt;
  -    &lt;option value="2"&gt; Table list&lt;/option&gt;
  -  &lt;/select&gt;
  -  Sorted by &lt;select name="C"&gt;
  -    &lt;option value="N" selected="selected"&gt; Name&lt;/option&gt;
  -    &lt;option value="M"&gt; Date Modified&lt;/option&gt;
  -    &lt;option value="S"&gt; Size&lt;/option&gt;
  -    &lt;option value="D"&gt; Description&lt;/option&gt;
  -  &lt;/select&gt;
  -  &lt;select name="O"&gt;
  -    &lt;option value="A" selected="selected"&gt; Ascending&lt;/option&gt;
  -    &lt;option value="D"&gt; Descending&lt;/option&gt;
  -  &lt;/select&gt;
  -  &lt;select name="V"&gt;
  -    &lt;option value="0" selected="selected"&gt; in Normal order&lt;/option&gt;
  -    &lt;option value="1"&gt; in Version order&lt;/option&gt;
  -  &lt;/select&gt;
  -  Matching &lt;input type="text" name="P" value="*" /&gt;
  -  &lt;input type="submit" name="X" value="Go" /&gt;
  -&lt;/form&gt;
  -</pre></div>
  +    <div class="example"><p><code>
  +      &lt;form action="" method="get"&gt;<br />
  +      <span class="indent">
  +        Show me a &lt;select name="F"&gt;<br />
  +        <span class="indent">
  +          &lt;option value="0"&gt; Plain list&lt;/option&gt;<br />
  +          &lt;option value="1" selected="selected"&gt; Fancy list&lt;/option&gt;<br />
  +          &lt;option value="2"&gt; Table list&lt;/option&gt;<br />
  +        </span>
  +        &lt;/select&gt;<br />
  +        Sorted by &lt;select name="C"&gt;<br />
  +        <span class="indent">
  +          &lt;option value="N" selected="selected"&gt; Name&lt;/option&gt;<br />
  +          &lt;option value="M"&gt; Date Modified&lt;/option&gt;<br />
  +          &lt;option value="S"&gt; Size&lt;/option&gt;<br />
  +          &lt;option value="D"&gt; Description&lt;/option&gt;<br />
  +        </span>
  +        &lt;/select&gt;<br />
  +        &lt;select name="O"&gt;<br />
  +        <span class="indent">
  +          &lt;option value="A" selected="selected"&gt; Ascending&lt;/option&gt;<br />
  +          &lt;option value="D"&gt; Descending&lt;/option&gt;<br />
  +        </span>
  +        &lt;/select&gt;<br />
  +        &lt;select name="V"&gt;<br />
  +        <span class="indent">
  +          &lt;option value="0" selected="selected"&gt; in Normal order&lt;/option&gt;<br />
  +          &lt;option value="1"&gt; in Version order&lt;/option&gt;<br />
  +        </span>
  +        &lt;/select&gt;<br />
  +        Matching &lt;input type="text" name="P" value="*" /&gt;<br />
  +        &lt;input type="submit" name="X" value="Go" /&gt;<br />
  +      </span>
  +      &lt;/form&gt;
  +    </code></p></div>
   
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddAlt" id="AddAlt">AddAlt</a> <a name="addalt" id="addalt">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Alternate text to display for a file, instead of an
   icon selected by filename</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddAlt <em>string file</em> [<em>file</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddAlt <var>string</var> <var>file</var> [<var>file</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p><code class="directive">AddAlt</code> provides the alternate text to
       display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>File</em> is a file extension, partial filename, wild-card
  +    <var>File</var> is a file extension, partial filename, wild-card
       expression or full filename for files to describe.
  -    If <em>String</em> contains any whitespace, you have to enclose it
  +    If <var>String</var> contains any whitespace, you have to enclose it
       in quotes (<code>"</code> or <code>'</code>). This alternate text
       is displayed if the client is image-incapable, has image loading
       disabled, or fails to retrieve the icon.</p>
   
  -    <p>Examples:</p>
  -<div class="example"><p><code>
  -    AddAlt "PDF file" *.pdf<br />
  -    AddAlt Compressed *.gz *.zip *.Z
  -</code></p></div>
  +    <div class="example"><h3>Examples</h3><p><code>
  +      AddAlt "PDF file" *.pdf<br />
  +      AddAlt Compressed *.gz *.zip *.Z
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddAltByEncoding" id="AddAltByEncoding">AddAltByEncoding</a> <a name="addaltbyencoding" id="addaltbyencoding">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Alternate text to display for a file instead of an icon
   selected by MIME-encoding</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddAltByEncoding <em>string MIME-encoding</em>
  -[<em>MIME-encoding</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddAltByEncoding <var>string</var> <var>MIME-encoding</var>
  +[<var>MIME-encoding</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p><code class="directive">AddAltByEncoding</code> provides the alternate
       text to display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>MIME-encoding</em> is a valid content-encoding, such as
  -    <code>x-compress</code>. If <em>String</em> contains any whitespace,
  +    <var>MIME-encoding</var> is a valid content-encoding, such as
  +    <code>x-compress</code>. If <var>String</var> contains any whitespace,
       you have to enclose it in quotes (<code>"</code> or <code>'</code>).
       This alternate text is displayed if the client is image-incapable,
       has image loading disabled, or fails to retrieve the icon.</p>
   
  -    <p>Example:</p>
  -<div class="example"><p><code>
  -    AddAltByEncoding gzip x-gzip
  -</code></p></div>
  +    <div class="example"><h3>Example</h3><p><code>
  +      AddAltByEncoding gzip x-gzip
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddAltByType" id="AddAltByType">AddAltByType</a> <a name="addaltbytype" id="addaltbytype">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Alternate text to display for a file, instead of an
   icon selected by MIME content-type</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddAltByType <em>string
  -    MIME-type</em> [<em>MIME-type</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddAltByType <var>string</var> <var>MIME-type</var>
  +[<var>MIME-type</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p><code class="directive">AddAltByType</code> sets the alternate text to
       display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>MIME-type</em> is a valid content-type, such as
  -    <code>text/html</code>. If <em>String</em> contains any whitespace,
  +    <var>MIME-type</var> is a valid content-type, such as
  +    <code>text/html</code>. If <var>String</var> contains any whitespace,
       you have to enclose it in quotes (<code>"</code> or <code>'</code>).
       This alternate text is displayed if the client is image-incapable,
       has image loading disabled, or fails to retrieve the icon.</p>
   
  -    <p>Example:</p>
  -<div class="example"><p><code>
  -    AddAltByType 'plain text' text/plain
  -</code></p></div>
  +    <div class="example"><h3>Example</h3><p><code>
  +      AddAltByType 'plain text' text/plain
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddDescription" id="AddDescription">AddDescription</a> <a name="adddescription" id="adddescription">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Description to display for a file</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddDescription
  -    <em>string file</em> [<em>file</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddDescription <var>string file</var> [<var>file</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>This sets the description to display for a file, for
       <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>File</em> is a file extension, partial filename, wild-card
  +    <var>File</var> is a file extension, partial filename, wild-card
       expression or full filename for files to describe.
  -    <em>String</em> is enclosed in double quotes (<code>"</code>).
  -    Example:</p>
  +    <var>String</var> is enclosed in double quotes (<code>"</code>).</p>
   
  -<div class="example"><p><code>AddDescription "The planet Mars"
  -      /web/pics/mars.gif</code></p></div>
  +    <div class="example"><h3>Example</h3><p><code>
  +      AddDescription "The planet Mars" /web/pics/mars.gif
  +    </code></p></div>
   
       <p>The typical, default description field is 23 bytes wide. 6
  -    more bytes are added by the
  -    <code>IndexOptions�SuppressIcon</code> option, 7 bytes are
  -    added by the <code>IndexOptions�SuppressSize</code>
  -    option, and 19 bytes are added by the
  -    <code>IndexOptions�SuppressLastModified</code> option.
  +    more bytes are added by the <code><a href="#indexoptions:suppressicon">IndexOptions SuppressIcon</a></code> option, 7 bytes are
  +    added by the <code><a href="#indexoptions:suppresssize">IndexOptions SuppressSize</a></code> option, and 19 bytes are
  +    added by the <code><a href="#indexoptions:suppresslastmodified">IndexOptions SuppressLastModified</a></code> option.
       Therefore, the widest default the description column is ever
       assigned is 55 bytes.</p>
   
  -    <p>See the <a href="#indexoptions:descriptionwidth">DescriptionWidth</a>
  -    <code class="directive"><a href="#indexoptions">IndexOptions</a></code> keyword
  -    for details on overriding the size of this column, or allowing
  -    descriptions of unlimited length.</p>
  -
  -<div class="note"><h3>Caution</h3> <p>Descriptive text defined with
  -      <code class="directive">AddDescription</code> may contain HTML markup, such as
  -      tags and character entities. If the width of the description
  -      column should happen to truncate a tagged element (such as
  -      cutting off the end of a bolded phrase), the results may
  -      affect the rest of the directory listing.</p>
  -</div>
  +    <p>See the <a href="#indexoptions:descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> keyword for details on overriding the size
  +    of this column, or allowing descriptions of unlimited length.</p>
  +
  +    <div class="note"><h3>Caution</h3>
  +      <p>Descriptive text defined with <code class="directive">AddDescription</code>
  +      may contain HTML markup, such as tags and character entities. If the
  +      width of the description column should happen to truncate a tagged
  +      element (such as cutting off the end of a bolded phrase), the
  +      results may affect the rest of the directory listing.</p>
  +    </div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddIcon" id="AddIcon">AddIcon</a> <a name="addicon" id="addicon">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Icon to display for a file selected by name</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddIcon <em>icon
  -    name</em> [<em>name</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddIcon <var>icon</var> <var>name</var> [<var>name</var>]
  +...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>This sets the icon to display next to a file ending in
  -    <em>name</em> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>Icon</em> is either a (%-escaped) relative URL to the icon,
  -    or of the format (<em>alttext</em>,<em>url</em>) where
  -    <em>alttext</em> is the text tag given for an icon for
  -    non-graphical browsers.</p>
  -
  -    <p><em>Name</em> is either ^^DIRECTORY^^ for directories,
  -    ^^BLANKICON^^ for blank lines (to format the list correctly), a
  -    file extension, a wildcard expression, a partial filename or a
  -    complete filename. Examples:</p>
  +    <var>name</var> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>. <var>Icon</var> is either a (%-escaped)
  +    relative URL to the icon, or of the format <code>
  +    (<var>alttext</var>,<var>url</var>)</code> where <var>alttext</var>
  +    is the text tag given for an icon for non-graphical browsers.</p>
  +
  +    <p><var>Name</var> is either <code>^^DIRECTORY^^</code> for directories,
  +    <code>^^BLANKICON^^</code> for blank lines (to format the list
  +    correctly), a file extension, a wildcard expression, a partial
  +    filename or a complete filename.</p>
   
  -<div class="example"><p><code>
  +    <div class="example"><h3>Examples</h3><p><code>
         AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm<br />
  -       AddIcon /icons/dir.xbm ^^DIRECTORY^^<br />
  -       AddIcon /icons/backup.xbm *~
  -</code></p></div>
  +      AddIcon /icons/dir.xbm ^^DIRECTORY^^<br />
  +      AddIcon /icons/backup.xbm *~
  +    </code></p></div>
       
       <p><code class="directive"><a href="#addiconbytype">AddIconByType</a></code>
       should be used in preference to <code class="directive">AddIcon</code>,
  @@ -291,148 +289,158 @@
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddIconByEncoding" id="AddIconByEncoding">AddIconByEncoding</a> <a name="addiconbyencoding" id="addiconbyencoding">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Icon to display next to files selected by MIME 
   content-encoding</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddIconByEncoding
  -    <em>icon MIME-encoding</em> [<em>MIME-encoding</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddIconByEncoding <var>icon MIME-encoding</var>
  +[<var>MIME-encoding</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>This sets the icon to display next to files with <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>Icon</em> is either a (%-escaped) relative URL to the icon,
  -    or of the format (<em>alttext</em>,<em>url</em>) where
  -    <em>alttext</em> is the text tag given for an icon for
  +    <var>Icon</var> is either a (%-escaped) relative URL to the icon,
  +    or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
  +    where <var>alttext</var> is the text tag given for an icon for
       non-graphical browsers.</p>
   
  -    <p><em>Mime-encoding</em> is a wildcard expression matching
  -    required the content-encoding. Examples:</p>
  +    <p><var>MIME-encoding</var> is a wildcard expression matching
  +    required the content-encoding.</p>
   
  -<div class="example"><p><code>AddIconByEncoding /icons/compress.xbm x-compress</code></p></div>
  +    <div class="example"><h3>Example</h3><p><code>
  +      AddIconByEncoding /icons/compress.xbm x-compress
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AddIconByType" id="AddIconByType">AddIconByType</a> <a name="addiconbytype" id="addiconbytype">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Icon to display next to files selected by MIME 
   content-type</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AddIconByType
  -    <em>icon MIME-type</em> [<em>MIME-type</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AddIconByType <var>icon</var> <var>MIME-type</var>
  +[<var>MIME-type</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>This sets the icon to display next to files of type
  -    <em>MIME-type</em> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>Icon</em> is either a (%-escaped) relative URL to the icon,
  -    or of the format (<em>alttext</em>,<em>url</em>) where
  -    <em>alttext</em> is the text tag given for an icon for
  +    <var>MIME-type</var> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  +    <var>Icon</var> is either a (%-escaped) relative URL to the icon,
  +    or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
  +    where <var>alttext</var> is the text tag given for an icon for
       non-graphical browsers.</p>
   
  -    <p><em>Mime-type</em> is a wildcard expression matching
  -    required the mime types. Examples:</p>
  +    <p><var>MIME-type</var> is a wildcard expression matching
  +    required the mime types.</p>
   
  -<div class="example"><p><code>AddIconByType (IMG,/icons/image.xbm) image/*</code></p></div>
  +    <div class="example"><h3>Example</h3><p><code>
  +      AddIconByType (IMG,/icons/image.xbm) image/*
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="DefaultIcon" id="DefaultIcon">DefaultIcon</a> <a name="defaulticon" id="defaulticon">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Icon to display for files when no specific icon is
   configured</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>DefaultIcon <em>url-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>DefaultIcon <var>url-path</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">DefaultIcon</code> directive sets the icon
       to display for files when no specific icon is known, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
  -    <em>Url-path</em> is a (%-escaped) relative URL to the icon.
  -    Examples:</p>
  -<div class="example"><p><code>DefaultIcon /icon/unknown.xbm</code></p></div>
  +    <var>Url-path</var> is a (%-escaped) relative URL to the icon.</p>
  +
  +    <div class="example"><h3>Example</h3><p><code>
  +      DefaultIcon /icon/unknown.xbm
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="HeaderName" id="HeaderName">HeaderName</a> <a name="headername" id="headername">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Name of the file that will be inserted at the top
   of the index listing</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>HeaderName <em>filename</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>HeaderName <var>filename</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">HeaderName</code> 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 to include.</p>
  +    listing. <var>Filename</var> is the name of the file to include.</p>
   
       <div class="example"><h3>Example</h3><p><code>
  -    HeaderName HEADER.html
  +      HeaderName HEADER.html
       </code></p></div>
   
  -<div class="note">
  +    <div class="note">
         <p>Both HeaderName and <code class="directive"><a href="#readmename">ReadmeName</a></code> now treat
  -      <em>Filename</em> as a URI path relative to the one used to
  -      access the directory being indexed. If <em>Filename</em> begins
  +      <var>Filename</var> as a URI path relative to the one used to
  +      access the directory being indexed. If <var>Filename</var> begins
         with a slash, it will be taken to be relative to the <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>.</p>
   
         <div class="example"><h3>Example</h3><p><code>
  -      HeaderName /include/HEADER.html
  +        HeaderName /include/HEADER.html
         </code></p></div>
         
  -      <p><em>Filename</em> must
  -      resolve to a document with a major content type of
  -      "<code>text/*</code>" (<em>e.g.</em>, <code>text/html</code>,
  -      <code>text/plain</code>, <em>etc.</em>). This means that
  -      <em>filename</em> may refer to a CGI script if the script's
  +      <p><var>Filename</var> must resolve to a document with a major
  +      content type of <code>text/*</code> (<em>e.g.</em>,
  +      <code>text/html</code>, <code>text/plain</code>, etc.). This means
  +      that <var>filename</var> may refer to a CGI script if the script's
         actual file type (as opposed to its output) is marked as
         <code>text/html</code> such as with a directive like:</p>
  -<div class="example"><p><code>
  -    AddType text/html .cgi
  -</code></p></div>
  +
  +      <div class="example"><p><code>
  +        AddType text/html .cgi
  +      </code></p></div>
  +
         <p><a href="../content-negotiation.html">Content negotiation</a>
         will be performed if <code class="directive"><a href="../mod/core.html#options">Options</a></code>
  -      <code>MultiViews</code> is in effect. If <em>filename</em> resolves
  +      <code>MultiViews</code> is in effect. If <var>filename</var> resolves
         to a static <code>text/html</code> document (not a CGI script) and
         either one of the <code class="directive"><a href="../mod/core.html#options">options</a></code>
         <code>Includes</code> or <code>IncludesNOEXEC</code> is enabled,
         the file will be processed for server-side includes (see the
         <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> documentation).</p>
  -</div>
  +    </div>
   
       <p>If the file specified by <code class="directive">HeaderName</code> contains
  -    the beginnings of an HTML document (&lt;HTML&gt;, &lt;HEAD&gt;,
  -    etc) then you will probably want to set <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
  +    the beginnings of an HTML document (&lt;html&gt;, &lt;head&gt;, etc.)
  +    then you will probably want to set <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
       +SuppressHTMLPreamble</code></a>, so that these tags are not
       repeated.</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="IndexIgnore" id="IndexIgnore">IndexIgnore</a> <a name="indexignore" id="indexignore">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Adds to the list of files to hide when listing 
   a directory</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>IndexIgnore <em>file</em> [<em>file</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>IndexIgnore <var>file</var> [<var>file</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">IndexIgnore</code> directive adds to the
  -    list of files to hide when listing a directory. <em>File</em> is a
  +    list of files to hide when listing a directory. <var>File</var> is a
       file extension, partial filename, wildcard expression or full
       filename for files to ignore. Multiple IndexIgnore directives add
       to the list, rather than the replacing the list of ignored
  -    files. By default, the list contains
  -    `<code>.</code>'. Example:</p>
  +    files. By default, the list contains <code>.</code> (the current
  +    directory).</p>
   
  -<div class="example"><p><code>IndexIgnore README .htaccess *~</code></p></div>
  +    <div class="example"><p><code>
  +      IndexIgnore README .htaccess *~
  +    </code></p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="IndexOptions" id="IndexOptions">IndexOptions</a> <a name="indexoptions" id="indexoptions">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Various configuration settings for directory 
   indexing</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>IndexOptions  [+|-]<em>option</em> [[+|-]<em>option</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>IndexOptions  [+|-]<var>option</var> [[+|-]<var>option</var>]
  +...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">IndexOptions</code> directive specifies the
  -    behavior of the directory indexing. <em>Option</em> can be one
  +    behavior of the directory indexing. <var>Option</var> can be one
       of</p>
   
       <dl>
  -      <dt><a name="indexoptions:descriptionwidth">DescriptionWidth=[<em>n</em>
  -      | *] (<em>Apache 1.3.10 or 2.0.23 and later</em>)</a></dt>
  +      <dt><a name="indexoptions:descriptionwidth" id="indexoptions:descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
  +      later</em>)</dt>
   
         <dd>The <code>DescriptionWidth</code> keyword allows you to
         specify the width of the description column in
         characters.</dd>
   
         <dd><code>-DescriptionWidth</code> (or unset) allows
  -      mod_autoindex to calculate the best width.</dd>
  +      <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width.</dd>
   
  -      <dd><code>DescriptionWidth=n</code> fixes the column width to
  -      n bytes wide.</dd>
  +      <dd><code>DescriptionWidth=<var>n</var></code> fixes the column width to
  +      <var>n</var> bytes wide.</dd>
   
         <dd><code>DescriptionWidth=*</code> grows the column to the
         width necessary to accommodate the longest description
  @@ -441,13 +449,12 @@
         <dd><strong>See the section on <code class="directive"><a href="#adddescription">AddDescription</a></code> for dangers
         inherent in truncating descriptions.</strong></dd>
   
  -      <dt><a name="indexoptions:fancyindexing">FancyIndexing</a></dt>
  +      <dt><a name="indexoptions:fancyindexing" id="indexoptions:fancyindexing">FancyIndexing</a></dt>
   
  -      <dd>
  -      This turns on fancy indexing of directories.</dd>
  +      <dd>This turns on fancy indexing of directories.</dd>
   
  -      <dt><a name="indexoptions:foldersfirst">FoldersFirst (<em>Apache
  -      1.3.10 or 2.0.23 and later</em>)</a></dt>
  +      <dt><a name="indexoptions:foldersfirst" id="indexoptions:foldersfirst">FoldersFirst</a> (<em>Apache
  +      2.0.23 and later</em>)</dt>
   
         <dd>If this option is enabled, subdirectory listings will
         <em>always</em> appear first, followed by normal files in the
  @@ -459,88 +466,75 @@
         <code>Zed</code> will be listed before subdirectory
         <code>Beta</code>, which will be listed before normal files
         <code>Gamma</code> and <code>Alpha</code>. <strong>This option
  -      only has an effect if <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a>
  -      is also enabled.</strong></dd>
  +      only has an effect if <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
   
  -      <dt><a name="indexoptions:htmltable">HTMLTable</a> <em>(Experimental,
  -      Apache 2.0.23 and later)</em></dt>
  +      <dt><a name="indexoptions:htmltable" id="indexoptions:htmltable">HTMLTable</a> (<em>Experimental,
  +      Apache 2.0.23 and later</em>)</dt>
   
  -      <dd>
  -      This experimental option with FancyIndexing constructs a
  +      <dd>This experimental option with FancyIndexing constructs a
         simple table for the fancy directory listing. Note this will
         confuse older browsers. It is particularly necessary if file
         names or description text will alternate between
         left-to-right and right-to-left reading order, as can happen
         on WinNT or other utf-8 enabled platforms.</dd>
   
  -      <dt><a name="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
  +      <dt><a name="indexoptions:iconsarelinks" id="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
   
  -      <dd>
  -      This makes the icons part of the anchor for the filename, for
  +      <dd>This makes the icons part of the anchor for the filename, for
         fancy indexing.</dd>
   
  -      <dt><a name="indexoptions:iconheight">IconHeight[=pixels]
  -      (<em>Apache 1.3 and later</em>)</a></dt>
  +      <dt><a name="indexoptions:iconheight" id="indexoptions:iconheight">IconHeight[=<var>pixels</var>]</a></dt>
   
  -      <dd>
  -      Presence of this option, when used with IconWidth, will cause
  -      the server to include <code>HEIGHT</code> and
  -      <code>WIDTH</code> attributes in the <code>IMG</code> tag for
  -      the file icon. This allows browser to precalculate the page
  -      layout without having to wait until all the images have been
  -      loaded. If no value is given for the option, it defaults to
  -      the standard height of the icons supplied with the Apache
  +      <dd>Presence of this option, when used with IconWidth, will cause
  +      the server to include <code>height</code> and <code>width</code>
  +      attributes in the <code>img</code> tag for the file icon. This allows
  +      browser to precalculate the page layout without having to wait until
  +      all the images have been loaded. If no value is given for the option,
  +      it defaults to the standard height of the icons supplied with the Apache
         software.</dd>
   
  -      <dt><a name="indexoptions:iconwidth">IconWidth[=pixels] (<em>Apache
  -      1.3 and later</em>)</a></dt>
  +      <dt><a name="indexoptions:iconwidth" id="indexoptions:iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
   
  -      <dd>
  -      Presence of this option, when used with IconHeight, will
  -      cause the server to include <code>HEIGHT</code> and
  -      <code>WIDTH</code> attributes in the <code>IMG</code> tag for
  +      <dd>Presence of this option, when used with <code>IconHeight</code>,
  +      will cause the server to include <code>height</code> and
  +      <code>width</code> attributes in the <code>img</code> tag for
         the file icon. This allows browser to precalculate the page
         layout without having to wait until all the images have been
         loaded. If no value is given for the option, it defaults to
         the standard width of the icons supplied with the Apache
         software.</dd>
   
  -      <dt><a name="indexoptions:ignoreclient">IgnoreClient</a></dt>
  +      <dt><a name="indexoptions:ignoreclient" id="indexoptions:ignoreclient">IgnoreClient</a></dt>
   
  -      <dd>
  -      This option causes mod_autoindex to ignore all query
  -      variables from the client, including sort order (implies
  +      <dd>This option causes <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to ignore all
  +      query variables from the client, including sort order (implies
         <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>.)</dd>
   
  -      <dt><a name="indexoptions:namewidth">NameWidth=[<em>n</em> | *]
  -      (<em>Apache 1.3.2 and later</em>)</a></dt>
  +      <dt><a name="indexoptions:namewidth" id="indexoptions:namewidth">NameWidth=[<var>n</var>
  +               | *]</a></dt>
   
  -      <dd>The NameWidth keyword allows you to specify the width of
  -      the filename column in bytes.</dd>
  +      <dd>The <code>NameWidth</code> keyword allows you to specify the width
  +      of the filename column in bytes.</dd>
   
  -      <dd><code>-NameWidth</code> (or unset) allows mod_autoindex
  -      to calculate the best width.</dd>
  +      <dd><code>-NameWidth</code> (or unset) allows <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width.</dd>
   
  -      <dd><code>NameWidth=n</code> fixes the column width to n
  -      bytes wide.</dd>
  +      <dd><code>NameWidth=<var>n</var></code> fixes the column width to
  +      <var>n</var> bytes wide.</dd>
   
  -      <dd><code>NameWidth=*</code> grows the column to the
  -      necessary width.</dd>
  +      <dd><code>NameWidth=*</code> grows the column to the necessary
  +      width.</dd>
   
  -      <dt><a name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
  +      <dt><a name="indexoptions:scanhtmltitles" id="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
   
  -      <dd>
  -      This enables the extraction of the title from HTML documents
  +      <dd>This enables the extraction of the title from HTML documents
         for fancy indexing. If the file does not have a description
  -      given by <a href="#adddescription">AddDescription</a> then
  -      httpd will read the document for the value of the TITLE tag.
  -      This is CPU and disk intensive.</dd>
  +      given by <code class="directive"><a href="#adddescription">AddDescription</a></code>
  +      then httpd will read the document for the value of the
  +      <code>title</code> element. This is CPU and disk intensive.</dd>
   
  -      <dt><a name="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a>
  -      (<em>Apache 1.3 and later</em>)</dt>
  +      <dt><a name="indexoptions:suppresscolumnsorting" id="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></dt>
   
  -      <dd>
  -      If specified, Apache will not make the column headings in a
  +      <dd>If specified, Apache will not make the column headings in a
         FancyIndexed directory listing into links for sorting. The
         default behavior is for them to be links; selecting the
         column heading will sort the directory listing by the values
  @@ -549,75 +543,67 @@
         string.</strong> That behavior is now controlled by <a href="#indexoptions:ignoreclient">IndexOptions
         IgnoreClient</a> in Apache 2.0.23.</dd>
   
  -      <dt><a name="indexoptions:suppressdescription">SuppressDescription</a></dt>
  +      <dt><a name="indexoptions:suppressdescription" id="indexoptions:suppressdescription">SuppressDescription</a></dt>
   
  -      <dd>
  -      This will suppress the file description in fancy indexing
  +      <dd>This will suppress the file description in fancy indexing
         listings. By default, no file descriptions are defined, and
         so the use of this option will regain 23 characters of screen
  -      space to use for something else. See <a href="#adddescription"><code>AddDescription</code></a> for
  -      information about setting the file description. See also the
  -      <a href="#indexoptions:descriptionwidth"><code>DescriptionWidth</code></a>
  -      index option to limit the size of the description
  -      column.</dd>
  +      space to use for something else. See <code class="directive"><a href="#adddescription">AddDescription</a></code> for information about setting the file
  +      description. See also the <code><a href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
  +      index option to limit the size of the description column.</dd>
   
  -      <dt><a name="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a>
  -      (<em>Apache 1.3 and later</em>)</dt>
  +      <dt><a name="indexoptions:suppresshtmlpreamble" id="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
   
  -      <dd>
  -      If the directory actually contains a file specified by the
  +      <dd>If the directory actually contains a file specified by the
         <code class="directive"><a href="#headername">HeaderName</a></code>
         directive, the module usually includes the contents of the file
  -      after a standard HTML preamble (&lt;HTML&gt;, &lt;HEAD&gt;,
  -      <em>et cetera</em>). The SuppressHTMLPreamble option disables
  -      this behaviour, causing the module to start the display with the
  -      header file contents. The header file must contain appropriate
  -      HTML instructions in this case. If there is no header file, the
  -      preamble is generated as usual.</dd>
  +      after a standard HTML preamble (<code>&lt;html&gt;</code>,
  +      <code>&lt;head&gt;</code>, <em>et cetera</em>). The
  +      <code>SuppressHTMLPreamble</code> option disables this behaviour,
  +      causing the module to start the display with the header file
  +      contents. The header file must contain appropriate HTML instructions
  +      in this case. If there is no header file, the preamble is generated
  +      as usual.</dd>
   
  -      <dt><a name="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
  +      <dt><a name="indexoptions:suppressicon" id="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
         2.0.23 and later</em>)</dt>
   
  -      <dd>
  -      This will suppress the icon in fancy indexing listings.
  -      Combining both <em>SuppressIcon</em> and
  -      <em>SuppressRules</em> yields proper HTML 3.2 output, which
  -      by the final specification prohibits IMG and HR tags from the
  -      PRE block (used to format FancyIndexed listings.)</dd>
  +      <dd>This will suppress the icon in fancy indexing listings.
  +      Combining both <code>SuppressIcon</code> and
  +      <code>SuppressRules</code> yields proper HTML 3.2 output, which
  +      by the final specification prohibits <code>img</code> and
  +      <code>hr</code> elements from the <code>pre</code> block (used to
  +      format FancyIndexed listings.)</dd>
   
  -      <dt><a name="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
  +      <dt><a name="indexoptions:suppresslastmodified" id="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
   
  -      <dd>
  -      This will suppress the display of the last modification date,
  +      <dd>This will suppress the display of the last modification date,
         in fancy indexing listings.</dd>
   
  -      <dt><a name="indexoptions:suppressrules">SuppressRules</a>
  +      <dt><a name="indexoptions:suppressrules" id="indexoptions:suppressrules">SuppressRules</a>
         (<em>Apache 2.0.23 and later</em>)</dt>
   
  -      <dd>
  -      This will suppress the horizontal rule lines (HR tags) in
  -      directory listings. Combining both <em>SuppressIcon</em> and
  -      <em>SuppressRules</em> yeilds proper HTML 3.2 output, which
  -      by the final specification prohibits IMG and HR tags from the
  -      PRE block (used to format FancyIndexed listings.)</dd>
  -
  -      <dt><a name="indexoptions:suppresssize">SuppressSize</a></dt>
  -
  -      <dd>
  -      This will suppress the file size in fancy indexing
  -      listings.</dd>
  +      <dd>This will suppress the horizontal rule lines (<code>hr</code>
  +      elements) in directory listings. Combining both <code>SuppressIcon</code> and
  +      <code>SuppressRules</code> yields proper HTML 3.2 output, which
  +      by the final specification prohibits <code>img</code> and
  +      <code>hr</code> elements from the <code>pre</code> block (used to
  +      format FancyIndexed listings.)</dd>
  +
  +      <dt><a name="indexoptions:suppresssize" id="indexoptions:suppresssize">SuppressSize</a></dt>
   
  -      <dt><a name="indexoptions:trackmodified">TrackModified (<em>Apache
  -      1.3.15 or 2.0.23 and later</em>)</a></dt>
  +      <dd>This will suppress the file size in fancy indexing listings.</dd>
   
  -      <dd>
  -      This returns the Last-Modified and ETag values for the listed
  +      <dt><a name="indexoptions:trackmodified" id="indexoptions:trackmodified">TrackModified</a> (<em>Apache
  +      2.0.23 and later</em>)</dt>
  +
  +      <dd>This returns the Last-Modified and ETag values for the listed
         directory in the HTTP header. It is only valid if the
         operating system and file system return appropriate stat()
         results. Some Unix systems do so, as do OS2's JFS and Win32's
         NTFS volumes. OS2 and Win32 FAT volumes, for example, do not.
         Once this feature is enabled, the client or proxy can track
  -      changes to the list of files when they perform a HEAD
  +      changes to the list of files when they perform a <code>HEAD</code>
         request. Note some operating systems correctly track new and
         removed files, but do not track changes for sizes or dates of
         the files within the directory. <strong>Changes to the size
  @@ -625,94 +611,102 @@
         Last-Modified header on all Unix platforms.</strong> If this
         is a concern, leave this option disabled.</dd>
   
  -      <dt><a name="indexoptions:versionsort">VersionSort (<em>Apache 2.0a3
  -      and later</em>)</a></dt>
  +      <dt><a name="indexoptions:versionsort" id="indexoptions:versionsort">VersionSort</a>
  +      (<em>Apache 2.0a3 and later</em>)</dt>
   
  -      <dd>
  -        The VersionSort keyword causes files containing version
  -        numbers to sort in a natural way. Strings are sorted as
  -        usual, except that substrings of digits in the name and
  -        description are compared according to their numeric value.
  -        For example: 
  -
  -<div class="example"><p><code>
  -foo-1.7<br />
  -foo-1.7.2<br />
  -foo-1.7.12<br />
  -foo-1.8.2<br />
  -foo-1.8.2a<br />
  -foo-1.12<br />
  -</code></p></div>
  -        If the number starts with a zero, then it is considered to
  -        be a fraction: 
  -
  -<div class="example"><p><code>
  -foo-1.001<br />
  -foo-1.002<br />
  -foo-1.030<br />
  -foo-1.04
  -</code></p></div>
  -      </dd>
  +      <dd>The <code>VersionSort</code> keyword causes files containing
  +      version numbers to sort in a natural way. Strings are sorted as
  +      usual, except that substrings of digits in the name and
  +      description are compared according to their numeric value.
  +
  +      <div class="example"><h3>Example:</h3><p><code>
  +        foo-1.7<br />
  +        foo-1.7.2<br />
  +        foo-1.7.12<br />
  +        foo-1.8.2<br />
  +        foo-1.8.2a<br />
  +        foo-1.12
  +      </code></p></div>
   
  -      <dd>
  -        <strong>Incremental IndexOptions</strong>
  -      </dd>
  +      <p>If the number starts with a zero, then it is considered to
  +      be a fraction:</p>
   
  -      <dd>
  -        Apache 1.3.3 introduced some significant changes in the
  -        handling of <code class="directive">IndexOptions</code> directives. In
  -        particular,<br />
  -        <br />
  -         
  -
  -        <ul>
  -          <li>Multiple <code class="directive">IndexOptions</code> directives for a
  -          single directory are now merged together. The result of
  -          the example above will now be the equivalent of
  -          <code>IndexOptions�FancyIndexing�ScanHTMLTitles</code>.</li>
  -
  -          <li>The addition of the incremental syntax
  -          (<em>i.e.</em>, prefixing keywords with '+' or '-').</li>
  -        </ul>
  -        <br />
  -         Whenever a '+' or '-' prefixed keyword is encountered, it
  -        is applied to the current <code class="directive">IndexOptions</code>
  -        settings (which may have been inherited from an upper-level
  -        directory). However, whenever an unprefixed keyword is
  -        processed, it clears all inherited options and any
  -        incremental settings encountered so far. Consider the
  -        following example: 
  -
  -<div class="example"><p><code>IndexOptions +ScanHTMLTitles -IconsAreLinks
  -          FancyIndexing<br />
  -           IndexOptions +SuppressSize<br />
  -</code></p></div>
  -        The net effect is equivalent to
  -        <code>IndexOptions�FancyIndexing�+SuppressSize</code>,
  -        because the unprefixed <code>FancyIndexing</code> discarded
  -        the incremental keywords before it, but allowed them to
  -        start accumulating again afterward.<br />
  -        <br />
  -         To unconditionally set the <code class="directive">IndexOptions</code> for a
  -        particular directory, clearing the inherited settings,
  -        specify keywords without any '+' or '-' prefixes.
  +      <div class="example"><p><code>
  +        foo-1.001<br />
  +        foo-1.002<br />
  +        foo-1.030<br />
  +        foo-1.04
  +      </code></p></div>
         </dd>
       </dl>
  +
  +   
  +   <dl><dt>Incremental IndexOptions</dt>
  +   <dd>
  +     <p>Apache 1.3.3 introduced some significant changes in the
  +     handling of <code class="directive">IndexOptions</code> directives. In
  +     particular:</p>
  +
  +     <ul>
  +     <li>Multiple <code class="directive">IndexOptions</code> directives for a
  +     single directory are now merged together. The result of:
  +
  +     <div class="example"><p><code>
  +       &lt;Directory /foo&gt;
  +       <span class="indent">
  +         IndexOptions HTMLTable<br />
  +         IndexOptions SuppressColumnsorting
  +       </span>
  +       &lt;/Directory&gt;
  +     </code></p></div>
  +
  +     <p>will be the equivalent of</p>
  +
  +     <div class="example"><p><code>
  +       IndexOptions HTMLTable SuppressColumnsorting
  +     </code></p></div>
  +     </li>
  +
  +     <li>The addition of the incremental syntax (<em>i.e.</em>, prefixing
  +     keywords with <code>+</code> or <code>-</code>).</li>
  +     </ul>
  +
  +     <p>Whenever a '+' or '-' prefixed keyword is encountered, it
  +     is applied to the current <code class="directive">IndexOptions</code>
  +     settings (which may have been inherited from an upper-level
  +     directory). However, whenever an unprefixed keyword is processed, it
  +     clears all inherited options and any incremental settings encountered
  +     so far. Consider the following example:</p>
  +
  +     <div class="example"><p><code>
  +       IndexOptions +ScanHTMLTitles -IconsAreLinks FancyIndexing<br />
  +       IndexOptions +SuppressSize
  +     </code></p></div>
  +
  +     <p>The net effect is equivalent to <code>IndexOptions FancyIndexing
  +     +SuppressSize</code>, because the unprefixed <code>FancyIndexing</code>
  +     discarded the incremental keywords before it, but allowed them to
  +     start accumulating again afterward.</p>
  +
  +     <p>To unconditionally set the <code class="directive">IndexOptions</code> for
  +     a particular directory, clearing the inherited settings, specify
  +     keywords without any <code>+</code> or <code>-</code> prefixes.</p>
  +   </dd>
  +   </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="IndexOrderDefault" id="IndexOrderDefault">IndexOrderDefault</a> <a name="indexorderdefault" id="indexorderdefault">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Sets the default ordering of the directory index</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>IndexOrderDefault
  -Ascending|Descending Name|Date|Size|Description</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  +              </a></th><td><code>IndexOrderDefault Ascending|Descending
  +Name|Date|Size|Description</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
                 </a></th><td><code>IndexOrderDefault Ascending Name</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">IndexOrderDefault</code> directive is used
  -    in combination with the <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a>
  -    index option. By default, fancyindexed directory listings are
  -    displayed in ascending order by filename; the
  -    <code class="directive">IndexOrderDefault</code> allows you to change this initial
  -    display order.</p>
  +    in combination with the <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code> index option. By default, fancyindexed
  +    directory listings are displayed in ascending order by filename; the
  +    <code class="directive">IndexOrderDefault</code> allows you to change this
  +    initial display order.</p>
   
       <p><code class="directive">IndexOrderDefault</code> takes two
       arguments. The first must be either <code>Ascending</code> or
  @@ -723,33 +717,33 @@
       <em>always</em> the ascending filename.</p>
   
       <p>You can force a directory listing to only be displayed in a
  -    particular order by combining this directive with the <a href="#indexoptions:suppresscolumnsorting"><code>SuppressColumnSorting</code></a>
  -    index option; this will prevent the client from requesting the
  -    directory listing in a different order.</p>
  +    particular order by combining this directive with the <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code> index option; this will prevent
  +    the client from requesting the directory listing in a different
  +    order.</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="ReadmeName" id="ReadmeName">ReadmeName</a> <a name="readmename" id="readmename">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Name of the file that will be inserted at the end
   of the index listing</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>ReadmeName <em>filename</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>ReadmeName <var>filename</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>Indexes</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Base</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_autoindex</td></tr></table>
       <p>The <code class="directive">ReadmeName</code> 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 to include, and
  +    listing. <var>Filename</var> is the name of the file to include, and
       is taken to be relative to the location being indexed. If
  -    <em>Filename</em> begins with a slash, it will be taken to be
  +    <var>Filename</var> begins with a slash, it will be taken to be
       relative to the <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>.
       </p>
   
       <div class="example"><h3>Example</h3><p><code>
  -    ReadmeName FOOTER.html
  +      ReadmeName FOOTER.html
       </code></p></div>
   
       <div class="example"><h3>Example 2</h3><p><code>
  -    ReadmeName /include/FOOTER.html
  +      ReadmeName /include/FOOTER.html
       </code></p></div>
   
  -    <p>See also <code class="directive"><a href="#headername">HeaderName</a></code>, where this behavior
  -    is described in greater detail.</p>
  +    <p>See also <code class="directive"><a href="#headername">HeaderName</a></code>, where this behavior is described in greater
  +    detail.</p>
   </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  
  
  
  1.23      +20 -20    httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- quickreference.html.en	4 Nov 2002 18:27:26 -0000	1.22
  +++ quickreference.html.en	6 Nov 2002 00:34:36 -0000	1.23
  @@ -37,34 +37,33 @@
   <tr><td><a href="core.html#accessfilename">AccessFileName <var>filename</var> [<var>filename</var>] ...</a></td><td> .htaccess </td><td>sv</td><td>C</td></tr><tr><td class="descr" colspan="4">Name of the distributed configuration file</td></tr>
   <tr class="odd"><td><a href="mod_actions.html#action">Action <var>action-type</var> <var>cgi-script</var></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Activates a CGI script for a particular handler or
   content-type</td></tr>
  -<tr><td><a href="mod_autoindex.html#addalt">AddAlt <em>string file</em> [<em>file</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Alternate text to display for a file, instead of an
  +<tr><td><a href="mod_autoindex.html#addalt">AddAlt <var>string</var> <var>file</var> [<var>file</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Alternate text to display for a file, instead of an
   icon selected by filename</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#addaltbyencoding">AddAltByEncoding <em>string MIME-encoding</em>
  -[<em>MIME-encoding</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Alternate text to display for a file instead of an icon
  +<tr class="odd"><td><a href="mod_autoindex.html#addaltbyencoding">AddAltByEncoding <var>string</var> <var>MIME-encoding</var>
  +[<var>MIME-encoding</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Alternate text to display for a file instead of an icon
   selected by MIME-encoding</td></tr>
  -<tr><td><a href="mod_autoindex.html#addaltbytype">AddAltByType <em>string
  -    MIME-type</em> [<em>MIME-type</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Alternate text to display for a file, instead of an
  +<tr><td><a href="mod_autoindex.html#addaltbytype">AddAltByType <var>string</var> <var>MIME-type</var>
  +[<var>MIME-type</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Alternate text to display for a file, instead of an
   icon selected by MIME content-type</td></tr>
   <tr class="odd"><td><a href="mod_mime.html#addcharset">AddCharset <em>charset extension</em> 
   [<em>extension</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps the given filename extensions
       to the specified content charset</td></tr>
   <tr><td><a href="core.html#adddefaultcharset">AddDefaultCharset On|Off|<var>charset</var></a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">Default character set to be added for a
   response without an explicit character set</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#adddescription">AddDescription
  -    <em>string file</em> [<em>file</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Description to display for a file</td></tr>
  +<tr class="odd"><td><a href="mod_autoindex.html#adddescription">AddDescription <var>string file</var> [<var>file</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Description to display for a file</td></tr>
   <tr><td><a href="mod_mime.html#addencoding">AddEncoding
       <em>MIME-enc extension</em> [<em>extension</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps the given filename extensions
       to the specified encoding type</td></tr>
   <tr class="odd"><td><a href="mod_mime.html#addhandler">AddHandler
       <em>handler-name extension</em> [<em>extension</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps the filename extensions
   to the specified handler</td></tr>
  -<tr><td><a href="mod_autoindex.html#addicon">AddIcon <em>icon
  -    name</em> [<em>name</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Icon to display for a file selected by name</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#addiconbyencoding">AddIconByEncoding
  -    <em>icon MIME-encoding</em> [<em>MIME-encoding</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Icon to display next to files selected by MIME 
  +<tr><td><a href="mod_autoindex.html#addicon">AddIcon <var>icon</var> <var>name</var> [<var>name</var>]
  +...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Icon to display for a file selected by name</td></tr>
  +<tr class="odd"><td><a href="mod_autoindex.html#addiconbyencoding">AddIconByEncoding <var>icon MIME-encoding</var>
  +[<var>MIME-encoding</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Icon to display next to files selected by MIME 
   content-encoding</td></tr>
  -<tr><td><a href="mod_autoindex.html#addiconbytype">AddIconByType
  -    <em>icon MIME-type</em> [<em>MIME-type</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Icon to display next to files selected by MIME 
  +<tr><td><a href="mod_autoindex.html#addiconbytype">AddIconByType <var>icon</var> <var>MIME-type</var>
  +[<var>MIME-type</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Icon to display next to files selected by MIME 
   content-type</td></tr>
   <tr class="odd"><td><a href="mod_mime.html#addinputfilter">AddInputFilter
       <em>filter</em>[<em>;filter</em>...] extension
  @@ -208,7 +207,7 @@
   <tr class="odd"><td><a href="mod_dav.html#davlockdb">DavLockDB <em>file-path</em></a></td><td /><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Location of the DAV lock database</td></tr>
   <tr><td><a href="mod_dav.html#davmintimeout">DavMinTimeout <em>seconds</em></a></td><td> 0 </td><td>d</td><td>E</td></tr><tr><td class="descr" colspan="4">Minimum amount of time the server holds a lock on
   a DAV resource</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#defaulticon">DefaultIcon <em>url-path</em></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Icon to display for files when no specific icon is
  +<tr class="odd"><td><a href="mod_autoindex.html#defaulticon">DefaultIcon <var>url-path</var></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Icon to display for files when no specific icon is
   configured</td></tr>
   <tr><td><a href="mod_mime.html#defaultlanguage">DefaultLanguage
       <em>MIME-lang</em></a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets all files in the given scope to the 
  @@ -266,7 +265,7 @@
   requests</td></tr>
   <tr><td><a href="mod_headers.html#header" id="H" name="H">Header set|append|add|unset|echo  <em>header</em> 
   [<em>value</em>]</a></td><td /><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Configure HTTP response headers</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#headername">HeaderName <em>filename</em></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the file that will be inserted at the top
  +<tr class="odd"><td><a href="mod_autoindex.html#headername">HeaderName <var>filename</var></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the file that will be inserted at the top
   of the index listing</td></tr>
   <tr><td><a href="core.html#hostnamelookups">HostnameLookups on|off|double</a></td><td> off </td><td>svd</td><td>C</td></tr><tr><td class="descr" colspan="4">Enables DNS lookups on client IP addresses</td></tr>
   <tr class="odd"><td><a href="core.html#identitycheck" id="I" name="I">IdentityCheck on|off</a></td><td> off </td><td>svd</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Enables logging of the RFC1413 identity of the remote 
  @@ -285,12 +284,13 @@
   an imagemap</td></tr>
   <tr class="odd"><td><a href="core.html#include">Include <var>file-path</var>|<var>directory-path</var></a></td><td /><td>svd</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Includes other configuration files from within
   the server configuration files</td></tr>
  -<tr><td><a href="mod_autoindex.html#indexignore">IndexIgnore <em>file</em> [<em>file</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Adds to the list of files to hide when listing 
  +<tr><td><a href="mod_autoindex.html#indexignore">IndexIgnore <var>file</var> [<var>file</var>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Adds to the list of files to hide when listing 
   a directory</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#indexoptions">IndexOptions  [+|-]<em>option</em> [[+|-]<em>option</em>] ...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Various configuration settings for directory 
  +<tr class="odd"><td><a href="mod_autoindex.html#indexoptions">IndexOptions  [+|-]<var>option</var> [[+|-]<var>option</var>]
  +...</a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Various configuration settings for directory 
   indexing</td></tr>
  -<tr><td><a href="mod_autoindex.html#indexorderdefault">IndexOrderDefault
  -Ascending|Descending Name|Date|Size|Description</a></td><td> Ascending Name </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets the default ordering of the directory index</td></tr>
  +<tr><td><a href="mod_autoindex.html#indexorderdefault">IndexOrderDefault Ascending|Descending
  +Name|Date|Size|Description</a></td><td> Ascending Name </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets the default ordering of the directory index</td></tr>
   <tr class="odd"><td><a href="mod_isapi.html#isapiappendlogtoerrors">ISAPIAppendLogToErrors on|off</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
   extensions to the error log</td></tr>
   <tr><td><a href="mod_isapi.html#isapiappendlogtoquery">ISAPIAppendLogToQuery on|off</a></td><td> on </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Record HSE_APPEND_LOG_PARAMETER requests from ISAPI
  @@ -416,7 +416,7 @@
   <tr class="odd"><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <em>seconds</em></a></td><td> 300 </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>
   <tr><td><a href="mod_proxy.html#proxyvia">ProxyVia on|off|full|block</a></td><td> off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Information provided in the <code>Via</code> HTTP response
   header for proxied requests</td></tr>
  -<tr class="odd"><td><a href="mod_autoindex.html#readmename" id="R" name="R">ReadmeName <em>filename</em></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the file that will be inserted at the end
  +<tr class="odd"><td><a href="mod_autoindex.html#readmename" id="R" name="R">ReadmeName <var>filename</var></a></td><td /><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the file that will be inserted at the end
   of the index listing</td></tr>
   <tr><td><a href="mod_alias.html#redirect">Redirect [<var>status</var>] <var>URL-path</var>
   <var>URL</var></a></td><td /><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sends an external redirect asking the client to fetch