the best width.</dd>
<dd><samp>DescriptionWidth=n</samp> fixes the column width to n bytes wide.</dd>
<dd><samp>DescriptionWidth=*</samp> grows the column to the width necessary to
-accomodate the longest description string.</dd>
+accommodate the longest description string.</dd>
<dd><b>See the section on <a href="#adddescription"><samp>AddDescription</samp></a>
for dangers inherent in truncating descriptions.</b></dd>
<DT><A NAME="indexoptions:fancyindexing">FancyIndexing</A>
<DD>
<!--%plaintext <?INDEX {\tt SuppressColumnSorting} index option> -->
If specified, Apache will not make the column headings in a FancyIndexed
-directory listing into links for sorting. The default behaviour is
+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 disabled parsing the Query Arguments for the sort string.</STRONG>
-That behavior is now controled by <A HREF="#indexoptions:ignoreclient"
+That behavior is now controlled by <A HREF="#indexoptions:ignoreclient"
>IndexOptions IgnoreClient</A> in Apache 2.0.23.
<DT><A NAME="indexoptions:suppressdescription">SuppressDescription</A>
<DD>
value of the <A HREF="core.html#documentroot">DocumentRoot</A>
configuration variable.</p>
-<p>For an intruction to using CGI scripts with Apache, see our
+<p>For an introduction to using CGI scripts with Apache, see our
tutorial on <a href="../howto/cgi.html">Dynamic Content With CGI</a>.</p>
<p>When using a multi-threaded MPM under unix, the module <a
can fail in various ways, including:
</P>
- <SL>
+ <UL>
<LI>
The translation mechanism may return a bad return code, and the connection
will be aborted.
<LI>
The translation mechanism may silently place special characters (e.g., question
marks) in the output buffer when it cannot translate the input buffer.
- </SL>
+ </UL>
<HR>
file:</p>
<blockquote>
-<CODE>DavLockDB /tmp/DavLock </CODE><EM>(Any web-server writeable filename, without an extension)</EM>
+<CODE>DavLockDB /tmp/DavLock </CODE><EM>(Any web-server writable filename, without an extension)</EM>
</blockquote>
<PRE>
%t: The time the request was received in Universal Coordinated Time
since the epoch (Jan. 1, 1970) measured in microseconds. The
- value is preceeded by "t=".
+ value is preceded by "t=".
%D: The time from when the request was received to the time the
headers are sent on the wire. This is a measure of the
- duration of the request. The value is preceeded by "D=".
+ duration of the request. The value is preceded by "D=".
</PRE>
<p>When the <code>Header</code> directive is used with the
Defines the maximum size of the Read Ahead Buffer sent to
- ISAPI extentions when they are initally invoked. All
+ ISAPI extensions when they are initially invoked. All
remaining data must be retrieved using the ReadClient
callback; some ISAPI extensions may not support the
- ReadClient function. Refer questions to the ISAPI extention's
+ ReadClient function. Refer questions to the ISAPI extension's
author.
<P>
<HR>
REL="Help"
><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
- Logs all requests for unsupported features from ISAPI extentions
+ Logs all requests for unsupported features from ISAPI extensions
in the server error log. While this should be turned off once
all desired ISAPI modules are functioning, it defaults to on
to help administrators track down problems.
REL="Help"
><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
- Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions
+ Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions
to the server error log.
<P>
<HR>
REL="Help"
><STRONG>Compatibility:</STRONG></A> Apache 1.3.13 and later, Win32 only<P>
- Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extentions
+ Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions
to the query field (appended to the CustomLog %q component).
<P>
1.1.x a System V8 and for Apache 1.2.x and later a POSIX) <A
NAME="regexp">regular expression</A> which gets applied to the current
URL. Here ``current'' means the value of the URL when this rule gets
-applied. This may not be the originally requested URL, because no
-longer existingany number of rules may already have matched and made
+applied. This may not be the originally requested URL, because
+any number of rules may already have matched and made
alterations to it.
<P>