You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/11/11 04:24:02 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_access.html mod_alias.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_autoindex.html mod_cookies.html mod_dld.html mod_expires.html mod_include.html mod_isapi.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_so.html mod_speling.html mod_status.html mod_userdir.html

rbowen      01/11/10 19:24:02

  Modified:    htdocs/manual/mod mod_access.html mod_alias.html
                        mod_auth.html mod_auth_anon.html mod_auth_db.html
                        mod_auth_dbm.html mod_autoindex.html
                        mod_cookies.html mod_dld.html mod_expires.html
                        mod_include.html mod_isapi.html mod_log_agent.html
                        mod_log_common.html mod_log_config.html
                        mod_log_referer.html mod_so.html mod_speling.html
                        mod_status.html mod_userdir.html
  Log:
  Removed TeX markup which is no longer needed
  
  Revision  Changes    Path
  1.29      +3 -3      httpd-docs-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- mod_access.html	2001/10/08 01:34:30	1.28
  +++ mod_access.html	2001/11/11 03:24:01	1.29
  @@ -74,7 +74,7 @@
       <h2><a id="allow" name="allow">Allow</a> <a id="allowfromenv"
       name="allowfromenv">directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Allow} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Allow from
       all|<em>host</em>|env=<em>env-variable</em>
  @@ -185,7 +185,7 @@
       <h2><a id="deny" name="deny">Deny</a> <a id="denyfromenv"
       name="denyfromenv">directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Deny} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Deny from
       all|<em>host</em>|env=<em>env-variable</em>
  @@ -212,7 +212,7 @@
   
       <h2><a id="order" name="order">Order directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Order} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Order
       <em>ordering</em><br />
  
  
  
  1.33      +4 -5      httpd-docs-1.3/htdocs/manual/mod/mod_alias.html
  
  Index: mod_alias.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_alias.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- mod_alias.html	2001/10/08 01:34:30	1.32
  +++ mod_alias.html	2001/11/11 03:24:01	1.33
  @@ -71,7 +71,7 @@
   
       <h2><a id="alias" name="alias">Alias directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Alias} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Alias <em>URL-path
       file-path</em>|<em>directory-path</em><br />
  @@ -149,7 +149,7 @@
       <h2><a id="redirect" name="redirect">Redirect
       directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Redirect
       [<em>status</em>] <em>URL-path URL</em><br />
  @@ -263,7 +263,7 @@
       <h2><a id="redirecttemp" name="redirecttemp">RedirectTemp
       directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RedirectTemp
       <em>URL-path URL</em><br />
  @@ -288,7 +288,7 @@
       <h2><a id="redirectperm" name="redirectperm">RedirectPermanent
       directive</a></h2>
   
  -    <p><!--%plaintext &lt;?INDEX {\tt Redirect} directive&gt; -->
  +    <p>
        <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RedirectPermanent
       <em>URL-path URL</em><br />
  @@ -314,7 +314,6 @@
       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 file-path</em>|<em>directory-path</em><br />
  
  
  
  1.29      +0 -3      httpd-docs-1.3/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- mod_auth.html	2001/10/08 01:34:30	1.28
  +++ mod_auth.html	2001/11/11 03:24:01	1.29
  @@ -136,7 +136,6 @@
   
       <h2><a id="authgroupfile"
       name="authgroupfile">AuthGroupFile</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthGroupFile} directive&gt; -->
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthGroupFile
       <em>file-path</em><br />
  @@ -180,7 +179,6 @@
   
       <h2><a id="authuserfile" name="authuserfile">AuthUserFile</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthUserFile} directive&gt; -->
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthUserFile
       <em>file-path</em><br />
  @@ -246,7 +244,6 @@
   
       <h2><a id="authauthoritative"
       name="authauthoritative">AuthAuthoritative</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthAuthoritative} directive&gt; -->
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthAuthoritative
       on|off<br />
  
  
  
  1.30      +1 -2      httpd-docs-1.3/htdocs/manual/mod/mod_auth_anon.html
  
  Index: mod_auth_anon.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_anon.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- mod_auth_anon.html	2001/10/08 01:34:30	1.29
  +++ mod_auth_anon.html	2001/11/11 03:24:01	1.30
  @@ -115,7 +115,6 @@
   
       <h2><a id="anonymous" name="anonymous">Anonymous
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt Anonymous} directive&gt; -->
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> Anonymous <em>user</em>
       [<em>user</em>] ...<br />
  @@ -205,7 +204,7 @@
   
       <h2><a id="MustGiveEmail"
       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
       on|off<br />
  
  
  
  1.25      +3 -3      httpd-docs-1.3/htdocs/manual/mod/mod_auth_db.html
  
  Index: mod_auth_db.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_db.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- mod_auth_db.html	2001/10/08 01:34:30	1.24
  +++ mod_auth_db.html	2001/11/11 03:24:01	1.25
  @@ -65,7 +65,7 @@
   
       <h2><a id="authdbgroupfile"
       name="authdbgroupfile">AuthDBGroupFile directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBGroupFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBGroupFile
       <em>file-path</em><br />
  @@ -126,7 +126,7 @@
   
       <h2><a id="authdbuserfile"
       name="authdbuserfile">AuthDBUserFile</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBUserFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBUserFile
       <em>file-path</em><br />
  @@ -176,7 +176,7 @@
       <h2><a id="authdbauthoritative"
       name="authdbauthoritative">AuthDBAuthoritative</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBAuthoritative} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBAuthoritative
       on|off<br />
  
  
  
  1.26      +2 -3      httpd-docs-1.3/htdocs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- mod_auth_dbm.html	2001/10/08 01:34:30	1.25
  +++ mod_auth_dbm.html	2001/11/11 03:24:01	1.26
  @@ -53,7 +53,6 @@
   
       <h2><a id="authdbmgroupfile"
       name="authdbmgroupfile">AuthDBMGroupFile</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBMGroupFile} directive&gt; -->
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBMGroupFile
       <em>file-path</em><br />
  @@ -115,7 +114,7 @@
   
       <h2><a id="authdbmuserfile"
       name="authdbmuserfile">AuthDBMUserFile</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBMUserFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBMUserFile
       <em>file-path</em><br />
  @@ -164,7 +163,7 @@
   
       <h2><a id="authdbmauthoritative"
       name="authdbmauthoritative">AuthDBMAuthoritative</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AuthDBMAuthoritative} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBMAuthoritative
       on|off<br />
  
  
  
  1.47      +25 -25    httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- mod_autoindex.html	2001/11/11 02:59:36	1.46
  +++ mod_autoindex.html	2001/11/11 03:24:01	1.47
  @@ -151,7 +151,7 @@
       <hr />
   
       <h2><a id="addalt" name="addalt">AddAlt</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddAlt} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddAlt <em>string
       file</em> [<em>file</em>] ...<br />
  @@ -183,7 +183,7 @@
   
       <h2><a id="addaltbyencoding"
       name="addaltbyencoding">AddAltByEncoding</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddAltByEncoding} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddAltByEncoding
       <em>string MIME-encoding</em> [<em>MIME-encoding</em>]
  @@ -215,7 +215,7 @@
   
       <h2><a id="addaltbytype" name="addaltbytype">AddAltByType</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddAltByType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddAltByType <em>string
       MIME-type</em> [<em>MIME-type</em>] ...<br />
  @@ -245,7 +245,7 @@
   
       <h2><a id="adddescription"
       name="adddescription">AddDescription</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddDescription} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddDescription
       <em>string file</em> [<em>file</em>] ...<br />
  @@ -292,7 +292,7 @@
       <hr />
   
       <h2><a id="addicon" name="addicon">AddIcon</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddIcon} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddIcon <em>icon
       name</em> [<em>name</em>] ...<br />
  @@ -329,7 +329,7 @@
   
       <h2><a id="addiconbyencoding"
       name="addiconbyencoding">AddIconByEncoding</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddIconByEncoding} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddIconByEncoding
       <em>icon MIME-encoding</em> [<em>MIME-encoding</em>] ...<br />
  @@ -361,7 +361,7 @@
   
       <h2><a id="addiconbytype"
       name="addiconbytype">AddIconByType</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt AddIconByType} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AddIconByType <em>icon
       MIME-type</em> [<em>MIME-type</em>] ...<br />
  @@ -392,7 +392,7 @@
   
       <h2><a id="defaulticon" name="defaulticon">DefaultIcon</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt DefaultIcon} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> DefaultIcon
       <em>url</em><br />
  @@ -418,7 +418,7 @@
   
       <h2><a id="fancyindexing"
       name="fancyindexing">FancyIndexing</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt FancyIndexing} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> FancyIndexing
       on|off<br />
  @@ -450,7 +450,7 @@
   
       <h2><a id="headername" name="headername">HeaderName</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt HeaderName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> HeaderName
       <em>filename</em><br />
  @@ -525,7 +525,7 @@
   
       <h2><a id="indexignore" name="indexignore">IndexIgnore</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt IndexIgnore} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> IndexIgnore
       <em>file</em> [<em>file</em>] ...<br />
  @@ -553,7 +553,7 @@
   
       <h2><a id="indexoptions" name="indexoptions">IndexOptions</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt IndexOptions} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> IndexOptions
       <em>option</em> [<em>option</em>] ... (Apache 1.3.2 and
  @@ -600,7 +600,7 @@
         name="indexoptions:fancyindexing">FancyIndexing</a></dt>
   
         <dd>
  -        <!--%plaintext &lt;?INDEX {\tt FancyIndexing} index option&gt; -->
  +
           This turns on fancy indexing of directories. 
   
           <blockquote>
  @@ -640,7 +640,7 @@
         (<em>Apache 1.3 and later</em>)</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt IconHeight} index option&gt; -->
  +
         Presence of this option, when used with IconWidth, will cause
         the server to include <samp>HEIGHT</samp> and
         <samp>WIDTH</samp> attributes in the <samp>IMG</samp> tag for
  @@ -654,7 +654,7 @@
         name="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt IconsAreLinks} index option&gt; -->
  +
         This makes the icons part of the anchor for the filename, for
         fancy indexing.</dd>
   
  @@ -663,7 +663,7 @@
         1.3 and later</em>)</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt IconWidth} index option&gt; -->
  +
         Presence of this option, when used with IconHeight, will
         cause the server to include <samp>HEIGHT</samp> and
         <samp>WIDTH</samp> attributes in the <samp>IMG</samp> tag for
  @@ -686,7 +686,7 @@
         name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt ScanHTMLTitles} index option&gt; -->
  +
         This enables the extraction of the title from HTML documents
         for fancy indexing. If the file does not have a description
         given by <a href="#adddescription">AddDescription</a> then
  @@ -697,7 +697,7 @@
         name="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SuppressColumnSorting} index option&gt; -->
  +
         If specified, Apache will not make the column headings in a
         FancyIndexed directory listing into links for sorting. The
         default behavior is for them to be links; selecting the
  @@ -709,7 +709,7 @@
         name="indexoptions:suppressdescription">SuppressDescription</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SuppressDescription} index option&gt; -->
  +
         This will suppress the file description in fancy indexing
         listings. By default, no file descriptions are defined, and
         so the use of this option will regain 23 characters of screen
  @@ -726,7 +726,7 @@
         (<em>Apache 1.3 and later</em>)</dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SuppressHTMLPreamble} index option&gt; -->
  +
         If the directory actually contains a file specified by the <a
         href="#headername">HeaderName</a> directive, the module
         usually includes the contents of the file after a standard
  @@ -741,7 +741,7 @@
         name="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SuppressLastModified} index option&gt; -->
  +
         This will suppress the display of the last modification date,
         in fancy indexing listings.</dd>
   
  @@ -749,7 +749,7 @@
         name="indexoptions:suppresssize">SuppressSize</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt SuppressSize} index option&gt; -->
  +
         This will suppress the file size in fancy indexing
         listings.</dd>
   
  @@ -758,7 +758,7 @@
         1.3.15 and later</em>)</a></dt>
   
         <dd>
  -      <!--%plaintext &lt;?INDEX {\tt TrackModified} index option&gt; -->
  +
         This returns the Last-Modified and ETag values for the listed
         directory in the HTTP header. It is only valid if the
         operating system and file system return legitimate stat()
  @@ -844,7 +844,7 @@
   
       <h2><a id="indexorderdefault"
       name="indexorderdefault">IndexOrderDefault</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt IndexOrderDefault} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> IndexOrderDefault
       Ascending|Descending Name|Date|Size|Description <br />
  @@ -886,7 +886,7 @@
   
       <h2><a id="readmename" name="readmename">ReadmeName</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt ReadmeName} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ReadmeName
       <em>filename</em><br />
  
  
  
  1.12      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_cookies.html
  
  Index: mod_cookies.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_cookies.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_cookies.html	2001/10/08 01:34:30	1.11
  +++ mod_cookies.html	2001/11/11 03:24:01	1.12
  @@ -29,7 +29,7 @@
       <hr />
   
       <h2><a id="cookielog" name="cookielog">CookieLog</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> CookieLog
       <em>filename</em><br />
  
  
  
  1.11      +2 -2      httpd-docs-1.3/htdocs/manual/mod/mod_dld.html
  
  Index: mod_dld.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_dld.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_dld.html	2001/10/08 01:34:31	1.10
  +++ mod_dld.html	2001/11/11 03:24:01	1.11
  @@ -49,7 +49,7 @@
       <hr />
   
       <h2><a id="loadfile" name="loadfile">LoadFile</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LoadFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LoadFile <em>filename
       filename ...</em><br />
  @@ -68,7 +68,7 @@
       <hr />
   
       <h2><a id="loadmodule" name="loadmodule">LoadModule</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt LoadModule} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LoadModule <em>module
       filename</em><br />
  
  
  
  1.19      +0 -3      httpd-docs-1.3/htdocs/manual/mod/mod_expires.html
  
  Index: mod_expires.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_expires.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_expires.html	2001/10/08 01:34:31	1.18
  +++ mod_expires.html	2001/11/11 03:24:01	1.19
  @@ -129,7 +129,6 @@
   
       <h2><a id="expiresactive" name="expiresactive">ExpiresActive
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ExpiresActive} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ExpiresActive
  @@ -166,7 +165,6 @@
   
       <h2><a id="expiresbytype" name="expiresbytype">ExpiresByType
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ExpiresByType} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ExpiresByType
  @@ -229,7 +227,6 @@
   
       <h2><a id="expiresdefault" name="expiresdefault">ExpiresDefault
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ExpiresDefault} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ExpiresDefault
  
  
  
  1.36      +1 -3      httpd-docs-1.3/htdocs/manual/mod/mod_include.html
  
  Index: mod_include.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_include.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- mod_include.html	2001/10/08 01:34:31	1.35
  +++ mod_include.html	2001/11/11 03:24:01	1.36
  @@ -249,8 +249,6 @@
           Otherwise CGI scripts are invoked as normal using the
           complete URL given in the command, including any query
           string. 
  -        <!--%plaintext &lt;?INDEX CGI scripts, {\tt include} element and&gt; -->
  -         
   
           <p>An attribute defines the location of the document; the
           inclusion is done for each attribute given to the include
  @@ -478,7 +476,7 @@
   
       <h2><a id="xbithack" name="xbithack">XBitHack</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt XBitHack} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> XBitHack
       on|off|full<br />
  
  
  
  1.14      +4 -4      httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html
  
  Index: mod_isapi.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_isapi.html	2001/10/08 01:34:31	1.13
  +++ mod_isapi.html	2001/11/11 03:24:01	1.14
  @@ -226,7 +226,7 @@
       <h2><a id="isapireadaheadbuffer"
       name="isapireadaheadbuffer">ISAPIReadAheadBuffer
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ISAPIReadAheadBuffer} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ISAPIReadAheadBuffer
       <em>size</em><br />
  @@ -254,7 +254,7 @@
       <h2><a id="isapilognotsupported"
       name="isapilognotsupported">ISAPILogNotSupported
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ISAPILogNotSupported} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ISAPILogNotSupported
       on|off<br />
  @@ -281,7 +281,7 @@
       <h2><a id="isapiappendlogtoerrors"
       name="isapiappendlogtoerrors">ISAPIAppendLogToErrors
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ISAPIAppendLogToErrors} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ISAPIAppendLogToErrors
       on|off<br />
  @@ -306,7 +306,7 @@
       <h2><a id="isapiappendlogtoquery"
       name="isapiappendlogtoquery">ISAPIAppendLogToQuery
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ISAPIAppendLogToQuery} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ISAPIAppendLogToQuery
       on|off<br />
  
  
  
  1.13      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_log_agent.html
  
  Index: mod_log_agent.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_agent.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_log_agent.html	2001/10/08 01:34:31	1.12
  +++ mod_log_agent.html	2001/11/11 03:24:01	1.13
  @@ -45,7 +45,7 @@
       <hr />
   
       <h2><a id="agentlog" name="agentlog">AgentLog</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt AgentLog} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AgentLog
       <em>file-pipe</em><br />
  
  
  
  1.13      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_log_common.html
  
  Index: mod_log_common.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_common.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_log_common.html	2001/10/08 01:34:31	1.12
  +++ mod_log_common.html	2001/11/11 03:24:01	1.13
  @@ -93,7 +93,7 @@
       <hr />
   
       <h2><a id="transferlog" name="transferlog">TransferLog</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> TransferLog
       <em>file-pipe</em><br />
  
  
  
  1.51      +0 -3      httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- mod_log_config.html	2001/10/08 01:34:31	1.50
  +++ mod_log_config.html	2001/11/11 03:24:01	1.51
  @@ -207,7 +207,6 @@
   
       <h2><a id="cookielog" name="cookielog">CookieLog</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt CookieLog} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> CookieLog
  @@ -313,7 +312,6 @@
   
       <h2><a id="logformat" name="logformat">LogFormat</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt LogFormat} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LogFormat
  @@ -361,7 +359,6 @@
   
       <h2><a id="transferlog" name="transferlog">TransferLog</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> TransferLog
  
  
  
  1.14      +2 -2      httpd-docs-1.3/htdocs/manual/mod/mod_log_referer.html
  
  Index: mod_log_referer.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_referer.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_log_referer.html	2001/10/08 01:34:31	1.13
  +++ mod_log_referer.html	2001/11/11 03:24:01	1.14
  @@ -60,7 +60,7 @@
   
       <h2><a id="refererignore"
       name="refererignore">RefererIgnore</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt RefererIgnore} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RefererIgnore
       <em>string</em> [<em>string</em>] ...<br />
  @@ -85,7 +85,7 @@
   
       <h2><a id="refererlog" name="refererlog">RefererLog</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt RefererLog} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> RefererLog
       <em>file-pipe</em><br />
  
  
  
  1.12      +2 -2      httpd-docs-1.3/htdocs/manual/mod/mod_so.html
  
  Index: mod_so.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_so.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_so.html	2001/10/08 01:34:31	1.11
  +++ mod_so.html	2001/11/11 03:24:01	1.12
  @@ -115,7 +115,7 @@
   
       <h2><a id="loadfile" name="loadfile">LoadFile</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt LoadFile} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LoadFile
       <em>filename</em> [<em>filename</em>] ...<br />
  @@ -135,7 +135,7 @@
   
       <h2><a id="loadmodule" name="loadmodule">LoadModule</a>
       directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt LoadModule} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> LoadModule <em>module
       filename</em><br />
  
  
  
  1.14      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_speling.html
  
  Index: mod_speling.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_speling.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mod_speling.html	2001/10/08 01:34:31	1.13
  +++ mod_speling.html	2001/11/11 03:24:01	1.14
  @@ -71,7 +71,7 @@
   
       <h2><a id="checkspelling"
       name="checkspelling">CheckSpelling</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt CheckSpelling} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> CheckSpelling
       on|off<br />
  
  
  
  1.23      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_status.html
  
  Index: mod_status.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_status.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mod_status.html	2001/10/17 17:59:01	1.22
  +++ mod_status.html	2001/11/11 03:24:01	1.23
  @@ -121,7 +121,7 @@
   
       <h2><a id="extendedstatus" name="extendedstatus">ExtendedStatus
       directive</a></h2>
  -    <!--%plaintext &lt;?INDEX {\tt ExtendedStatus} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ExtendedStatus
       On|Off<br />
  
  
  
  1.19      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_userdir.html
  
  Index: mod_userdir.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_userdir.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_userdir.html	2001/10/08 01:34:31	1.18
  +++ mod_userdir.html	2001/11/11 03:24:01	1.19
  @@ -34,7 +34,7 @@
       <hr />
   
       <h2><a id="userdir" name="userdir">UserDir</a> directive</h2>
  -    <!--%plaintext &lt;?INDEX {\tt UserDir} directive&gt; -->
  +
       <a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> UserDir
       <em>directory-filename</em><br />