You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1998/05/20 16:13:08 UTC

cvs commit: apache-1.3/htdocs/manual/mod core.html mod_access.html mod_actions.html mod_alias.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_autoindex.html mod_browser.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_dll.html mod_env.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_mime_magic.html mod_mmap_static.html mod_negotiation.html mod_rewrite.html mod_setenvif.html mod_so.html mod_speling.html mod_status.html mod_userdir.html mod_usertrack.html

coar        98/05/20 07:13:08

  Modified:    htdocs/manual/mod core.html mod_access.html mod_actions.html
                        mod_alias.html mod_auth.html mod_auth_anon.html
                        mod_auth_db.html mod_auth_dbm.html
                        mod_autoindex.html mod_browser.html
                        mod_cern_meta.html mod_cgi.html mod_cookies.html
                        mod_digest.html mod_dir.html mod_dld.html
                        mod_dll.html mod_env.html mod_expires.html
                        mod_headers.html mod_imap.html mod_include.html
                        mod_log_agent.html mod_log_common.html
                        mod_log_config.html mod_log_referer.html
                        mod_mime.html mod_mime_magic.html
                        mod_mmap_static.html mod_negotiation.html
                        mod_rewrite.html mod_setenvif.html mod_so.html
                        mod_speling.html mod_status.html mod_userdir.html
                        mod_usertrack.html
  Log:
  	Some of my semi-regular HTML cleanup (tag ordering, B/I
  	replacement) and long-line (>80) shortening.  No thirty..
  
  Revision  Changes    Path
  1.119     +202 -150  apache-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- core.html	1998/05/20 05:03:31	1.118
  +++ core.html	1998/05/20 14:12:52	1.119
  @@ -88,7 +88,7 @@
   </UL>
   <HR>
   
  -<H2><A name="accessconfig">AccessConfig directive</A></H2>
  +<H2><A NAME="accessconfig">AccessConfig directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AccessConfig} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -117,7 +117,7 @@
   contain any server directive allowed in the <EM>server config</EM> context.
   <P><HR>
   
  -<H2><A name="accessfilename">AccessFileName directive</A></H2>
  +<H2><A NAME="accessfilename">AccessFileName directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AccessFileName} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -138,7 +138,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> AccessFileName can accept more than one filename only in Apache 1.3 and later<P>
  +><STRONG>Compatibility:</STRONG></A> AccessFileName can accept more than
  +one filename only in Apache 1.3 and later<P>
   
   When returning a document to the client the server looks for the first existing
   access control file from this list of names in every directory of the path to
  @@ -154,7 +155,7 @@
   AllowOverride None<BR>
   &lt;/Directory&gt;</CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="addmodule">AddModule directive</A></H2>
  +<H2><A NAME="addmodule">AddModule directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddModule} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -171,7 +172,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> AddModule is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> AddModule is only available in
  +Apache 1.2 and later<P>
   
   The server can have modules compiled in which are not actively in use.
   This directive can be used to enable the use of those modules.  The
  @@ -179,7 +181,7 @@
   be cleared with the <A HREF="#clearmodulelist">ClearModuleList</A>
   directive.<P><HR>
   
  -<H2><A name="allowoverride">AllowOverride directive</A></H2>
  +<H2><A NAME="allowoverride">AllowOverride directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AllowOverride} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -253,7 +255,7 @@
   <A HREF="mod_include.html#xbithack">XBitHack</A>).
   </DL><P><HR>
   
  -<H2><A name="authname">AuthName directive</A></H2>
  +<H2><A NAME="authname">AuthName directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthName} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -280,7 +282,7 @@
   <A HREF="mod_auth.html#authuserfile">AuthUserFile</A> and
   <A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A> to work.<P><HR>
   
  -<H2><A name="authtype">AuthType directive</A></H2>
  +<H2><A NAME="authtype">AuthType directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -307,7 +309,7 @@
   <A HREF="mod_auth.html#authuserfile">AuthUserFile</A> and
   <A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A> to work.<P><HR>
   
  -<H2><A name="bindaddress">BindAddress directive</A></H2>
  +<H2><A NAME="bindaddress">BindAddress directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt BindAddress} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -356,7 +358,7 @@
   
   <HR>
   
  -<H2><A name="bs2000authfile">BS2000AuthFile directive</A></H2>
  +<H2><A NAME="bs2000authfile">BS2000AuthFile directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt BS2000AuthFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -377,7 +379,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> BS2000AuthFile is only available for BS2000 machines, as of Apache 1.3 and later.<P>
  +><STRONG>Compatibility:</STRONG></A> BS2000AuthFile is only available for
  +BS2000 machines, as of Apache 1.3 and later.<P>
   
   The <CODE>BS2000AuthFile</CODE> directive is available for BS2000 hosts
   only. It must be used to define the password file which is used to
  @@ -396,7 +399,7 @@
   
   <HR>
   
  -<H2><A name="clearmodulelist">ClearModuleList directive</A></H2>
  +<H2><A NAME="clearmodulelist">ClearModuleList directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ClearModuleList} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -413,13 +416,14 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> ClearModuleList is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> ClearModuleList is only available in
  +Apache 1.2 and later<P>
   
   The server comes with a built-in list of active modules.  This
   directive clears the list.  It is assumed that the list will then be
   re-populated using the <A HREF="#addmodule">AddModule</A> directive.<P><HR>
   
  -<H2><A name="contentdigest">ContentDigest directive</A></H2>
  +<H2><A NAME="contentdigest">ContentDigest directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ContentDigest} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -432,7 +436,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Override"
    REL="Help"
  @@ -444,7 +449,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> ContentDigest is only available in Apache 1.1 and later<P>
  +><STRONG>Compatibility:</STRONG></A> ContentDigest is only available in
  +Apache 1.1 and later<P>
   
   This directive enables the generation of <CODE>Content-MD5</CODE> headers
   as defined in RFC1864 respectively RFC2068.<P>
  @@ -471,7 +477,7 @@
   
   <HR>
   
  -<H2><A name="coredumpdirectory">CoreDumpDirectory directive</A></H2>
  +<H2><A NAME="coredumpdirectory">CoreDumpDirectory directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt CoreDumpDirectory} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -497,7 +503,7 @@
   want a core dump for debugging, you can use this directive to place
   it in a different location.<P><HR>
   
  -<H2><A name="defaulttype">DefaultType directive</A></H2>
  +<H2><A NAME="defaulttype">DefaultType directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -510,7 +516,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Override"
    REL="Help"
  @@ -530,12 +537,13 @@
   would be appropriate for a directory which contained many gif images
   with filenames missing the .gif extension.<P><HR>
   
  -<H2><A name="directory">&lt;Directory&gt; directive</A></H2>
  +<H2><A NAME="directory">&lt;Directory&gt; directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Directory} section directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> &lt;Directory <EM>directory</EM>&gt; ... &lt;/Directory&gt; <BR>
  +><STRONG>Syntax:</STRONG></A> &lt;Directory <EM>directory</EM>&gt;
  + ... &lt;/Directory&gt; <BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -655,11 +663,12 @@
   
   <HR>
   
  -<H2><A name="directorymatch">&lt;DirectoryMatch&gt;</A></H2>
  +<H2><A NAME="directorymatch">&lt;DirectoryMatch&gt;</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> &lt;DirectoryMatch <EM>regex</EM>&gt; ... &lt;/DirectoryMatch&gt; <BR>
  +><STRONG>Syntax:</STRONG></A> &lt;DirectoryMatch <EM>regex</EM>&gt;
  + ... &lt;/DirectoryMatch&gt; <BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -673,7 +682,8 @@
    REL="Help"
   ><STRONG>Compatibility:</STRONG></A> Available in Apache 1.3 and later
   
  -<P>&lt;DirectoryMatch&gt; and &lt;/DirectoryMatch&gt; are used to enclose a group of
  +<P>&lt;DirectoryMatch&gt; and &lt;/DirectoryMatch&gt; are used to enclose a
  +group of
   directives which will apply only to the named directory and sub-directories
   of that directory, the same as <A
   HREF="#directory">&lt;Directory&gt;</A>. However, it takes as an
  @@ -729,7 +739,7 @@
   
   <P><HR>
   
  -<H2><A name="errordocument">ErrorDocument directive</A></H2>
  +<H2><A NAME="errordocument">ErrorDocument directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ErrorDocument} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -738,7 +748,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -793,12 +804,13 @@
   <P>See Also: <A HREF="../custom-error.html">documentation of customizable
   responses.</A><P><HR>
   
  -<H2><A name="errorlog">ErrorLog directive</A></H2>
  +<H2><A NAME="errorlog">ErrorLog directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ErrorLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog</CODE><BR>
  +><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog</CODE>
  +<BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  @@ -823,7 +835,8 @@
   if the system supports it.
   
   <P>
  -SECURITY: See the <A HREF="../misc/security_tips.html#serverroot">security tips</A>
  +SECURITY: See the
  +<A HREF="../misc/security_tips.html#serverroot">security tips</A>
   document for details on why your security could be compromised if
   the directory where logfiles are stored is writable by anyone other
   than the user that starts the server.
  @@ -831,7 +844,7 @@
   <P><STRONG>See also:</STRONG> <A HREF="#loglevel">LogLevel</A>
   <P><HR>
   
  -<H2><A name="files">&lt;Files&gt; directive</A></H2>
  +<H2><A NAME="files">&lt;Files&gt; directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -896,7 +909,7 @@
   
   <HR>
   
  -<H2><A name="filesmatch">&lt;FilesMatch&gt;</A></H2>
  +<H2><A NAME="filesmatch">&lt;FilesMatch&gt;</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -932,7 +945,7 @@
   
   <HR>
   
  -<H2><A name="group">Group directive</A></H2>
  +<H2><A NAME="group">Group directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Group} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -978,7 +991,7 @@
   SECURITY: See <A HREF="#user">User</A> for a discussion of the security
   considerations.<P><HR>
   
  -<H2><A name="hostnamelookups">HostNameLookups directive</A></H2>
  +<H2><A NAME="hostnamelookups">HostNameLookups directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt HostNameLookups} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -991,7 +1004,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -999,13 +1013,14 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> <CODE>double</CODE> available only in Apache
  +><STRONG>Compatibility:</STRONG></A> <CODE>double</CODE> available only in
  +Apache
   1.3 and above.<BR>
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> Default was <CODE>on</CODE> prior to Apache
  -1.3.<P>
  +><STRONG>Compatibility:</STRONG></A> Default was <CODE>on</CODE> prior to
  +Apache 1.3.<P>
   
   This directive enables DNS lookups so that host names can be logged (and
   passed to CGIs/SSIs in <CODE>REMOTE_HOST</CODE>).
  @@ -1036,7 +1051,7 @@
   provided in the <EM>/support</EM> directory, can be used to look up host names
   from logged IP addresses offline.<P><HR>
   
  -<H2><A name="identitycheck">IdentityCheck directive</A></H2>
  +<H2><A NAME="identitycheck">IdentityCheck directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt IdentityCheck} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1074,7 +1089,8 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> &lt;IfModule [!]<EM>module-name</EM>&gt; <EM>...</EM>
  +><STRONG>Syntax:</STRONG></A> &lt;IfModule [!]<EM>module-name</EM>&gt;
  + <EM>...</EM>
   &lt;/IfModule&gt;<BR>
   <A
    HREF="directive-dict.html#Default"
  @@ -1125,7 +1141,7 @@
   
   <P> <HR>
   
  -<H2><A name="include">Include directive</A></H2>
  +<H2><A NAME="include">Include directive</A></H2>
   <STRONG>Syntax: (Apache 1.2)</STRONG> Include <EM>filename</EM><BR>
   <A
    HREF="directive-dict.html#Context"
  @@ -1138,13 +1154,15 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> Include is only available in Apache 1.3 and later.
  +><STRONG>Compatibility:</STRONG></A> Include is only available in Apache 1.3
  +and later.
   <P>
  -This directive allows inclusion of other configuration files from within the server configuration files.
  +This directive allows inclusion of other configuration files from within the
  +server configuration files.
   
   <P> <HR>
   
  -<H2><A name="keepalive">KeepAlive directive</A></H2>
  +<H2><A NAME="keepalive">KeepAlive directive</A></H2>
   <STRONG>Syntax: (Apache 1.1)</STRONG> KeepAlive <EM>max-requests</EM><BR>
   <STRONG>Default: (Apache 1.1)</STRONG> <CODE>KeepAlive 5</CODE><BR>
   <STRONG>Syntax: (Apache 1.2)</STRONG> KeepAlive <EM>on/off</EM><BR>
  @@ -1176,7 +1194,7 @@
   persistent connections, "Off" to disable. See also the <A
   HREF="#maxkeepaliverequests">MaxKeepAliveRequests</A> directive.</P><HR>
   
  -<H2><A name="keepalivetimeout">KeepAliveTimeout directive</A></H2>
  +<H2><A NAME="keepalivetimeout">KeepAliveTimeout directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -1196,8 +1214,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> KeepAliveTimeout is only available in Apache
  -1.1 and later.<P>
  +><STRONG>Compatibility:</STRONG></A> KeepAliveTimeout is only available in
  +Apache 1.1 and later.<P>
   
   The number of seconds Apache will wait for a subsequent request before
   closing the connection. Once a request has been received, the timeout
  @@ -1206,7 +1224,7 @@
   applies.
   <HR>
   
  -<H2><A name="limit">&lt;Limit&gt; directive</A></H2>
  +<H2><A NAME="limit">&lt;Limit&gt; directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Limit} section directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1240,7 +1258,7 @@
   <STRONG>If you wish to limit all methods, do not include any
   &lt;Limit&gt; directive at all.</STRONG> <P><HR>
   
  -<H2><A name="listen">Listen directive</A></H2>
  +<H2><A NAME="listen">Listen directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -1303,7 +1321,8 @@
   <STRONG>See Also:</STRONG>
   <A HREF="../bind.html">Setting which addresses and ports Apache uses</A><BR>
   <STRONG>See Also:</STRONG>
  -<A HREF="http//www.apache.org/info/known_bugs.html#listenbug">Known Bugs</A></P>
  +<A HREF="http://www.apache.org/info/known_bugs.html#listenbug">Known Bugs</A>
  +</P>
   <HR>
   
   <H2><A NAME="listenbacklog">ListenBacklog directive</A></H2>
  @@ -1334,7 +1353,7 @@
   to increase this when under a TCP SYN flood attack.  See
   the backlog parameter to the <CODE>listen(2)</CODE> system call.</P><HR>
   
  -<H2><A name="location">&lt;Location&gt; directive</A></H2>
  +<H2><A NAME="location">&lt;Location&gt; directive</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1364,17 +1383,17 @@
   &lt;Directory&gt; sections and <CODE>.htaccess</CODE> files are
   read, and after the &lt;Files&gt; sections.</P>
   
  -<p>Note that URLs do not have to line up with the filesystem at all,
  +<P>Note that URLs do not have to line up with the filesystem at all,
   it should be emphasized that &lt;Location&gt; operates completely outside
   the filesystem.
   
  -<p>For all origin (non-proxy) requests, the URL to be matched is
  -of the form <code>/path/</code>, and you should not include any
  -<code>http://servername</code> prefix.  For proxy requests, the URL
  -to be matched is of the form <code>scheme://servername/path</code>,
  +<P>For all origin (non-proxy) requests, the URL to be matched is
  +of the form <CODE>/path/</CODE>, and you should not include any
  +<CODE>http://servername</CODE> prefix.  For proxy requests, the URL
  +to be matched is of the form <CODE>scheme://servername/path</CODE>,
   and you must include the prefix.
   
  -<p>The URL may use wildcards In a wild-card string, `?' matches any
  +<P>The URL may use wildcards In a wild-card string, `?' matches any
   single character, and `*' matches any sequences of characters.
   
   <P><STRONG>Apache 1.2 and above:</STRONG>
  @@ -1391,11 +1410,12 @@
   "/special/data".  In Apache 1.3 and above, a new directive
   <A HREF="#locationmatch">&lt;LocationMatch&gt;</A> exists which
   behaves identical to the regex version of
  -<code>&lt;Location&gt;</code>.
  +<CODE>&lt;Location&gt;</CODE>.
   
   <P>The <CODE>Location</CODE> functionality is especially useful when
   combined with the <CODE><A
  -HREF="mod_mime.html#sethandler">SetHandler</A></CODE> directive. For example, to enable status requests, but allow them only
  +HREF="mod_mime.html#sethandler">SetHandler</A></CODE> directive. For example,
  +to enable status requests, but allow them only
   from browsers at foo.com, you might use:
   
   <PRE>
  @@ -1407,22 +1427,23 @@
       &lt;/Location&gt;
   </PRE>
   
  -<p><strong>Apache 1.3 and above note about / (slash)</strong>:  The slash character has special
  +<P><STRONG>Apache 1.3 and above note about / (slash)</STRONG>:  The slash
  +character has special
   meaning depending on where in a URL it appears.  People may be used
   to its behaviour in the filesystem where multiple adjacent slashes are
  -frequently collapsed to a single slash (i.e. <code>/home///foo</code>
  -is the same as <code>/home/foo</code>).  In URL-space this is not
  -necessarily true.  The <code>&lt;LocationMatch&gt;</code> directive
  -and the regex version of <code>&lt;Location&gt;</code> require you
  +frequently collapsed to a single slash (i.e. <CODE>/home///foo</CODE>
  +is the same as <CODE>/home/foo</CODE>).  In URL-space this is not
  +necessarily true.  The <CODE>&lt;LocationMatch&gt;</CODE> directive
  +and the regex version of <CODE>&lt;Location&gt;</CODE> require you
   to explicitly specify multiple slashes if that is your intention.
  -For example, <code>&lt;LocationMatch ^/abc&gt;</code> would match the
  -request URL <code>/abc</code> but not the request URL <code>//abc</code>.
  -The (non-regex) <code>&lt;Location&gt;</code> directive behaves
  +For example, <CODE>&lt;LocationMatch ^/abc&gt;</CODE> would match the
  +request URL <CODE>/abc</CODE> but not the request URL <CODE>//abc</CODE>.
  +The (non-regex) <CODE>&lt;Location&gt;</CODE> directive behaves
   similarly when used for proxy requests.  But when (non-regex)
  -<code>&lt;Location&gt;</code> is used for non-proxy requests it will
  +<CODE>&lt;Location&gt;</CODE> is used for non-proxy requests it will
   implicitly match multiple slashes with a single slash.  For example,
  -if you specify <code>&lt;Location /abc/def&gt;</code> and the request
  -is to <code>/abc//def</code> then it will match.
  +if you specify <CODE>&lt;Location /abc/def&gt;</CODE> and the request
  +is to <CODE>/abc//def</CODE> then it will match.
   
   <P>
   <STRONG>See also</STRONG>: <A HREF="../sections.html">How Directory,
  @@ -1431,7 +1452,7 @@
   
   <HR>
   
  -<H2><A name="locationmatch">&lt;LocationMatch&gt;</A></H2>
  +<H2><A NAME="locationmatch">&lt;LocationMatch&gt;</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1524,7 +1545,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> LogLevel is only available in 1.3 or later.
  +><STRONG>Compatibility:</STRONG></A> LogLevel is only available in 1.3 or
  +later.
   
   <P>LogLevel adjusts the verbosity of the messages recorded in the
   error logs (see <A HREF="#errorlog">ErrorLog</A> directive).
  @@ -1555,7 +1577,8 @@
     <TR><TD><TD>"httpd: caught SIGBUS, attempting to dump core in ..."
     <TR><TD><CODE>info</CODE>
         <TD>Informational.
  -  <TR><TD><TD>"Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)..."
  +  <TR><TD><TD>"Server seems busy, (you may need to increase StartServers, or
  +              Min/MaxSpareServers)..."
     <TR><TD><CODE>debug</CODE>
         <TD>Debug-level messages
     <TR><TD><TD>"Opening config file ..."
  @@ -1569,7 +1592,7 @@
   Using a level of at least <CODE>crit</CODE> is recommended.
   <P><HR>
   
  -<H2><A name="maxclients">MaxClients directive</A></H2>
  +<H2><A NAME="maxclients">MaxClients directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt MaxClients} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1593,7 +1616,7 @@
   processes will be created.  To configure more than 256 clients, you must
   edit the HARD_SERVER_LIMIT entry in httpd.h and recompile.<P><HR>
   
  -<H2><A name="maxkeepaliverequests">MaxKeepAliveRequests directive</A></H2>
  +<H2><A NAME="maxkeepaliverequests">MaxKeepAliveRequests directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -1622,7 +1645,7 @@
   allowed. We recommend that this setting be kept to a high value for
   maximum server performance.</P><HR>
   
  -<H2><A name="maxrequestsperchild">MaxRequestsPerChild directive</A></H2>
  +<H2><A NAME="maxrequestsperchild">MaxRequestsPerChild directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt MaxRequestsPerChild} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1654,7 +1677,7 @@
   number of processes when the server load reduces.
   </UL><P><HR>
   
  -<H2><A name="maxspareservers">MaxSpareServers directive</A></H2>
  +<H2><A NAME="maxspareservers">MaxSpareServers directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt MaxSpareServers} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1689,7 +1712,7 @@
   See also <A HREF="#minspareservers">MinSpareServers</A> and
   <A HREF="#startservers">StartServers</A>.<P><HR>
   
  -<H2><A name="minspareservers">MinSpareServers directive</A></H2>
  +<H2><A NAME="minspareservers">MinSpareServers directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt MinSpareServers} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1723,7 +1746,7 @@
   See also <A HREF="#maxspareservers">MaxSpareServers</A> and
   <A HREF="#startservers">StartServers</A>.<P><HR>
   
  -<H2><A name="namevirtualhost">NameVirtualHost directive</A></H2>
  +<H2><A NAME="namevirtualhost">NameVirtualHost directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt NameVirtualHost} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1740,7 +1763,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> NameVirtualHost is only available in Apache 1.3 and later<P>
  +><STRONG>Compatibility:</STRONG></A> NameVirtualHost is only available in
  +Apache 1.3 and later<P>
   
   The NameVirtualHost directive is a required directive if you want to configure
   <A HREF="../vhosts/index.html">name-based virtual hosts</A>.<P>
  @@ -1754,10 +1778,10 @@
   name-based virtual host names resolve.  If you have multiple name-based
   hosts on multiple addresses, repeat the directive for each address.<P>
   
  -Note: the "main server" and any _default_ servers will <b>never</b>
  +Note: the "main server" and any _default_ servers will <STRONG>never</STRONG>
   be served for a request to a NameVirtualHost IP Address (unless for some
   reason you specify NameVirtualHost but then don't define any VirtualHosts
  -for that address).<p>
  +for that address).<P>
   
   Optionally you can specify a port number on which the name-based
   virtual hosts should be used, e.g.
  @@ -1767,7 +1791,7 @@
   <STRONG>See also:</STRONG>
   <A HREF="../vhosts/index.html">Apache Virtual Host documentation</A>
   
  -<H2><A name="options">Options directive</A></H2>
  +<H2><A NAME="options">Options directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Options} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1776,7 +1800,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Override"
    REL="Help"
  @@ -1802,7 +1827,8 @@
   <DD>
   <!--%plaintext &lt;?INDEX {\tt FollowSymLinks} option&gt; -->
   The server will follow symbolic links in this directory.
  -<STRONG>Note</STRONG>: even though the server follows the symlink it does <EM>not</EM>
  +<STRONG>Note</STRONG>: even though the server follows the symlink it
  +does <EM>not</EM>
   change the pathname used to match against <CODE>&lt;Directory&gt;</CODE>
   sections.
   <DT>Includes
  @@ -1865,13 +1891,14 @@
   then the options <CODE>FollowSymLinks</CODE> and <CODE>Includes</CODE>
   are set for the /web/docs/spec directory.<P>
   
  -<STRONG>Note:</STRONG> Using <CODE>-IncludesNOEXEC</CODE> or <CODE>-Includes</CODE>
  +<STRONG>Note:</STRONG> Using <CODE>-IncludesNOEXEC</CODE> or
  +<CODE>-Includes</CODE>
   disables server-side includes completely regardless of the previous setting.<P>
   
   The default in the absence of any other settings is <CODE>All</CODE>.<P>
   <HR>
   
  -<H2><A name="pidfile">PidFile directive</A></H2>
  +<H2><A NAME="pidfile">PidFile directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt PidFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1905,7 +1932,7 @@
   
   <P><HR>
   
  -<H2><A name="port">Port directive</A></H2>
  +<H2><A NAME="port">Port directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Port} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -1924,7 +1951,8 @@
    REL="Help"
   ><STRONG>Status:</STRONG></A> core<P>
   
  -<EM>Number</EM> is a number from 0 to 65535; some port numbers (especially below
  +<EM>Number</EM> is a number from 0 to 65535; some port numbers
  +(especially below
   1024) are reserved for particular protocols. See <CODE>/etc/services</CODE>
   for a list of some defined ports; the standard port for the http protocol
   is 80.<P>
  @@ -1978,7 +2006,7 @@
   root whilst handling connections, your site may be open to a major security
   attack.<P><HR>
   
  -<H2><A name="require">require directive</A></H2>
  +<H2><A NAME="require">require directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt require} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2027,7 +2055,7 @@
   <A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A> (to define users and
   groups) in order to work correctly.<P><HR>
   
  -<H2><A name="resourceconfig">ResourceConfig directive</A></H2>
  +<H2><A NAME="resourceconfig">ResourceConfig directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ResourceConfig} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2058,16 +2086,19 @@
   
   See also <A HREF="#accessconfig">AccessConfig</A>.<P><HR>
   
  -<H2><A name="rlimit">RLimitCPU</A> <A NAME="rlimitcpu">directive</A></H2>
  +<H2><A NAME="rlimit">RLimitCPU</A> <A NAME="rlimitcpu">directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt RLimitCPU} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
  +><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM>
  + <EM>[# or 'max']</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
  +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -2079,29 +2110,33 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> RLimitCPU is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> RLimitCPU is only available in Apache 1.2
  +and later<P>
   
  -Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
  -processes and the second parameter sets the maximum resource limit. Either parameter
  -can be a number, or <EM>max</EM> to indicate to the server that the limit should
  -be set to the maximum allowed by the operating system configuration. Raising the
  -maximum resource limit requires that the server is running as root, or in the initial
  -startup phase.<P>
  +Takes 1 or 2 parameters. The first parameter sets the soft resource limit
  +for all processes and the second parameter sets the maximum resource limit.
  +Either parameter can be a number, or <EM>max</EM> to indicate to the server
  +that the limit should be set to the maximum allowed by the operating system
  +configuration. Raising the maximum resource limit requires that the server
  +is running as root, or in the initial startup phase.<P>
   
   CPU resource limits are expressed in seconds per process.<P>
   
  -See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitnproc">RLimitNPROC</A>.<P><HR>
  +See also <A HREF="#rlimitmem">RLimitMEM</A> or
  +<A HREF="#rlimitnproc">RLimitNPROC</A>.<P><HR>
   
  -<H2><A name="rlimitmem">RLimitMEM directive</A></H2>
  +<H2><A NAME="rlimitmem">RLimitMEM directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt RLimitMEM} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
  +><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM>
  + <EM>[# or 'max']</EM><BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
  +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -2113,29 +2148,33 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> RLimitMEM is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> RLimitMEM is only available in Apache 1.2
  +and later<P>
   
  -Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
  -processes and the second parameter sets the maximum resource limit. Either parameter
  -can be a number, or <EM>max</EM> to indicate to the server that the limit should
  -be set to the maximum allowed by the operating system configuration. Raising the
  -maximum resource limit requires that the server is running as root, or in the initial
  -startup phase.<P>
  +Takes 1 or 2 parameters. The first parameter sets the soft resource limit for
  +all processes and the second parameter sets the maximum resource limit. Either
  +parameter can be a number, or <EM>max</EM> to indicate to the server that the
  +limit should be set to the maximum allowed by the operating system
  +configuration. Raising the maximum resource limit requires that the
  +server is running as root, or in the initial startup phase.<P>
   
   Memory resource limits are expressed in bytes per process.<P>
   
  -See also <A HREF="#rlimitcpu">RLimitCPU</A> or <A HREF="#rlimitnproc">RLimitNPROC</A>.<P><HR>
  +See also <A HREF="#rlimitcpu">RLimitCPU</A> or
  +<A HREF="#rlimitnproc">RLimitNPROC</A>.<P><HR>
   
  -<H2><A name="rlimitnproc">RLimitNPROC directive</A></H2>
  +<H2><A NAME="rlimitnproc">RLimitNPROC directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt RLimitNPROC} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM> <EM>[# or 'max']</EM><BR>
  +><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM>
  + <EM>[# or 'max']</EM><BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM><BR>
  +><STRONG>Default:</STRONG></A> <EM>Unset; uses operating system defaults</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -2147,27 +2186,30 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> RLimitNPROC is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> RLimitNPROC is only available in Apache
  +1.2 and later<P>
   
  -Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all
  -processes and the second parameter sets the maximum resource limit. Either parameter
  -can be a number, or <EM>max</EM> to indicate to the server that the limit should
  -be set to the maximum allowed by the operating system configuration. Raising the
  -maximum resource limit requires that the server is running as root, or in the initial
  -startup phase.<P>
  +Takes 1 or 2 parameters. The first parameter sets the soft resource limit
  +for all processes and the second parameter sets the maximum resource limit.
  +Either parameter can be a number, or <EM>max</EM> to indicate to the server
  +that the limit should be set to the maximum allowed by the operating system
  +configuration. Raising the maximum resource limit requires that the server
  +is running as root, or in the initial startup phase.<P>
   
   Process limits control the number of processes per user.<P>
   
  -Note: If CGI processes are <STRONG>not</STRONG> running under userids other than the
  +Note: If CGI processes are <STRONG>not</STRONG> running under userids other
  +than the
   web server userid, this directive will limit the number of processes that the
   server itself can create. Evidence of this situation will be indicated by
   <STRONG><EM>cannot fork</EM></STRONG> messages in the error_log.<P>
   
  -See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="#rlimitcpu">RLimitCPU</A>.
  +See also <A HREF="#rlimitmem">RLimitMEM</A> or
  +<A HREF="#rlimitcpu">RLimitCPU</A>.
   
   <P><HR>
   
  -<H2><A name="satisfy">Satisfy directive</A></H2>
  +<H2><A NAME="satisfy">Satisfy directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Satisfy} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2188,7 +2230,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> Satisfy is only available in Apache 1.2 and later<P>
  +><STRONG>Compatibility:</STRONG></A> Satisfy is only available in Apache 1.2
  +and later<P>
   
   Access policy if both allow and require used. The parameter can be
   either <EM>'all'</EM> or <EM>'any'</EM>. This directive is only useful
  @@ -2204,7 +2247,7 @@
   
   <P><HR>
   
  -<H2><A name="scoreboardfile">ScoreBoardFile directive</A></H2>
  +<H2><A NAME="scoreboardfile">ScoreBoardFile directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ScoreBoardFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2213,7 +2256,8 @@
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> <CODE>ScoreBoardFile logs/apache_status</CODE><BR>
  +><STRONG>Default:</STRONG></A> <CODE>ScoreBoardFile logs/apache_status</CODE>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -2255,7 +2299,7 @@
   
   <P><HR>
   
  -<H2><A name="sendbuffersize">SendBufferSize directive</A></H2>
  +<H2><A NAME="sendbuffersize">SendBufferSize directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt SendBufferSize} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2276,7 +2320,7 @@
   fast pipes)
   <P><HR>
   
  -<H2><A name="serveradmin">ServerAdmin directive</A></H2>
  +<H2><A NAME="serveradmin">ServerAdmin directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ServerAdmin} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2298,7 +2342,7 @@
   <BLOCKQUOTE><CODE>ServerAdmin www-admin@foo.bar.com</CODE></BLOCKQUOTE>
   as users do not always mention that they are talking about the server!<P><HR>
   
  -<H2><A name="serveralias">ServerAlias directive</A></H2>
  +<H2><A NAME="serveralias">ServerAlias directive</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2327,12 +2371,13 @@
   
   <HR>
   
  -<H2><A name="servername">ServerName directive</A></H2>
  +<H2><A NAME="servername">ServerName directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ServerName} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM><BR>
  +><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -2355,7 +2400,7 @@
   </P>
   <HR>
   
  -<H2><A name="serverpath">ServerPath directive</A></H2>
  +<H2><A NAME="serverpath">ServerPath directive</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2383,7 +2428,7 @@
   
   <HR>
   
  -<H2><A name="serverroot">ServerRoot directive</A></H2>
  +<H2><A NAME="serverroot">ServerRoot directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ServerRoot} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2426,7 +2471,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +.htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -2434,7 +2480,8 @@
   <A
    HREF="directive-dict.html#Compatibility"
    REL="Help"
  -><STRONG>Compatibility:</STRONG></A> ServerSignature is only available in Apache
  +><STRONG>Compatibility:</STRONG></A> ServerSignature is only available in
  +Apache
   1.3 and later.<P>
   
   The ServerSignature directive allows the configuration of a trailing
  @@ -2454,7 +2501,7 @@
   
   <HR>
   
  -<H2><A name="servertokens">ServerTokens directive</A></H2>
  +<H2><A NAME="servertokens">ServerTokens directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ServerTokens} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2490,7 +2537,8 @@
    </DD>
    <DT><CODE>ServerTokens Full</CODE> (or not specified)
    </DT>
  - <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (UNIX) PHP/3.0 MyMod/1.2</SAMP>
  + <DD>Server sends (e.g.): <SAMP>Server: Apache/1.3.0 (UNIX) PHP/3.0
  +  MyMod/1.2</SAMP>
    </DD>
   </DL>
   <P>
  @@ -2504,7 +2552,7 @@
   
   <HR>
   
  -<H2><A name="servertype">ServerType directive</A></H2>
  +<H2><A NAME="servertype">ServerType directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ServerType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2548,7 +2596,7 @@
   subsequent connections. If you intend running Apache to serve a busy site,
   standalone will probably be your only option.<P>
   
  -<H2><A name="startservers">StartServers directive</A></H2>
  +<H2><A NAME="startservers">StartServers directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt StartServers} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2584,7 +2632,7 @@
   See also <A HREF="#minspareservers">MinSpareServers</A> and
   <A HREF="#maxspareservers">MaxSpareServers</A>.<P><HR>
   
  -<H2><A name="threadsperchild">ThreadsPerChild</A></H2>
  +<H2><A NAME="threadsperchild">ThreadsPerChild</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -2615,7 +2663,7 @@
   
   <HR>
   
  -<H2><A name="timeout">TimeOut directive</A></H2>
  +<H2><A NAME="timeout">TimeOut directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt TimeOut} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2654,18 +2702,20 @@
   
   <P><HR>
   
  -<H2><A name="usecanonicalname">UseCanonicalName directive</A></H2>
  +<H2><A NAME="usecanonicalname">UseCanonicalName directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt UseCanonicalName} directive&gt; -->
   <A HREF="directive-dict.html#Syntax" REL="Help">
   <STRONG>Syntax:</STRONG></A> UseCanonicalName <EM>on|off</EM><BR>
   <A HREF="directive-dict.html#Default" REL="Help">
   <STRONG>Default:</STRONG></A> <CODE>UseCanonicalName on</CODE><BR>
   <A HREF="directive-dict.html#Context" REL="Help">
  -<STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +<STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
  +<BR>
   <A HREF="directive-dict.html#Override" REL="Help">
   <STRONG>Override:</STRONG></A> AuthConfig<BR>
   <A HREF="directive-dict.html#Compatibility" REL="Help">
  -<STRONG>Compatibility:</STRONG></A> UseCanonicalName is only available in Apache 1.3 and later<P>
  +<STRONG>Compatibility:</STRONG></A> UseCanonicalName is only available in
  +Apache 1.3 and later<P>
   
   In many situations Apache has to construct a <EM>self-referential</EM>
   URL.  That is, a URL which refers back to the same server.
  @@ -2707,7 +2757,7 @@
   
   <P><HR>
   
  -<H2><A name="user">User directive</A></H2>
  +<H2><A NAME="user">User directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt User} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -2758,12 +2808,13 @@
   <CODE>root</CODE> unless you know exactly what you are doing, and what the
   dangers are.<P><HR>
   
  -<H2><A name="virtualhost">&lt;VirtualHost&gt; directive</A></H2>
  +<H2><A NAME="virtualhost">&lt;VirtualHost&gt; directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt VirtualHost} section directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> &lt;VirtualHost <EM>addr</EM>[:<EM>port</EM>] ...&gt; ...
  +><STRONG>Syntax:</STRONG></A> &lt;VirtualHost <EM>addr</EM>[:<EM>port</EM>]
  + ...&gt; ...
   &lt;/VirtualHost&gt; <BR>
   <A
    HREF="directive-dict.html#Context"
  @@ -2805,7 +2856,8 @@
   &lt;/VirtualHost&gt;
   </CODE></BLOCKQUOTE>
   
  -Each VirtualHost must correspond to a different IP address, different port number or a
  +Each VirtualHost must correspond to a different IP address, different port
  +number or a
   different host name for the server, in the latter case the server
   machine must be configured to accept IP packets for multiple
   addresses. (If the machine does not have multiple network interfaces,
  
  
  
  1.16      +7 -5      apache-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_access.html	1998/02/05 20:04:38	1.15
  +++ mod_access.html	1998/05/20 14:12:52	1.16
  @@ -31,7 +31,7 @@
   <HR>
   
   
  -<H2><A name="allow">allow directive</A></H2>
  +<H2><A NAME="allow">allow directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt allow} directive&gt; -->
   <A
  @@ -92,7 +92,8 @@
   </P>
   
   <P>
  -<A name="allowfromenv"><STRONG>Syntax:</STRONG> allow from env=<EM>variablename</EM></A><BR>
  +<A NAME="allowfromenv"><STRONG>Syntax:</STRONG> allow from
  + env=<EM>variablename</EM></A><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -137,7 +138,7 @@
   </P>
   <HR>
   
  -<H2><A name="deny">deny directive</A></H2>
  +<H2><A NAME="deny">deny directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt deny} directive&gt; -->
   <A
  @@ -197,7 +198,8 @@
   </P>
   
   <P>
  -<A name="denyfromenv"><STRONG>Syntax:</STRONG> deny from env=<EM>variablename</EM></A><BR>
  +<A NAME="denyfromenv"><STRONG>Syntax:</STRONG> deny from
  + env=<EM>variablename</EM></A><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -243,7 +245,7 @@
   </P>
   <HR>
   
  -<H2><A name="order">order directive</A></H2>
  +<H2><A NAME="order">order directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt order} directive&gt; -->
   <A
  
  
  
  1.9       +4 -3      apache-1.3/htdocs/manual/mod/mod_actions.html
  
  Index: mod_actions.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_actions.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_actions.html	1998/02/05 20:04:38	1.8
  +++ mod_actions.html	1998/05/20 14:12:52	1.9
  @@ -34,7 +34,7 @@
   
   <HR>
   
  -<H2><A name="action">Action directive</A></H2>
  +<H2><A NAME="action">Action directive</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
  @@ -43,7 +43,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  + .htaccess<BR>
   <A
    HREF="directive-dict.html#Override"
    REL="Help"
  @@ -70,7 +71,7 @@
   </P>
   <HR>
   
  -<H2><A name="script">Script directive</A></H2>
  +<H2><A NAME="script">Script directive</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.20      +27 -20    apache-1.3/htdocs/manual/mod/mod_alias.html
  
  Index: mod_alias.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_alias.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_alias.html	1998/02/26 07:01:12	1.19
  +++ mod_alias.html	1998/05/20 14:12:53	1.20
  @@ -35,7 +35,7 @@
   <HR>
   
   
  -<H2><A name="alias">Alias directive</A></H2>
  +<H2><A NAME="alias">Alias directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt Alias} directive&gt; -->
   <A
  @@ -74,13 +74,13 @@
   if you use <CODE>Alias /icons/ /usr/local/apache/icons/</CODE> then
   the url <CODE>/icons</CODE> will not be aliased.
   </P>
  -<p>
  +<P>
   Note that you may need to specify additional
  -<a href="core.html#directory"><code>&lt;Directory&gt;</code></a> sections
  -which cover the <i>destination</i> of aliases.  Aliasing occurs
  -before <code>&lt;Directory&gt;</code> sections are checked, so only
  +<A HREF="core.html#directory"><CODE>&lt;Directory&gt;</CODE></A> sections
  +which cover the <EM>destination</EM> of aliases.  Aliasing occurs
  +before <CODE>&lt;Directory&gt;</CODE> sections are checked, so only
   the destination of aliases are affected.  (Note however
  -<a href="core.html#location"><code>&lt;Location&gt;</code></a>
  +<A HREF="core.html#location"><CODE>&lt;Location&gt;</CODE></A>
   sections are run through once before aliases are performed, so they
   will apply.)
   <P>
  @@ -88,7 +88,7 @@
   </P>
   <HR>
   
  -<H2><A name="aliasmatch">AliasMatch</A></H2>
  +<H2><A NAME="aliasmatch">AliasMatch</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
  @@ -125,17 +125,19 @@
   
   <HR>
   
  -<H2><A name="redirect">Redirect directive</A></H2>
  +<H2><A NAME="redirect">Redirect directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ] <EM>url-path url</EM><BR>
  +><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ]
  + <EM>url-path url</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  + .htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -204,12 +206,13 @@
   </P>
   <HR>
   
  -<H2><A name="redirectmatch">RedirectMatch</A></H2>
  +<H2><A NAME="redirectmatch">RedirectMatch</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM><BR>
  +><STRONG>Syntax:</STRONG></A> RedirectMatch [<EM>status</EM> <EM>regex url</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -242,7 +245,7 @@
   
   <HR>
   
  -<H2><A name="redirecttemp">RedirectTemp directive</A></H2>
  +<H2><A NAME="redirecttemp">RedirectTemp directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
   <A
  @@ -252,7 +255,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  + .htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -273,7 +277,7 @@
   </P>
   <HR>
   
  -<H2><A name="redirectperm">RedirectPermanent directive</A></H2>
  +<H2><A NAME="redirectperm">RedirectPermanent directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
   <A
  @@ -283,7 +287,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  + .htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  @@ -303,13 +308,14 @@
   </P>
   <HR>
   
  -<H2><A name="scriptalias">ScriptAlias directive</A></H2>
  +<H2><A NAME="scriptalias">ScriptAlias directive</A></H2>
   <P>
   <!--%plaintext &lt;?INDEX {\tt ScriptAlias} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>url-path directory-filename</EM><BR>
  +><STRONG>Syntax:</STRONG></A> ScriptAlias <EM>url-path directory-filename</EM>
  +<BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -340,12 +346,13 @@
   
   <HR>
   
  -<H2><A name="scriptaliasmatch">ScriptAliasMatch</A></H2>
  +<H2><A NAME="scriptaliasmatch">ScriptAliasMatch</A></H2>
   <P>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> ScriptAliasMatch <EM>regex directory-filename</EM><BR>
  +><STRONG>Syntax:</STRONG></A> ScriptAliasMatch
  + <EM>regex directory-filename</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  
  
  
  1.15      +4 -2      apache-1.3/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_auth.html	1998/02/05 22:33:54	1.14
  +++ mod_auth.html	1998/05/20 14:12:53	1.15
  @@ -122,7 +122,8 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AuthAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
  +><STRONG>Syntax:</STRONG></A> AuthAuthoritative &lt;
  + <STRONG> on</STRONG>(default) | off &gt; <BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -172,7 +173,8 @@
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> By default; control is not passed on; and an unknown
  +><STRONG>Default:</STRONG></A> By default; control is not passed on; and an
  + unknown
   userID or rule will result in an Authorization Required reply. Not
   setting it thus keeps the system secure; and forces an NSCA compliant
   behaviour.
  
  
  
  1.19      +20 -16    apache-1.3/htdocs/manual/mod/mod_auth_anon.html
  
  Index: mod_auth_anon.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_anon.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_auth_anon.html	1998/02/05 20:04:40	1.18
  +++ mod_auth_anon.html	1998/05/20 14:12:53	1.19
  @@ -40,7 +40,7 @@
   <A HREF="#Sourcecode">Sourcecode</A>
   <P>
   
  -<H2><A name="Directives">Directives</A></H2>
  +<H2><A NAME="Directives">Directives</A></H2>
   <UL>
   <LI><A HREF="#anonymous">Anonymous</A>
   <LI><A HREF="#Authoritative">Anonymous_Authoritative</A>
  @@ -52,7 +52,7 @@
   
   <HR>
   
  -<H2><A name="anonymous">Anonymous directive</A></H2>
  +<H2><A NAME="anonymous">Anonymous directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Anonymous} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -98,7 +98,7 @@
           'I Don't Know'.
   <HR>
   
  -<H2><A name="Authoritative">Anonymous_Authoritative directive</A></H2>
  +<H2><A NAME="Authoritative">Anonymous_Authoritative directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -135,7 +135,7 @@
           in which the Authorization modules are queried.
   <HR>
   
  -<H2><A name="LogEmail">Anonymous_LogEmail directive</A></H2>
  +<H2><A NAME="LogEmail">Anonymous_LogEmail directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -165,12 +165,13 @@
           contains a sensible email address) is logged in the httpd-log file.
   <HR>
   
  -<H2><A name="MustGiveEmail">Anonymous_MustGiveEmail directive</A></H2>
  +<H2><A NAME="MustGiveEmail">Anonymous_MustGiveEmail directive</A></H2>
   <!--%plaintext &lt;?INDEX {\tt Anonymous_MustGiveEmail} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM> | <EM>off</EM><BR>
  +><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM>
  + | <EM>off</EM><BR>
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  @@ -196,7 +197,7 @@
           address as the password.  This prohibits blank passwords.
   <HR>
   
  -<H2><A name="NoUserID">Anonymous_NoUserID directive</A></H2>
  +<H2><A NAME="NoUserID">Anonymous_NoUserID directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -230,7 +231,7 @@
   
   <HR>
   
  -<H2><A name="VerifyEmail">Anonymous_VerifyEmail directive</A></H2>
  +<H2><A NAME="VerifyEmail">Anonymous_VerifyEmail directive</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -261,7 +262,7 @@
           valid email addresses (see the above <CODE>Auth_LogEmail</CODE>).
   
   <HR>
  -<H2><A name="Example">Example</A></H2>
  +<H2><A NAME="Example">Example</A></H2>
   
   The example below (when combined with the Auth directives
   of a htpasswd-file based (or GDM, mSQL <EM>etc.</EM>) base access
  @@ -271,10 +272,11 @@
   <LI>
   It insists that the user enters a userId. (<CODE>Anonymous_NoUserId</CODE>)
   <LI>
  -It insists that the user enters a password. (<CODE>Anonymous_MustGiveEmail</CODE>)
  +It insists that the user enters a password.
  +(<CODE>Anonymous_MustGiveEmail</CODE>)
   <LI>
  -The password entered must be a valid email address, ie. contain at least one '@' and a '.'.
  -(<CODE>Anonymous_VerifyEmail</CODE>)
  +The password entered must be a valid email address, ie. contain at least one
  +'@' and a '.'. (<CODE>Anonymous_VerifyEmail</CODE>)
   <LI>
   The userID must be one of <CODE>anonymous guest www test welcome</CODE>
   and comparison is <STRONG>not</STRONG> case sensitive.
  @@ -309,12 +311,12 @@
   
   
   <HR>
  -<H2><A name="CompileTimeOptions">Compile Time Options</A></H2>
  +<H2><A NAME="CompileTimeOptions">Compile Time Options</A></H2>
   
   Currently there are no Compile options.
   
   <HR>
  -<H2><A name="RevisionHistory">Revision History</A></H2>
  +<H2><A NAME="RevisionHistory">Revision History</A></H2>
   
   This version: 23 Nov 1995, 24 Feb 1996, 16 May 1996.
   
  @@ -332,11 +334,13 @@
   
   
   <HR>
  -<H2><A name="Person">Contact/person to blame</A></H2>
  +<H2><A NAME="Person">Contact/person to blame</A></H2>
   
   This module was written for the
   <A HREF="http://ewse.ceo.org">European Wide Service Exchange</A> by
  -&lt<A HREF="mailto:Dirk.vanGulik@jrc.it"><CODE>Dirk.vanGulik@jrc.it</CODE></A>&gt.
  +&lt;<A
  +     HREF="mailto:Dirk.vanGulik@jrc.it"
  +     ><CODE>Dirk.vanGulik@jrc.it</CODE></A>&gt;.
   Feel free to contact me if you have any problems, ice-creams or bugs. This
   documentation, courtesy of Nick Himba, <A HREF="mailto:himba@cs.utwente.nl">
   <CODE>&lt;himba@cs.utwente.nl&gt;</CODE></A>.
  
  
  
  1.15      +6 -4      apache-1.3/htdocs/manual/mod/mod_auth_db.html
  
  Index: mod_auth_db.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_db.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_auth_db.html	1998/03/20 09:42:44	1.14
  +++ mod_auth_db.html	1998/05/20 14:12:53	1.15
  @@ -26,8 +26,8 @@
   Berkeley DB. You can use either <A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
   or mod_auth_db. The latter makes it more obvious that it's Berkeley DB.  On
   other platforms where you want to use the DB library you usually have to
  -install it first. See <A
  -HREF="http://www.sleepycat.com/">http://www.sleepycat.com/</A> for the
  +install it first. See 
  +<A HREF="http://www.sleepycat.com/">http://www.sleepycat.com/</A> for the
   distribution. The interface this module uses is the one from DB version 1.85
   and 1.86, but DB version 2.x can also be used when compatibility mode is
   enabled.
  @@ -157,7 +157,8 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative &lt; <STRONG> on</STRONG>(default) | off &gt; <BR>
  +><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative &lt;
  + <STRONG> on</STRONG>(default) | off &gt; <BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -197,7 +198,8 @@
   <A
    HREF="directive-dict.html#Default"
    REL="Help"
  -><STRONG>Default:</STRONG></A> By default; control is not passed on; and an unknown
  +><STRONG>Default:</STRONG></A> By default; control is not passed on; and an
  +unknown
   userID or rule will result in an Authorization Required reply. Not
   setting it thus keeps the system secure; and forces an NSCA compliant
   behaviour.  <P>
  
  
  
  1.16      +3 -3      apache-1.3/htdocs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_auth_dbm.html	1998/02/05 22:33:56	1.15
  +++ mod_auth_dbm.html	1998/05/20 14:12:54	1.16
  @@ -29,7 +29,7 @@
   <HR>
   
   
  -<H2><A name="authdbmgroupfile">AuthDbmGroupFile</A></H2>
  +<H2><A NAME="authdbmgroupfile">AuthDbmGroupFile</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthDbmGroupFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -93,7 +93,7 @@
   <A HREF="core.html#authtype">AuthType</A> and
   <A HREF="#authdbmuserfile">AuthDBMUserFile</A>.<P><HR>
   
  -<H2><A name="authdbmuserfile">AuthDBMUserFile</A></H2>
  +<H2><A NAME="authdbmuserfile">AuthDBMUserFile</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthDBMUserFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -143,7 +143,7 @@
   <A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<P>
   
   <HR>
  -<H2><A name="authdbmauthoritative">AuthDBMAuthoritative</A></H2>
  +<H2><A NAME="authdbmauthoritative">AuthDBMAuthoritative</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AuthDBMAuthoritative} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.19      +13 -13    apache-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_autoindex.html	1998/02/05 22:34:00	1.18
  +++ mod_autoindex.html	1998/05/20 14:12:54	1.19
  @@ -78,7 +78,7 @@
   </MENU>
   <HR>
   
  -<H2><A name="addalt">AddAlt</A></H2>
  +<H2><A NAME="addalt">AddAlt</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddAlt} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -109,7 +109,7 @@
   image-incapable or has image loading disabled.
   
   <HR>
  -<H2><A name="addaltbyencoding">AddAltByEncoding</A></H2>
  +<H2><A NAME="addaltbyencoding">AddAltByEncoding</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddAltByEncoding} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -141,7 +141,7 @@
   image-incapable or has image loading disabled.
   
   <HR>
  -<H2><A name="addaltbytype">AddAltByType</A></H2>
  +<H2><A NAME="addaltbytype">AddAltByType</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddAltByType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -173,7 +173,7 @@
   
   <HR>
   
  -<H2><A name="adddescription">AddDescription</A></H2>
  +<H2><A NAME="adddescription">AddDescription</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddDescription} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -204,7 +204,7 @@
   <BLOCKQUOTE><CODE>AddDescription "The planet Mars" /web/pics/mars.gif
   </CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="addicon">AddIcon</A></H2>
  +<H2><A NAME="addicon">AddIcon</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddIcon} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -244,7 +244,7 @@
   <A HREF="#addiconbytype">AddIconByType</A> should be used in preference to
   AddIcon, when possible.<P><HR>
   
  -<H2><A name="addiconbyencoding">AddIconByEncoding</A></H2>
  +<H2><A NAME="addiconbyencoding">AddIconByEncoding</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddIconByEncoding} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -280,7 +280,7 @@
   AddIconByEncoding /icons/compress.xbm x-compress
   </CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="addiconbytype">AddIconByType</A></H2>
  +<H2><A NAME="addiconbytype">AddIconByType</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddIconByType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -314,7 +314,7 @@
   AddIconByType (IMG,/icons/image.xbm) image/*
   </CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="defaulticon">DefaultIcon</A></H2>
  +<H2><A NAME="defaulticon">DefaultIcon</A></H2>
   <!--%plaintext &lt;?INDEX {\tt DefaultIcon} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -344,7 +344,7 @@
   DefaultIcon /icon/unknown.xbm
   </CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="fancyindexing">FancyIndexing</A></H2>
  +<H2><A NAME="fancyindexing">FancyIndexing</A></H2>
   <!--%plaintext &lt;?INDEX {\tt FancyIndexing} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -380,7 +380,7 @@
   </BLOCKQUOTE>
   <HR>
   
  -<H2><A name="headername">HeaderName</A></H2>
  +<H2><A NAME="headername">HeaderName</A></H2>
   <!--%plaintext &lt;?INDEX {\tt HeaderName} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -416,7 +416,7 @@
   
   <P>See also <A HREF="#readmename">ReadmeName</A>.<P><HR>
   
  -<H2><A name="indexignore">IndexIgnore</A></H2>
  +<H2><A NAME="indexignore">IndexIgnore</A></H2>
   <!--%plaintext &lt;?INDEX {\tt IndexIgnore} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -448,7 +448,7 @@
   IndexIgnore README .htaccess *~
   </CODE></BLOCKQUOTE><P><HR>
   
  -<H2><A name="indexoptions">IndexOptions</A></H2>
  +<H2><A NAME="indexoptions">IndexOptions</A></H2>
   <!--%plaintext &lt;?INDEX {\tt IndexOptions} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -563,7 +563,7 @@
   then only <CODE>ScanHTMLTitles</CODE> will be set for the /web/docs/spec
   directory.<P><HR>
   
  -<H2><A name="readmename">ReadmeName</A></H2>
  +<H2><A NAME="readmename">ReadmeName</A></H2>
   <!--%plaintext &lt;?INDEX {\tt ReadmeName} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.15      +2 -2      apache-1.3/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_browser.html	1998/02/05 20:04:42	1.14
  +++ mod_browser.html	1998/05/20 14:12:54	1.15
  @@ -38,7 +38,7 @@
   
   <HR>
   
  -<H2><A name="browsermatch">BrowserMatch</A></H2>
  +<H2><A NAME="browsermatch">BrowserMatch</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -80,7 +80,7 @@
       BrowserMatch MSIE !javascript
   </PRE>
   
  -<P><H2><A name="browsermatchnocase">BrowserMatchNoCase</A></H2>
  +<P><H2><A NAME="browsermatchnocase">BrowserMatchNoCase</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.12      +3 -3      apache-1.3/htdocs/manual/mod/mod_cern_meta.html
  
  Index: mod_cern_meta.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cern_meta.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_cern_meta.html	1998/02/05 20:04:43	1.11
  +++ mod_cern_meta.html	1998/05/20 14:12:54	1.12
  @@ -43,7 +43,7 @@
   
   <HR>
   
  -<H2><A name="metafiles">MetaFiles</A></H2>
  +<H2><A NAME="metafiles">MetaFiles</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -72,7 +72,7 @@
   
   Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3.
   
  -<H2><A name="metadir">MetaDir</A></H2>
  +<H2><A NAME="metadir">MetaDir</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -103,7 +103,7 @@
   accessed. Set to "<CODE>.</CODE>" to look in the same directory as the
   file.
   
  -<H2><A name="metasuffix">MetaSuffix</A></H2>
  +<H2><A NAME="metasuffix">MetaSuffix</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.15      +4 -4      apache-1.3/htdocs/manual/mod/mod_cgi.html
  
  Index: mod_cgi.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cgi.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_cgi.html	1998/02/05 20:04:43	1.14
  +++ mod_cgi.html	1998/05/20 14:12:54	1.15
  @@ -55,7 +55,7 @@
   
   <HR>
   
  -<H2><A name="cgi_debug">CGI Debugging</A></H2>
  +<H2><A NAME="cgi_debug">CGI Debugging</A></H2>
   
   Debugging CGI scripts has traditionally been difficult, mainly because
   it has
  @@ -113,7 +113,7 @@
   
   <H2>Directives</H2>
   
  -<H3><A name="scriptlog">ScriptLog</A></H3>
  +<H3><A NAME="scriptlog">ScriptLog</A></H3>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -153,7 +153,7 @@
   have security problems if used in a manner other than that for which
   it was designed.</P>
   
  -<H3><A name="scriptloglength">ScriptLogLength</A></H3>
  +<H3><A NAME="scriptloglength">ScriptLogLength</A></H3>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -180,7 +180,7 @@
   be used to set an maximum file-size for the CGI logfile. If the file
   exceeds this size, no more information will be written to it.
   
  -<H3><A name="scriptlogbuffer">ScriptLogBuffer</A></H3>
  +<H3><A NAME="scriptlogbuffer">ScriptLogBuffer</A></H3>
   
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.10      +1 -1      apache-1.3/htdocs/manual/mod/mod_cookies.html
  
  Index: mod_cookies.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_cookies.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_cookies.html	1998/02/05 20:04:44	1.9
  +++ mod_cookies.html	1998/05/20 14:12:55	1.10
  @@ -30,7 +30,7 @@
   <HR>
   
   
  -<H2><A name="cookielog">CookieLog</A></H2>
  +<H2><A NAME="cookielog">CookieLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.10      +1 -1      apache-1.3/htdocs/manual/mod/mod_digest.html
  
  Index: mod_digest.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_digest.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_digest.html	1998/02/05 20:04:44	1.9
  +++ mod_digest.html	1998/05/20 14:12:55	1.10
  @@ -27,7 +27,7 @@
   <HR>
   
   
  -<H2><A name="authdigestfile">AuthDigestFile</A></H2>
  +<H2><A NAME="authdigestfile">AuthDigestFile</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.14      +1 -1      apache-1.3/htdocs/manual/mod/mod_dir.html
  
  Index: mod_dir.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dir.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_dir.html	1998/02/05 22:34:03	1.13
  +++ mod_dir.html	1998/05/20 14:12:55	1.14
  @@ -44,7 +44,7 @@
   </MENU>
   <HR>
   
  -<H2><A name="directoryindex">DirectoryIndex</A></H2>
  +<H2><A NAME="directoryindex">DirectoryIndex</A></H2>
   <!--%plaintext &lt;?INDEX {\tt DirectoryIndex} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.9       +2 -2      apache-1.3/htdocs/manual/mod/mod_dld.html
  
  Index: mod_dld.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dld.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_dld.html	1998/02/05 20:04:46	1.8
  +++ mod_dld.html	1998/05/20 14:12:55	1.9
  @@ -48,7 +48,7 @@
   <HR>
   
   
  -<H2><A name="loadfile">LoadFile</A></H2>
  +<H2><A NAME="loadfile">LoadFile</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LoadFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -72,7 +72,7 @@
   may be required for some module to work. <EM>Filename</EM> is relative
   to <A HREF="core.html#serverroot">ServerRoot</A>.<P><HR>
   
  -<H2><A name="loadmodule">LoadModule</A></H2>
  +<H2><A NAME="loadmodule">LoadModule</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LoadModule} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.9       +3 -3      apache-1.3/htdocs/manual/mod/mod_dll.html
  
  Index: mod_dll.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dll.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_dll.html	1998/03/21 17:03:49	1.8
  +++ mod_dll.html	1998/05/20 14:12:56	1.9
  @@ -35,7 +35,7 @@
   <P>This module is included with Apache 1.3 and later, and is available
      only when using Microsoft Windows.</P>
   
  -<H2><A name="creating">Creating DLL Modules</A></H2>
  +<H2><A NAME="creating">Creating DLL Modules</A></H2>
   
   <P>The Apache module API is unchanged between the Unix and Windows
      versions. Many modules will run on Windows with no or little change
  @@ -92,7 +92,7 @@
   <HR>
   
   
  -<H2><A name="loadfile">LoadFile</A></H2>
  +<H2><A NAME="loadfile">LoadFile</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -115,7 +115,7 @@
   may be required for some module to work. <EM>Filename</EM> is relative
   to <A HREF="core.html#serverroot">ServerRoot</A>.<P><HR>
   
  -<H2><A name="loadmodule">LoadModule</A></H2>
  +<H2><A NAME="loadmodule">LoadModule</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.11      +3 -3      apache-1.3/htdocs/manual/mod/mod_env.html
  
  Index: mod_env.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_env.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_env.html	1998/02/05 20:04:47	1.10
  +++ mod_env.html	1998/05/20 14:12:56	1.11
  @@ -37,7 +37,7 @@
   
   <HR>
   
  -<H2><A name="passenv">PassEnv</A></H2>
  +<H2><A NAME="passenv">PassEnv</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -68,7 +68,7 @@
   
   <HR>
   
  -<H2><A name="setenv">SetEnv</A></H2>
  +<H2><A NAME="setenv">SetEnv</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -99,7 +99,7 @@
   
   <HR>
   
  -<H2><A name="unsetenv">UnsetEnv</A></H2>
  +<H2><A NAME="unsetenv">UnsetEnv</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.10      +13 -8     apache-1.3/htdocs/manual/mod/mod_expires.html
  
  Index: mod_expires.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_expires.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_expires.html	1998/02/05 22:34:04	1.9
  +++ mod_expires.html	1998/05/20 14:12:56	1.10
  @@ -3,7 +3,7 @@
    <HEAD>
     <TITLE>Apache module mod_expires</TITLE>
    </HEAD>
  - <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  +<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
    <BODY
     BGCOLOR="#FFFFFF"
     TEXT="#000000"
  @@ -64,7 +64,8 @@
     <A
      HREF="directive-dict.html#Context"
      REL="Help"
  -  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
  +  ><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +  .htaccess
     <BR>
     <A
      HREF="directive-dict.html#Override"
  @@ -115,12 +116,14 @@
     <A
      HREF="directive-dict.html#Syntax"
      REL="Help"
  -  ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type &lt;code&gt;seconds</EM>
  +  ><STRONG>Syntax:</STRONG></A> ExpiresByType <EM>mime-type
  +  &lt;code&gt;seconds</EM>
     <BR>
     <A
      HREF="directive-dict.html#Context"
      REL="Help"
  -  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
  +  ><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +  .htaccess
     <BR>
     <A
      HREF="directive-dict.html#Override"
  @@ -205,7 +208,8 @@
     <A
      HREF="directive-dict.html#Context"
      REL="Help"
  -  ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess
  +  ><STRONG>Context:</STRONG></A> server config, virtual host, directory,
  +  .htaccess
     <BR>
     <A
      HREF="directive-dict.html#Override"
  @@ -254,7 +258,8 @@
     <DL>
      <DD><CODE>ExpiresDefault "&lt;base&gt; [plus] {&lt;num&gt; &lt;type&gt;}*"
       <BR>
  -    ExpiresByType type/encoding "&lt;base&gt; [plus] {&lt;num&gt; &lt;type&gt;}*"</CODE>
  +    ExpiresByType type/encoding "&lt;base&gt; [plus]
  +      {&lt;num&gt; &lt;type&gt;}*"</CODE>
      </DD>
     </DL>
     <P>
  @@ -302,8 +307,8 @@
      </DD>
     </DL>
     <P>
  -  The expiry time can be fine-tuned by adding several '&lt;num&gt; &lt;type&gt;'
  -  clauses:
  +  The expiry time can be fine-tuned by adding several '&lt;num&gt;
  +  &lt;type&gt;' clauses:
     </P>
     <DL>
      <DD><CODE>ExpiresByType text/html "access plus 1 month 15 days 2 hours"
  
  
  
  1.9       +5 -3      apache-1.3/htdocs/manual/mod/mod_headers.html
  
  Index: mod_headers.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_headers.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_headers.html	1998/02/05 20:04:48	1.8
  +++ mod_headers.html	1998/05/20 14:12:56	1.9
  @@ -29,11 +29,12 @@
   
   <HR>
   
  -<H2><A name="header">Header</A></H2>
  +<H2><A NAME="header">Header</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> Header [ set | append | add ] <EM>header</EM> <EM>value</EM><BR>
  +><STRONG>Syntax:</STRONG></A> Header [ set | append | add ]
  + <EM>header</EM> <EM>value</EM><BR>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -41,7 +42,8 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> server config, virtual host, access.conf, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, access.conf,
  + .htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  
  
  
  1.12      +3 -3      apache-1.3/htdocs/manual/mod/mod_imap.html
  
  Index: mod_imap.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_imap.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_imap.html	1998/02/05 20:04:49	1.11
  +++ mod_imap.html	1998/05/20 14:12:56	1.12
  @@ -62,7 +62,7 @@
   
   <P>
   
  -<H3><A name="imapmenu">ImapMenu</A></H3>
  +<H3><A NAME="imapmenu">ImapMenu</A></H3>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -115,7 +115,7 @@
   
   <P>
   
  -<H3><A name="imapdefault">ImapDefault</A></H3>
  +<H3><A NAME="imapdefault">ImapDefault</A></H3>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -149,7 +149,7 @@
   
   <P>
   
  -<H3><A name="imapbase">ImapBase</A></H3>
  +<H3><A NAME="imapbase">ImapBase</A></H3>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  
  
  
  1.22      +1 -1      apache-1.3/htdocs/manual/mod/mod_include.html
  
  Index: mod_include.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_include.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_include.html	1998/02/05 20:04:50	1.21
  +++ mod_include.html	1998/05/20 14:12:57	1.22
  @@ -358,7 +358,7 @@
   <HR>
   
   
  -<H2><A name="xbithack">XBitHack</A></H2>
  +<H2><A NAME="xbithack">XBitHack</A></H2>
   <!--%plaintext &lt;?INDEX {\tt XBitHack} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.9       +1 -1      apache-1.3/htdocs/manual/mod/mod_log_agent.html
  
  Index: mod_log_agent.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_agent.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_log_agent.html	1998/02/05 20:04:52	1.8
  +++ mod_log_agent.html	1998/05/20 14:12:57	1.9
  @@ -25,7 +25,7 @@
   <HR>
   
   
  -<H2><A name="agentlog">AgentLog</A></H2>
  +<H2><A NAME="agentlog">AgentLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AgentLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.10      +1 -1      apache-1.3/htdocs/manual/mod/mod_log_common.html
  
  Index: mod_log_common.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_common.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_log_common.html	1998/02/05 20:04:52	1.9
  +++ mod_log_common.html	1998/05/20 14:12:57	1.10
  @@ -67,7 +67,7 @@
   <HR>
   
   
  -<H2><A name="transferlog">TransferLog</A></H2>
  +<H2><A NAME="transferlog">TransferLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.27      +8 -8      apache-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- mod_log_config.html	1998/03/03 08:38:26	1.26
  +++ mod_log_config.html	1998/05/20 14:12:57	1.27
  @@ -154,13 +154,13 @@
   extending for format if desired (e.g. to add extra fields at the end).
   NCSA's extended/combined log format would be <CODE>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""</CODE>.
   
  -<p>
  +<P>
   
  -Note that the canonical <a href="core.html#servername">ServerName</a>
  -and <a href="core.html#port">Port</a> of the server serving the request
  -are used for <code>%v</code> and <code>%p</code> respectively.  This
  +Note that the canonical <A HREF="core.html#servername">ServerName</A>
  +and <A HREF="core.html#port">Port</A> of the server serving the request
  +are used for <CODE>%v</CODE> and <CODE>%p</CODE> respectively.  This
   happens regardless of the
  -<a href="core.html#usecanonicalname">UseCanonicalName</a> setting because
  +<A HREF="core.html#usecanonicalname">UseCanonicalName</A> setting because
   otherwise log analysis programs would have to duplicate the entire
   vhost matching algorithm in order to decide what host really served
   the request.
  @@ -201,7 +201,7 @@
   <HR>
   
   
  -<H2><A name="cookielog">CookieLog</A></H2>
  +<H2><A NAME="cookielog">CookieLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -275,7 +275,7 @@
   directive.
   </P>
   <HR>
  -<H2><A name="logformat">LogFormat</A></H2>
  +<H2><A NAME="logformat">LogFormat</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LogFormat} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -327,7 +327,7 @@
   </P>
   
   <HR>
  -<H2><A name="transferlog">TransferLog</A></H2>
  +<H2><A NAME="transferlog">TransferLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.9       +2 -2      apache-1.3/htdocs/manual/mod/mod_log_referer.html
  
  Index: mod_log_referer.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_referer.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_log_referer.html	1998/02/05 20:04:55	1.8
  +++ mod_log_referer.html	1998/05/20 14:12:57	1.9
  @@ -36,7 +36,7 @@
   <HR>
   
   
  -<H2><A name="refererignore">RefererIgnore</A></H2>
  +<H2><A NAME="refererignore">RefererIgnore</A></H2>
   <!--%plaintext &lt;?INDEX {\tt RefererIgnore} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -64,7 +64,7 @@
   <P><HR>
   
   
  -<H2><A name="refererlog">RefererLog</A></H2>
  +<H2><A NAME="refererlog">RefererLog</A></H2>
   <!--%plaintext &lt;?INDEX {\tt RefererLog} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.21      +16 -16    apache-1.3/htdocs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_mime.html	1998/04/13 11:42:20	1.20
  +++ mod_mime.html	1998/05/20 14:12:58	1.21
  @@ -84,7 +84,7 @@
   <HR>
   
   
  -<H2><A name="addencoding">AddEncoding</A></H2>
  +<H2><A NAME="addencoding">AddEncoding</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddEncoding} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -119,21 +119,21 @@
   This will cause files ending in .gz to be marked as encoded using the x-gzip
   encoding, and .Z files to be marked as encoded with x-compress.<P>
   
  -Old clients expect <code>x-gzip</code> and <code>x-compress</code>,
  -however the standard dictates that they're equivalent to <code>gzip</code>
  -and <code>compress</code> respectively.  Apache does content encoding
  -comparisons by ignoring any leading <code>x-</code>.  When responding
  -with an encoding Apache will use whatever form (i.e. <code>x-foo</code>
  -or <code>foo</code>) the client requested.  If the client didn't
  +Old clients expect <CODE>x-gzip</CODE> and <CODE>x-compress</CODE>,
  +however the standard dictates that they're equivalent to <CODE>gzip</CODE>
  +and <CODE>compress</CODE> respectively.  Apache does content encoding
  +comparisons by ignoring any leading <CODE>x-</CODE>.  When responding
  +with an encoding Apache will use whatever form (i.e. <CODE>x-foo</CODE>
  +or <CODE>foo</CODE>) the client requested.  If the client didn't
   specifically request a particular form Apache will use the form given by
  -the <code>AddEncoding</code> directive.  To make this long story short,
  -you should always use <code>x-gzip</code> and <code>x-compress</code>
  +the <CODE>AddEncoding</CODE> directive.  To make this long story short,
  +you should always use <CODE>x-gzip</CODE> and <CODE>x-compress</CODE>
   for these two specific encodings.  More recent encodings, such as
  -<code>deflate</code> should be specified without the <code>x-</code>.
  +<CODE>deflate</CODE> should be specified without the <CODE>x-</CODE>.
   
   <P><HR>
   
  -<H2><A name="addhandler">AddHandler</A></H2>
  +<H2><A NAME="addhandler">AddHandler</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -170,7 +170,7 @@
   program.</P>
   <HR>
   
  -<H2><A name="addlanguage">AddLanguage</A></H2>
  +<H2><A NAME="addlanguage">AddLanguage</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddLanguage} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -209,7 +209,7 @@
   is more useful for content negotiation, where the server returns one
   from several documents based on the client's language preference.<P><HR>
   
  -<H2><A name="addtype">AddType</A></H2>
  +<H2><A NAME="addtype">AddType</A></H2>
   <!--%plaintext &lt;?INDEX {\tt AddType} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -244,7 +244,7 @@
   Note that, unlike the NCSA httpd, this directive cannot be used to set the
   type of particular files.<P><HR>
   
  -<H2><A name="forcetype">ForceType</A></H2>
  +<H2><A NAME="forcetype">ForceType</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -280,7 +280,7 @@
   <P>Note that this will override any filename extensions that might determine
   the media type.</P><HR>
   
  -<H2><A name="sethandler">SetHandler</A></H2>
  +<H2><A NAME="sethandler">SetHandler</A></H2>
   
   <A
    HREF="directive-dict.html#Syntax"
  @@ -326,7 +326,7 @@
   </PRE>
   <HR>
   
  -<H2><A name="typesconfig">TypesConfig</A></H2>
  +<H2><A NAME="typesconfig">TypesConfig</A></H2>
   <!--%plaintext &lt;?INDEX {\tt TypesConfig} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.9       +1 -1      apache-1.3/htdocs/manual/mod/mod_mime_magic.html
  
  Index: mod_mime_magic.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime_magic.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_mime_magic.html	1998/02/05 20:04:56	1.8
  +++ mod_mime_magic.html	1998/05/20 14:12:58	1.9
  @@ -205,7 +205,7 @@
     <P>
     <HR>
   
  -  <H2><A name="notes">Notes</A></H2>
  +  <H2><A NAME="notes">Notes</A></H2>
   
     The following notes apply to the mod_mime_magic module and are
     included here for compliance with contributors' copyright restrictions
  
  
  
  1.3       +11 -9     apache-1.3/htdocs/manual/mod/mod_mmap_static.html
  
  Index: mod_mmap_static.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mmap_static.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_mmap_static.html	1998/04/07 07:13:23	1.2
  +++ mod_mmap_static.html	1998/05/20 14:12:58	1.3
  @@ -30,7 +30,7 @@
     This is an <STRONG>experimental</STRONG> module and should be used with
     care.  You can easily create a broken site using this module, read this
     document carefully.
  -  <code>mod_mmap_static</code> maps a list of statically configured files (via
  +  <CODE>mod_mmap_static</CODE> maps a list of statically configured files (via
     <CODE>MMapFile</CODE> directives in the main server configuration) into
     memory through the system call <CODE>mmap()</CODE>.  This system
     call is available on most modern Unix derivates, but not on all.  There
  @@ -41,7 +41,7 @@
     This mmap()ing is done once at server start or restart, only. So whenever
     one of the mapped files changes on the filesystem you <EM>have</EM> to
     restart the server by at least sending it a HUP or USR1 signal (see the
  -  <a href="../stopping.html">Stopping and Restarting</a> documentation).  To
  +  <A HREF="../stopping.html">Stopping and Restarting</A> documentation).  To
     reiterate that point:  if the files are modified <EM>in place</EM> without
     restarting the server you may end up serving requests that are completely
     bogus.  You should update files by unlinking the old copy and putting a new
  @@ -110,8 +110,8 @@
     create. We cannot compare inodes or other stuff to match paths through
     symbolic links etc. because that again would cost extra <CODE>stat()</CODE>
     system calls which is not acceptable.  This module may or may not work
  -  with filenames rewritten by <code>mod_alias</code> or
  -  <code>mod_rewrite</code>... it is an experiment after all.
  +  with filenames rewritten by <CODE>mod_alias</CODE> or
  +  <CODE>mod_rewrite</CODE>... it is an experiment after all.
     </P>
   
     <P>
  @@ -127,13 +127,15 @@
     </PRE>
   
     <P>
  -  <b>Note</b>: don't bother asking for a for a <code>MMapDir</code> directive which
  +  <STRONG>Note</STRONG>: don't bother asking for a for a <CODE>MMapDir</CODE>
  +  directive which
     recursively maps all the files in a directory.  Use Unix the way it was
     meant to be used.  For example, see the
  -  <a href="core.html#include">Include</a> directive, and consider this command:
  -  <blockquote><pre>
  -  find /www/htdocs -type f -print | sed -e 's/.*/mmapfile &/' > /www/conf/mmap.conf
  -  </pre></blockquote>
  +  <A HREF="core.html#include">Include</A> directive, and consider this command:
  +  <PRE>
  +  find /www/htdocs -type f -print \
  +  | sed -e 's/.*/mmapfile &amp;/' &gt; /www/conf/mmap.conf
  +  </PRE>
   
   <!--#include virtual="footer.html" -->
    </BODY>
  
  
  
  1.11      +2 -2      apache-1.3/htdocs/manual/mod/mod_negotiation.html
  
  Index: mod_negotiation.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_negotiation.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_negotiation.html	1998/02/05 20:04:57	1.10
  +++ mod_negotiation.html	1998/05/20 14:12:58	1.11
  @@ -94,7 +94,7 @@
   <HR>
   
   
  -<H2><A name="cachenegotiateddocs">CacheNegotiatedDocs</A></H2>
  +<H2><A NAME="cachenegotiateddocs">CacheNegotiatedDocs</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -131,7 +131,7 @@
   
   
   
  -<H2><A name="languagepriority">LanguagePriority</A></H2>
  +<H2><A NAME="languagepriority">LanguagePriority</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LanguagePriority} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  
  
  
  1.31      +2 -2      apache-1.3/htdocs/manual/mod/mod_rewrite.html
  
  Index: mod_rewrite.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_rewrite.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- mod_rewrite.html	1998/05/15 09:29:15	1.30
  +++ mod_rewrite.html	1998/05/20 14:12:59	1.31
  @@ -1316,8 +1316,8 @@
   
   <STRONG>Quantifiers:</STRONG>
     <STRONG><CODE>?</CODE></STRONG>           0 or 1 of the preceding text
  -  <STRONG><CODE>*</CODE></STRONG>           0 or N of the preceding text (N > 1)
  -  <STRONG><CODE>+</CODE></STRONG>           1 or N of the preceding text (N > 1)
  +  <STRONG><CODE>*</CODE></STRONG>           0 or N of the preceding text (N &gt; 1)
  +  <STRONG><CODE>+</CODE></STRONG>           1 or N of the preceding text (N &gt; 1)
   
   <STRONG>Grouping:</STRONG>
     <STRONG><CODE>(</CODE></STRONG>text<STRONG><CODE>)</CODE></STRONG>      Grouping of text
  
  
  
  1.4       +9 -7      apache-1.3/htdocs/manual/mod/mod_setenvif.html
  
  Index: mod_setenvif.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_setenvif.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_setenvif.html	1998/03/15 21:39:50	1.3
  +++ mod_setenvif.html	1998/05/20 14:12:59	1.4
  @@ -26,15 +26,15 @@
     regular expressions you specify.  These envariables can be used by
     other parts of the server to make decisions about actions to be taken.
     </P>
  -  <p>The directives are considered in the order they appear in the
  +  <P>The directives are considered in the order they appear in the
     configuration files.  So more complex sequences can be used, such
  -  as this example, which sets <code>netscape</code> if the browser
  +  as this example, which sets <CODE>netscape</CODE> if the browser
     is mozilla but not MSIE.
  -  <blockquote><pre>
  +  <BLOCKQUOTE><PRE>
     BrowserMatch ^Mozilla netscape
     BrowserMatch MSIE !netscape
  -  </pre></blockquote>
  -  </p>
  +  </PRE></BLOCKQUOTE>
  +  </P>
   
     <H2>Directives</H2>
     <UL>
  @@ -154,7 +154,8 @@
     <A
      HREF="directive-dict.html#Syntax"
      REL="Help"
  -  ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value] [...]</EM>
  +  ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value]
  +  [...]</EM>
     <BR>
     <A
      HREF="directive-dict.html#Default"
  @@ -226,7 +227,8 @@
     <A
      HREF="directive-dict.html#Syntax"
      REL="Help"
  -  ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value] [...]</EM>
  +  ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value]
  +  [...]</EM>
     <BR>
     <A
      HREF="directive-dict.html#Default"
  
  
  
  1.5       +3 -3      apache-1.3/htdocs/manual/mod/mod_so.html
  
  Index: mod_so.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_so.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_so.html	1998/05/12 11:27:06	1.4
  +++ mod_so.html	1998/05/20 14:12:59	1.5
  @@ -44,7 +44,7 @@
   <HR>
   
   
  -<H2><A name="loadfile">LoadFile</A></H2>
  +<H2><A NAME="loadfile">LoadFile</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LoadFile} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -69,7 +69,7 @@
   work. <EM>Filename</EM> is either and absolute path or relative to <A
   HREF="core.html#serverroot">ServerRoot</A>.<P><HR>
   
  -<H2><A name="loadmodule">LoadModule</A></H2>
  +<H2><A NAME="loadmodule">LoadModule</A></H2>
   <!--%plaintext &lt;?INDEX {\tt LoadModule} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -108,7 +108,7 @@
   
   <HR>
   
  -<H2><A name="creating">Creating DLL Modules for Windows</A></H2>
  +<H2><A NAME="creating">Creating DLL Modules for Windows</A></H2>
   
   <P>The Apache module API is unchanged between the Unix and Windows
      versions. Many modules will run on Windows with no or little change
  
  
  
  1.8       +4 -3      apache-1.3/htdocs/manual/mod/mod_speling.html
  
  Index: mod_speling.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_speling.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_speling.html	1998/02/05 21:20:02	1.7
  +++ mod_speling.html	1998/05/20 14:12:59	1.8
  @@ -57,7 +57,7 @@
     </MENU>
   
     <HR> <!-- the HR is part of the directive description -->
  -  <H2><A name="checkspelling">CheckSpelling</A></H2>
  +  <H2><A NAME="checkspelling">CheckSpelling</A></H2>
     <!--%plaintext &lt;?INDEX {\tt CheckSpelling} directive&gt; -->
     <A
      HREF="directive-dict.html#Syntax"
  @@ -82,9 +82,10 @@
     <A
      HREF="directive-dict.html#Compatibility"
      REL="Help"
  -  ><STRONG>Compatibility:</STRONG></A> CheckSpelling was available as a separately
  +  ><STRONG>Compatibility:</STRONG></A> CheckSpelling was available as a
  +  separately
     available module for Apache 1.1, but was limited to miscapitalizations.
  -  As of Apache 1.3, it is part of the apache distribution<!-- or:
  +  As of Apache 1.3, it is part of the Apache distribution<!-- or:
     available as a separate module-->.<P>
   
     This directive enables or disables the spelling module. When enabled,
  
  
  
  1.11      +7 -5      apache-1.3/htdocs/manual/mod/mod_status.html
  
  Index: mod_status.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_status.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_status.html	1998/02/05 20:05:00	1.10
  +++ mod_status.html	1998/05/20 14:12:59	1.11
  @@ -1,7 +1,9 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  -<HTML><HEAD>
  -<TITLE>Apache module mod_status</TITLE>
  -</HEAD><!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  +<HTML>
  + <HEAD>
  +  <TITLE>Apache module mod_status</TITLE>
  + </HEAD>
  +<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#000000"
  @@ -69,8 +71,8 @@
   <H3>Automatic Updates</H3>
   You can get the status page to update itself automatically if you have
   a browser that supports "refresh".  Access the page
  -<CODE>http://your.server.name/server-status?refresh=N</CODE> to refresh the page
  -every N seconds.
  +<CODE>http://your.server.name/server-status?refresh=N</CODE> to refresh the
  +page every N seconds.
   <H3>Machine Readable Status File</H3>
   A machine-readable version of the status file is available by accessing the
   page <CODE>http://your.server.name/server-status?auto</CODE>.  This is useful
  
  
  
  1.14      +4 -4      apache-1.3/htdocs/manual/mod/mod_userdir.html
  
  Index: mod_userdir.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_userdir.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_userdir.html	1998/02/05 20:05:01	1.13
  +++ mod_userdir.html	1998/05/20 14:13:00	1.14
  @@ -25,7 +25,7 @@
   <HR>
   
   
  -<H2><A name="userdir">UserDir</A></H2>
  +<H2><A NAME="userdir">UserDir</A></H2>
   <!--%plaintext &lt;?INDEX {\tt UserDir} directive&gt; -->
   <A
    HREF="directive-dict.html#Syntax"
  @@ -90,9 +90,9 @@
   </PRE>
   The following directives will send redirects to the client:
   <PRE>
  -UserDir http://www.foo.com/users   -&gt; http//www.foo.com/users/bob/one/two.html
  -UserDir http://www.foo.com/*/usr   -&gt; http://www.foo.com/bob/usr/one/two.html
  -UserDir http://www.foo.com/~*/     -&gt; http://www.foo.com/~bob/one/two.html
  +UserDir http://www.foo.com/users -&gt; http://www.foo.com/users/bob/one/two.html
  +UserDir http://www.foo.com/*/usr -&gt; http://www.foo.com/bob/usr/one/two.html
  +UserDir http://www.foo.com/~*/   -&gt; http://www.foo.com/~bob/one/two.html
   </PRE>
   </P>
   <BLOCKQUOTE>
  
  
  
  1.16      +2 -2      apache-1.3/htdocs/manual/mod/mod_usertrack.html
  
  Index: mod_usertrack.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_usertrack.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_usertrack.html	1998/02/05 20:05:01	1.15
  +++ mod_usertrack.html	1998/05/20 14:13:00	1.16
  @@ -52,7 +52,7 @@
   
   <HR>
   
  -<H2><A name="cookieexpires">CookieExpires</A></H2>
  +<H2><A NAME="cookieexpires">CookieExpires</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  @@ -81,7 +81,7 @@
   <P>If this directive is not used, cookies last only for the current
   browser session.</P>
   
  -<H2><A name="cookietracking">CookieTracking</A></H2>
  +<H2><A NAME="cookietracking">CookieTracking</A></H2>
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"