<ul class="seealso">
<li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li>
<li><a href="../howto/cgi.html">Dynamic Content with CGI</a></li>
-<li><a href="../handler.html">Apache's Handler Use</a></li>
+<li><a href="../handler.html">Apache httpd's Handler Use</a></li>
</ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<seealso><module>mod_cgi</module></seealso>
<seealso><a href="../howto/cgi.html">Dynamic Content with CGI</a></seealso>
-<seealso><a href="../handler.html">Apache's Handler Use</a></seealso>
+<seealso><a href="../handler.html">Apache httpd's Handler Use</a></seealso>
<directivesynopsis>
<name>Action</name>
<h2><a name="query" id="query">Autoindex Request Query Arguments</a></h2>
- <p>Apache 2.0.23 reorganized the Query Arguments for Column
+ <p>Apache HTTP Server 2.0.23 reorganized the Query Arguments for Column
Sorting, and introduced an entire group of new query options.
To effectively eliminate all client control over the output,
the <code><a href="#indexoptions.ignoreclient">IndexOptions
the various <code>AddAlt*</code> directives.
</dd>
- <dt><a name="indexoptions.charset" id="indexoptions.charset">Charset=<var>character-set</var></a> (<em>Apache 2.0.61 and
+ <dt><a name="indexoptions.charset" id="indexoptions.charset">Charset=<var>character-set</var></a> (<em>Apache HTTP Server 2.0.61 and
later</em>)</dt>
<dd>The <code>Charset</code> keyword allows you to
</code></p></div>
</dd>
- <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
+ <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache HTTP Server 2.0.23 and
later</em>)</dt>
<dd>The <code>DescriptionWidth</code> keyword allows you to
<dd>This turns on fancy indexing of directories.</dd>
- <dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache
+ <dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>If this option is enabled, subdirectory listings will
only has an effect if <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
<dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> (<em>Experimental,
- Apache 2.0.23 and later</em>)</dt>
+ Apache HTTP Server 2.0.23 and later</em>)</dt>
<dd>This experimental option with <code>FancyIndexing</code> constructs
a simple table for the fancy directory listing. Note this will
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>
+ with the Apache httpd software.</dd>
<dt><a name="indexoptions.iconwidth" id="indexoptions.iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
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
+ the standard width of the icons supplied with the Apache httpd
software.</dd>
<dt><a name="indexoptions.ignorecase" id="indexoptions.ignorecase">IgnoreCase</a></dt>
<dt><a name="indexoptions.showforbidden" id="indexoptions.showforbidden">ShowForbidden</a></dt>
- <dd>If specified, Apache will show files normally hidden because
+ <dd>If specified, Apache httpd will show files normally hidden because
the subrequest returned <code>HTTP_UNAUTHORIZED</code> or
<code>HTTP_FORBIDDEN</code></dd>
<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 httpd 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
- in that column. <strong>Prior to Apache 2.0.23, this also
+ in that column. <strong>Prior to Apache HTTP Server 2.0.23, this also
disabled parsing the Query Arguments for the sort
string.</strong> That behavior is now controlled by <a href="#indexoptions.ignoreclient"><code>IndexOptions
- IgnoreClient</code></a> in Apache 2.0.23.</dd>
+ IgnoreClient</code></a> in Apache HTTP Server 2.0.23.</dd>
<dt><a name="indexoptions.suppressdescription" id="indexoptions.suppressdescription">SuppressDescription</a></dt>
in this case. If there is no header file, the preamble is generated
as usual.</dd>
- <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache
+ <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>This will suppress the icon in fancy indexing listings.
in fancy indexing listings.</dd>
<dt><a name="indexoptions.suppressrules" id="indexoptions.suppressrules">SuppressRules</a>
- (<em>Apache 2.0.23 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0.23 and later</em>)</dt>
<dd>This will suppress the horizontal rule lines (<code>hr</code>
elements) in directory listings. Combining both <code>SuppressIcon</code> and
<dd>This will suppress the file size in fancy indexing listings.</dd>
- <dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a> (<em>Apache
+ <dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>This returns the <code>Last-Modified</code> and <code>ETag</code>
<code>Last-Modified</code> header on all Unix platforms.</strong>
If this is a concern, leave this option disabled.</dd>
- <dt><a name="indexoptions.type" id="indexoptions.type">Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
+ <dt><a name="indexoptions.type" id="indexoptions.type">Type=<var>MIME content-type</var></a> (<em>Apache HTTP Server 2.0.61 and
later</em>)</dt>
<dd>The <code>Type</code> keyword allows you to
</dd>
<dt><a name="indexoptions.versionsort" id="indexoptions.versionsort">VersionSort</a>
- (<em>Apache 2.0a3 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0a3 and later</em>)</dt>
<dd>The <code>VersionSort</code> keyword causes files containing
version numbers to sort in a natural way. Strings are sorted as
</dd>
<dt><a name="indexoptions.xhtml" id="indexoptions.xhtml">XHTML</a>
- (<em>Apache 2.0.49 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0.49 and later</em>)</dt>
<dd>The <code>XHTML</code> keyword forces <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code>
to emit XHTML 1.0 code instead of HTML 3.2.</dd>
<dl><dt>Incremental IndexOptions</dt>
<dd>
- <p>Apache 1.3.3 introduced some significant changes in the
+ <p>Apache httpd 1.3.3 introduced some significant changes in the
handling of <code class="directive">IndexOptions</code> directives. In
particular:</p>
<section id="query">
<title>Autoindex Request Query Arguments</title>
- <p>Apache 2.0.23 reorganized the Query Arguments for Column
+ <p>Apache HTTP Server 2.0.23 reorganized the Query Arguments for Column
Sorting, and introduced an entire group of new query options.
To effectively eliminate all client control over the output,
the <code><a href="#indexoptions.ignoreclient">IndexOptions
<dt><a name="indexoptions.charset"
id="indexoptions.charset"
- >Charset=<var>character-set</var></a> (<em>Apache 2.0.61 and
+ >Charset=<var>character-set</var></a> (<em>Apache HTTP Server 2.0.61 and
later</em>)</dt>
<dd>The <code>Charset</code> keyword allows you to
<dt><a name="indexoptions.descriptionwidth"
id="indexoptions.descriptionwidth"
- >DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
+ >DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache HTTP Server 2.0.23 and
later</em>)</dt>
<dd>The <code>DescriptionWidth</code> keyword allows you to
<dd>This turns on fancy indexing of directories.</dd>
<dt><a name="indexoptions.foldersfirst"
- id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache
+ id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>If this option is enabled, subdirectory listings will
<dt><a name="indexoptions.htmltable"
id="indexoptions.htmltable">HTMLTable</a> (<em>Experimental,
- Apache 2.0.23 and later</em>)</dt>
+ Apache HTTP Server 2.0.23 and later</em>)</dt>
<dd>This experimental option with <code>FancyIndexing</code> constructs
a simple table for the fancy directory listing. Note this will
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>
+ with the Apache httpd software.</dd>
<dt><a name="indexoptions.iconwidth"
id="indexoptions.iconwidth">IconWidth[=<var
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
+ the standard width of the icons supplied with the Apache httpd
software.</dd>
<dt><a name="indexoptions.ignorecase"
<dt><a name="indexoptions.showforbidden"
id="indexoptions.showforbidden">ShowForbidden</a></dt>
- <dd>If specified, Apache will show files normally hidden because
+ <dd>If specified, Apache httpd will show files normally hidden because
the subrequest returned <code>HTTP_UNAUTHORIZED</code> or
<code>HTTP_FORBIDDEN</code></dd>
id="indexoptions.suppresscolumnsorting"
>SuppressColumnSorting</a></dt>
- <dd>If specified, Apache will not make the column headings in a
+ <dd>If specified, Apache httpd 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
- in that column. <strong>Prior to Apache 2.0.23, this also
+ in that column. <strong>Prior to Apache HTTP Server 2.0.23, this also
disabled parsing the Query Arguments for the sort
string.</strong> That behavior is now controlled by <a
href="#indexoptions.ignoreclient"><code>IndexOptions
- IgnoreClient</code></a> in Apache 2.0.23.</dd>
+ IgnoreClient</code></a> in Apache HTTP Server 2.0.23.</dd>
<dt><a name="indexoptions.suppressdescription"
id="indexoptions.suppressdescription"
as usual.</dd>
<dt><a name="indexoptions.suppressicon"
- id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache
+ id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>This will suppress the icon in fancy indexing listings.
<dt><a name="indexoptions.suppressrules"
id="indexoptions.suppressrules">SuppressRules</a>
- (<em>Apache 2.0.23 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0.23 and later</em>)</dt>
<dd>This will suppress the horizontal rule lines (<code>hr</code>
elements) in directory listings. Combining both <code>SuppressIcon</code> and
<dd>This will suppress the file size in fancy indexing listings.</dd>
<dt><a name="indexoptions.trackmodified"
- id="indexoptions.trackmodified">TrackModified</a> (<em>Apache
+ id="indexoptions.trackmodified">TrackModified</a> (<em>Apache HTTP Server
2.0.23 and later</em>)</dt>
<dd>This returns the <code>Last-Modified</code> and <code>ETag</code>
<dt><a name="indexoptions.type"
id="indexoptions.type"
- >Type=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
+ >Type=<var>MIME content-type</var></a> (<em>Apache HTTP Server 2.0.61 and
later</em>)</dt>
<dd>The <code>Type</code> keyword allows you to
<dt><a name="indexoptions.versionsort"
id="indexoptions.versionsort">VersionSort</a>
- (<em>Apache 2.0a3 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0a3 and later</em>)</dt>
<dd>The <code>VersionSort</code> keyword causes files containing
version numbers to sort in a natural way. Strings are sorted as
<dt><a name="indexoptions.xhtml"
id="indexoptions.xhtml">XHTML</a>
- (<em>Apache 2.0.49 and later</em>)</dt>
+ (<em>Apache HTTP Server 2.0.49 and later</em>)</dt>
<dd>The <code>XHTML</code> keyword forces <module>mod_autoindex</module>
to emit XHTML 1.0 code instead of HTML 3.2.</dd>
-->
<dl><dt>Incremental IndexOptions</dt>
<dd>
- <p>Apache 1.3.3 introduced some significant changes in the
+ <p>Apache httpd 1.3.3 introduced some significant changes in the
handling of <directive>IndexOptions</directive> directives. In
particular:</p>