You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/12/02 22:58:35 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl moduleindex.xsl sitemap.xsl

nd          2002/12/02 13:58:35

  Modified:    docs/manual env.xml sitemap.html.en sitemap.xml
               docs/manual/mod index.html.en mod_auth_digest.html.en
                        mod_auth_digest.xml mod_info.html.en mod_info.xml
                        mod_speling.html.en mod_speling.xml
                        quickreference.html.en
               docs/manual/programs rotatelogs.html
               docs/manual/style/css manual.css
               docs/manual/style/xsl moduleindex.xsl sitemap.xsl
  Removed:     docs/manual/mod obs_mod_access.html.en obs_mod_access.xml
                        obs_mod_auth.html.en obs_mod_auth.xml
                        obs_mod_auth_anon.html.en obs_mod_auth_anon.xml
                        obs_mod_auth_dbm.html.en obs_mod_auth_dbm.xml
                        obs_mod_auth_digest.html.en obs_mod_auth_digest.xml
  Log:
  - removed obs_* files
  - keep sitemap in sync
  - Note: mod_auth_digest is currently exactly the same as in 2.0
    (no changes were made due to the aaa-rewrite)
  - modified the example in mod_info (was a bad one ;-)
  - forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the
    recent changes
  - fixed xslt/css for module index page
  -> update transformation
  
  Revision  Changes    Path
  1.8       +0 -4      httpd-2.0/docs/manual/env.xml
  
  Index: env.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/env.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- env.xml	22 Nov 2002 05:16:42 -0000	1.7
  +++ env.xml	2 Dec 2002 21:58:34 -0000	1.8
  @@ -398,7 +398,3 @@
       </section>
     </section>
   </manualpage>
  -
  -
  -
  -
  
  
  
  1.23      +4 -7      httpd-2.0/docs/manual/sitemap.html.en
  
  Index: sitemap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.html.en,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- sitemap.html.en	14 Nov 2002 00:16:26 -0000	1.22
  +++ sitemap.html.en	2 Dec 2002 21:58:34 -0000	1.23
  @@ -44,13 +44,15 @@
   <li><a href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</a></li>
   <li><a href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</a></li>
   <li><a href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</a></li>
  -</ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="howto" id="howto">Guides, Tutorials, and HowTos</a></h2><ul><li><a href="howto/auth.html">Authentication</a></li>
  +</ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="howto" id="howto">Guides, Tutorials, and HowTos</a></h2><ul><li class="separate"><a href="howto/">Overview</a></li>
  +<li><a href="howto/auth.html">Authentication</a></li>
   <li><a href="howto/cgi.html">Dynamic Content with CGI</a></li>
   <li><a href="howto/ssi.html">Introduction to Server Side Includes</a></li>
   <li><a href="howto/htaccess.html">.htaccess files</a></li>
   <li><a href="howto/public_html.html">Per-user web directories</a></li>
   <li><a href="misc/tutorials.html">Apache Tutorials</a></li>
  -</ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="platform" id="platform">Platform-specific Notes</a></h2><ul><li><a href="platform/windows.html">Using Apache with Microsoft
  +</ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="platform" id="platform">Platform-specific Notes</a></h2><ul><li class="separate"><a href="platform/">Overview</a></li>
  +<li><a href="platform/windows.html">Using Apache with Microsoft
   Windows</a></li>
   <li><a href="platform/win_compiling.html">Compiling Apache for
   Microsoft Windows</a></li>
  @@ -141,11 +143,6 @@
   <li><a href="mod/mod_userdir.html">Apache Module mod_userdir</a></li>
   <li><a href="mod/mod_usertrack.html">Apache Module mod_usertrack</a></li>
   <li><a href="mod/mod_vhost_alias.html">Apache Module mod_vhost_alias</a></li>
  -</ul><ul><li><a href="mod/obs_mod_access.html">Obsolete Apache Module mod_access</a></li>
  -<li><a href="mod/obs_mod_auth.html">Obsolete Apache Module mod_auth</a></li>
  -<li><a href="mod/obs_mod_auth_anon.html">Obsolete Apache Module mod_auth_anon</a></li>
  -<li><a href="mod/obs_mod_auth_dbm.html">Obsolete Apache Module mod_auth_dbm</a></li>
  -<li><a href="mod/obs_mod_auth_digest.html">Obsolete Apache Module mod_auth_digest</a></li>
   </ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="developer" id="developer">Developer Documentation</a></h2><ul><li class="separate"><a href="developer/">Overview</a></li>
   <li><a href="developer/API.html">Apache API notes</a></li>
   <li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li>
  
  
  
  1.14      +0 -6      httpd-2.0/docs/manual/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- sitemap.xml	30 Nov 2002 17:58:59 -0000	1.13
  +++ sitemap.xml	2 Dec 2002 21:58:34 -0000	1.14
  @@ -186,12 +186,6 @@
     <modulefile>perchild.xml</modulefile>
     <modulefile>prefork.xml</modulefile>
     <modulefile>worker.xml</modulefile>
  -
  -  <modulefile>obs_mod_access.xml</modulefile>
  -  <modulefile>obs_mod_auth.xml</modulefile>
  -  <modulefile>obs_mod_auth_anon.xml</modulefile>
  -  <modulefile>obs_mod_auth_dbm.xml</modulefile>
  -  <modulefile>obs_mod_auth_digest.xml</modulefile>
   </modulefilelist>
   </category>
   
  
  
  
  1.26      +3 -12     httpd-2.0/docs/manual/mod/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index.html.en,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.html.en	16 Nov 2002 20:21:38 -0000	1.25
  +++ index.html.en	2 Dec 2002 21:58:34 -0000	1.26
  @@ -4,14 +4,14 @@
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                 This file is generated from xml source: DO NOT EDIT
           XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  -      --><title>Module Index - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body id="module-index"><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
  +      --><title>Module Index - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body id="module-index"><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a></div><div id="preamble"><h1>Module Index</h1>
       <p>
         Below is a list of all of the modules that come as part of
         the Apache distribution.  See also the complete
         alphabetical list of <a href="directives.html">all Apache
         directives</a>.
       </p>
  -  </div><div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#core">Core Features and Multi-Processing Modules</a></li><li><img alt="" src="../images/down.gif" /> <a href="#other">Other Modules</a></li><li><img alt="" src="../images/down.gif" /> <a href="#obsolete">Obsolete Modules</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a id="core" name="core">Core Features and Multi-Processing Modules</a></h2><dl><dt><a href="core.html">core</a></dt><dd>Core Apache HTTP Server features that are always
  +  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a id="core" name="core">Core Features and Multi-Processing Modules</a></h2><dl><dt><a href="core.html">core</a></dt><dd>Core Apache HTTP Server features that are always
   available</dd>
   <dt><a href="mpm_common.html">mpm_common</a></dt><dd>A collection of directives that are implemented by
   more than one multi-processing module (MPM)</dd>
  @@ -114,13 +114,4 @@
   </dd>
   <dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual
   hosting</dd>
  -</dl></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a id="obsolete" name="obsolete">Obsolete Modules</a></h2><dl><dt><a href="obs_mod_access.html">mod_access</a></dt><dd><em>(replaced by <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> since 2.0.44)</em><br />Provides access control based on client hostname, IP
  -address, or other characteristics of the client request.</dd>
  -<dt><a href="obs_mod_auth.html">mod_auth</a></dt><dd><em>(obsolete since 2.0.44)</em><br />User authentication using text files</dd>
  -<dt><a href="obs_mod_auth_anon.html">mod_auth_anon</a></dt><dd><em>(replaced by <code class="module"><a href="../mod/mod_authn_anon.html">mod_authn_anon</a></code> since 2.0.44)</em><br />Allows "anonymous" user access to authenticated
  -    areas</dd>
  -<dt><a href="obs_mod_auth_dbm.html">mod_auth_dbm</a></dt><dd><em>(obsolete since 2.0.44)</em><br />Provides for user authentication using DBM
  -    files</dd>
  -<dt><a href="obs_mod_auth_digest.html">mod_auth_digest</a></dt><dd><em>(obsolete since 2.0.44)</em><br />User authentication using MD5
  -    Digest Authentication.</dd>
  -</dl></div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  \ No newline at end of file
  +</dl></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  \ No newline at end of file
  
  
  
  1.13      +41 -36    httpd-2.0/docs/manual/mod/mod_auth_digest.html.en
  
  Index: mod_auth_digest.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_auth_digest.html.en	7 Oct 2002 15:23:01 -0000	1.12
  +++ mod_auth_digest.html.en	2 Dec 2002 21:58:34 -0000	1.13
  @@ -21,7 +21,7 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#authdigestnonceformat">AuthDigestNonceFormat</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#authdigestnoncelifetime">AuthDigestNonceLifetime</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#authdigestqop">AuthDigestQop</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Using Digest Authentication</li></ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li><li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Using Digest Authentication</h2>
  +</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#using">Using Digest Authentication</a></li></ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li><li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="using" id="using">Using Digest Authentication</a></h2>
   
       <p>Using MD5 Digest authentication is very simple. Simply set
       up authentication normally, using "AuthType Digest" and
  @@ -30,18 +30,20 @@
       "AuthDigestGroupFile". Then add a "AuthDigestDomain" directive
       containing at least the root URI(s) for this protection space.
       Example:</p>
  -<div class="example"><p><code>
  -  &lt;Location /private/&gt;<br />
  -  AuthType Digest<br />
  -  AuthName "private area"<br />
  -  AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
  -  AuthDigestFile /web/auth/.digest_pw<br />
  -  Require valid-user<br />
  -  &lt;/Location&gt;
  -</code></p></div>
   
  -<div class="note"><h3>Note</h3> 
  -    
  +    <div class="example"><p><code>
  +      &lt;Location /private/&gt;<br />
  +      <span class="indent">
  +        AuthType Digest<br />
  +        AuthName "private area"<br />
  +        AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
  +        AuthDigestFile /web/auth/.digest_pw<br />
  +        Require valid-user<br />
  +      </span>
  +      &lt;/Location&gt;
  +    </code></p></div>
  +
  +    <div class="note"><h3>Note</h3> 
       <p>Digest authentication provides a more secure password system
       than Basic authentication, but only works with supporting
       browsers. As of July 2002, the major browsers that support digest
  @@ -49,8 +51,7 @@
       Explorer</a> (fails when used with a query string), <a href="http://www.w3.org/Amaya/">Amaya</a> and <a href="http://www.mozilla.org">Mozilla</a>.  Since digest
       authentication is not as widely implemented as basic
       authentication, you should use it only in controlled settings.</p>
  -
  -</div>
  +    </div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestAlgorithm" id="AuthDigestAlgorithm">AuthDigestAlgorithm</a> <a name="authdigestalgorithm" id="authdigestalgorithm">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Selects the algorithm used to calculate the challenge and
   response hases in digest authentication</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  @@ -64,13 +65,14 @@
       selects the algorithm used to calculate the challenge and response
       hashes.</p>
   
  -    <p><strong><em>MD5-sess</em> is not correctly implemented
  -    yet</strong>. 
  -    </p>
  +    <div class="note">
  +      <code>MD5-sess</code> is not correctly implemented yet.
  +    </div>
  +    
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestDomain" id="AuthDigestDomain">AuthDigestDomain</a> <a name="authdigestdomain" id="authdigestdomain">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>URIs that are in the same protection space for digest
   authentication</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AuthDigestDomain <em>URI</em> [<em>URI</em>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  @@ -98,14 +100,14 @@
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestFile" id="AuthDigestFile">AuthDigestFile</a> <a name="authdigestfile" id="authdigestfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Location of the text file containing the list
   of users and encoded passwords for digest authentication</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AuthDigestFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AuthDigestFile <var>file-path</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_auth_digest</td></tr></table>
       <p>The <code class="directive">AuthDigestFile</code> directive sets the
       name of a textual file containing the list of users and encoded
  -    passwords for digest authentication. <em>File-path</em> is the
  +    passwords for digest authentication. <var>File-path</var> is the
       absolute path to the user file.</p>
   
       <p>The digest file uses a special format. Files in this format
  @@ -114,21 +116,21 @@
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestGroupFile" id="AuthDigestGroupFile">AuthDigestGroupFile</a> <a name="authdigestgroupfile" id="authdigestgroupfile">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Name of the text file containing the list of groups
   for digest authentication</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AuthDigestGroupFile <em>file-path</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AuthDigestGroupFile <var>file-path</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_auth_digest</td></tr></table>
       <p>The <code class="directive">AuthDigestGroupFile</code> directive sets
       the name of a textual file containing the list of groups and their
  -    members (user names). <em>File-path</em> is the absolute path to
  +    members (user names). <var>File-path</var> is the absolute path to
       the group file.</p>
   
       <p>Each line of the group file contains a groupname followed by
       a colon, followed by the member usernames separated by spaces.
       Example:</p>
   
  -<div class="example"><p><code>mygroup: bob joe anne</code></p></div>
  +    <div class="example"><p><code>mygroup: bob joe anne</code></p></div>
   
       <p>Note that searching large text files is <em>very</em>
       inefficient.</p>
  @@ -145,11 +147,13 @@
                 </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_auth_digest</td></tr></table>
  -    <p><strong>Not implemented yet.</strong> 
  -    </p>
  +    <div class="note">
  +      Not implemented yet.
  +    </div>
  +    
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestNonceFormat" id="AuthDigestNonceFormat">AuthDigestNonceFormat</a> <a name="authdigestnonceformat" id="authdigestnonceformat">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Determines how the nonce is generated</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AuthDigestNonceFormat <em>format</em></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
  +              </a></th><td><code>AuthDigestNonceFormat <var>format</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  @@ -158,7 +162,7 @@
       </p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestNonceLifetime" id="AuthDigestNonceLifetime">AuthDigestNonceLifetime</a> <a name="authdigestnoncelifetime" id="authdigestnoncelifetime">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>How long the server nonce is valid</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  -              </a></th><td><code>AuthDigestNonceLifetime <em>seconds</em></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
  +              </a></th><td><code>AuthDigestNonceLifetime <var>seconds</var></code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
                 </a></th><td><code>AuthDigestNonceLifetime 300</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
                 </a></th><td>AuthConfig</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  @@ -167,10 +171,10 @@
       <p>The <code class="directive">AuthDigestNonceLifetime</code> directive
       controls how long the server nonce is valid. When the client
       contacts the server using an expired nonce the server will send
  -    back a 401 with <code>stale=true</code>. If <em>seconds</em> is
  +    back a 401 with <code>stale=true</code>. If <var>seconds</var> is
       greater than 0 then it specifies the amount of time for which the
       nonce is valid; this should probably never be set to less than 10
  -    seconds. If <em>seconds</em> is less than 0 then the nonce never
  +    seconds. If <var>seconds</var> is less than 0 then the nonce never
       expires. 
       </p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="AuthDigestQop" id="AuthDigestQop">AuthDigestQop</a> <a name="authdigestqop" id="authdigestqop">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
  @@ -183,16 +187,17 @@
                 </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_auth_digest</td></tr></table>
       <p>The <code class="directive">AuthDigestQop</code> directive determines
  -    the quality-of-protection to use. <em>auth</em> will only do
  -    authentication (username/password); <em>auth-int</em> is
  +    the quality-of-protection to use. <code>auth</code> will only do
  +    authentication (username/password); <code>auth-int</code> is
       authentication plus integrity checking (an MD5 hash of the entity
  -    is also computed and checked); <em>none</em> will cause the module
  +    is also computed and checked); <code>none</code> will cause the module
       to use the old RFC-2069 digest algorithm (which does not include
  -    integrity checking). Both <em>auth</em> and <em>auth-int</em> may
  +    integrity checking). Both <code>auth</code> and <code>auth-int</code> may
       be specified, in which the case the browser will choose which of
  -    these to use. <em>none</em> should only be used if the browser for
  +    these to use. <code>none</code> should only be used if the browser for
       some reason does not like the challenge it receives otherwise.</p>
   
  -    <p><strong><em>auth-int</em> is not implemented
  -    yet</strong>.</p>
  +    <div class="note">
  +      <code>auth-int</code> is not implemented yet.
  +    </div>
   </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  
  
  
  1.6       +45 -42    httpd-2.0/docs/manual/mod/mod_auth_digest.xml
  
  Index: mod_auth_digest.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_auth_digest.xml	19 Sep 2002 02:41:15 -0000	1.5
  +++ mod_auth_digest.xml	2 Dec 2002 21:58:34 -0000	1.6
  @@ -2,6 +2,7 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   <modulesynopsis>
  +
   <name>mod_auth_digest</name>
   <description>User authentication using MD5
       Digest Authentication.</description>
  @@ -20,7 +21,7 @@
   <seealso><directive module="core">Require</directive></seealso>
   <seealso><directive module="core">Satisfy</directive></seealso>
   
  -<section><title>Using Digest Authentication</title>
  +<section id="using"><title>Using Digest Authentication</title>
   
       <p>Using MD5 Digest authentication is very simple. Simply set
       up authentication normally, using "AuthType Digest" and
  @@ -29,18 +30,20 @@
       "AuthDigestGroupFile". Then add a "AuthDigestDomain" directive
       containing at least the root URI(s) for this protection space.
       Example:</p>
  -<example>
  -  &lt;Location /private/&gt;<br />
  -  AuthType Digest<br />
  -  AuthName "private area"<br />
  -  AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
  -  AuthDigestFile /web/auth/.digest_pw<br />
  -  Require valid-user<br />
  -  &lt;/Location&gt;
  -</example>
   
  -<note><title>Note</title> 
  -    
  +    <example>
  +      &lt;Location /private/&gt;<br />
  +      <indent>
  +        AuthType Digest<br />
  +        AuthName "private area"<br />
  +        AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
  +        AuthDigestFile /web/auth/.digest_pw<br />
  +        Require valid-user<br />
  +      </indent>
  +      &lt;/Location&gt;
  +    </example>
  +
  +    <note><title>Note</title> 
       <p>Digest authentication provides a more secure password system
       than Basic authentication, but only works with supporting
       browsers. As of July 2002, the major browsers that support digest
  @@ -51,15 +54,14 @@
       href="http://www.mozilla.org">Mozilla</a>.  Since digest
       authentication is not as widely implemented as basic
       authentication, you should use it only in controlled settings.</p>
  -
  -</note>
  +    </note>
   </section>
   
   <directivesynopsis>
   <name>AuthDigestFile</name>
   <description>Location of the text file containing the list
   of users and encoded passwords for digest authentication</description>
  -<syntax>AuthDigestFile <em>file-path</em></syntax>
  +<syntax>AuthDigestFile <var>file-path</var></syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -67,7 +69,7 @@
   <usage>
       <p>The <directive>AuthDigestFile</directive> directive sets the
       name of a textual file containing the list of users and encoded
  -    passwords for digest authentication. <em>File-path</em> is the
  +    passwords for digest authentication. <var>File-path</var> is the
       absolute path to the user file.</p>
   
       <p>The digest file uses a special format. Files in this format
  @@ -81,7 +83,7 @@
   <name>AuthDigestGroupFile</name>
   <description>Name of the text file containing the list of groups
   for digest authentication</description>
  -<syntax>AuthDigestGroupFile <em>file-path</em></syntax>
  +<syntax>AuthDigestGroupFile <var>file-path</var></syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -89,14 +91,14 @@
   <usage>
       <p>The <directive>AuthDigestGroupFile</directive> directive sets
       the name of a textual file containing the list of groups and their
  -    members (user names). <em>File-path</em> is the absolute path to
  +    members (user names). <var>File-path</var> is the absolute path to
       the group file.</p>
   
       <p>Each line of the group file contains a groupname followed by
       a colon, followed by the member usernames separated by spaces.
       Example:</p>
   
  -<example>mygroup: bob joe anne</example>
  +    <example>mygroup: bob joe anne</example>
   
       <p>Note that searching large text files is <em>very</em>
       inefficient.</p>
  @@ -120,25 +122,26 @@
   
   <usage>
       <p>The <directive>AuthDigestQop</directive> directive determines
  -    the quality-of-protection to use. <em>auth</em> will only do
  -    authentication (username/password); <em>auth-int</em> is
  +    the quality-of-protection to use. <code>auth</code> will only do
  +    authentication (username/password); <code>auth-int</code> is
       authentication plus integrity checking (an MD5 hash of the entity
  -    is also computed and checked); <em>none</em> will cause the module
  +    is also computed and checked); <code>none</code> will cause the module
       to use the old RFC-2069 digest algorithm (which does not include
  -    integrity checking). Both <em>auth</em> and <em>auth-int</em> may
  +    integrity checking). Both <code>auth</code> and <code>auth-int</code> may
       be specified, in which the case the browser will choose which of
  -    these to use. <em>none</em> should only be used if the browser for
  +    these to use. <code>none</code> should only be used if the browser for
       some reason does not like the challenge it receives otherwise.</p>
   
  -    <p><strong><em>auth-int</em> is not implemented
  -    yet</strong>.</p>
  +    <note>
  +      <code>auth-int</code> is not implemented yet.
  +    </note>
   </usage>
   </directivesynopsis>
   
   <directivesynopsis>
   <name>AuthDigestNonceLifetime</name>
   <description>How long the server nonce is valid</description>
  -<syntax>AuthDigestNonceLifetime <em>seconds</em></syntax>
  +<syntax>AuthDigestNonceLifetime <var>seconds</var></syntax>
   <default>AuthDigestNonceLifetime 300</default>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
  @@ -148,11 +151,11 @@
       <p>The <directive>AuthDigestNonceLifetime</directive> directive
       controls how long the server nonce is valid. When the client
       contacts the server using an expired nonce the server will send
  -    back a 401 with <code>stale=true</code>. If <em>seconds</em> is
  +    back a 401 with <code>stale=true</code>. If <var>seconds</var> is
       greater than 0 then it specifies the amount of time for which the
       nonce is valid; this should probably never be set to less than 10
  -    seconds. If <em>seconds</em> is less than 0 then the nonce never
  -    expires. <!-- Not implemented yet If <EM>seconds</EM> is 0 then
  +    seconds. If <var>seconds</var> is less than 0 then the nonce never
  +    expires. <!-- Not implemented yet If <var>seconds</var> is 0 then
       the nonce may be used exactly once by the client. Note that while
       one-time-nonces provide higher security against replay attacks,
       they also have significant performance implications, as the
  @@ -172,7 +175,7 @@
   <directivesynopsis>
   <name>AuthDigestNonceFormat</name>
   <description>Determines how the nonce is generated</description>
  -<syntax>AuthDigestNonceFormat <em>format</em></syntax>
  +<syntax>AuthDigestNonceFormat <var>format</var></syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -195,7 +198,10 @@
   <contextlist><context>server config</context></contextlist>
   
   <usage>
  -    <p><strong>Not implemented yet.</strong> <!--
  +    <note>
  +      Not implemented yet.
  +    </note>
  +    <!--
               <P>The AuthDigestNcCheck directive enables or disables the checking of the
               nonce-count sent by the server.
   
  @@ -206,8 +212,7 @@
               a critical section. If the server is handling a large number of
               requests which contain the Authorization header then this may noticeably
               impact performance.
  -            -->
  -    </p>
  +     -->
   </usage>
   </directivesynopsis>
   
  @@ -226,12 +231,13 @@
       selects the algorithm used to calculate the challenge and response
       hashes.</p>
   
  -    <p><strong><em>MD5-sess</em> is not correctly implemented
  -    yet</strong>. <!--
  +    <note>
  +      <code>MD5-sess</code> is not correctly implemented yet.
  +    </note>
  +    <!--
               <P>To use <EM>MD5-sess</EM> you must first code up the
               <VAR>get_userpw_hash()</VAR> function in <VAR>mod_auth_digest.c</VAR> .
  -            -->
  -    </p>
  +    -->
   </usage>
   </directivesynopsis>
   
  @@ -239,7 +245,7 @@
   <name>AuthDigestDomain</name>
   <description>URIs that are in the same protection space for digest
   authentication</description>
  -<syntax>AuthDigestDomain <em>URI</em> [<em>URI</em>] ...</syntax>
  +<syntax>AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
   </contextlist>
   <override>AuthConfig</override>
  @@ -269,6 +275,3 @@
   </directivesynopsis>
   
   </modulesynopsis>
  -
  -
  -
  
  
  
  1.19      +3 -3      httpd-2.0/docs/manual/mod/mod_info.html.en
  
  Index: mod_info.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_info.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_info.html.en	16 Nov 2002 01:31:29 -0000	1.18
  +++ mod_info.html.en	2 Dec 2002 21:58:34 -0000	1.19
  @@ -69,10 +69,10 @@
       the module <var>module-name</var>. Example:</p>
   
       <div class="example"><p><code>
  -      AddModuleInfo mod_authn_file.c 'See &lt;a \<br />
  +      AddModuleInfo mod_deflate.c 'See &lt;a \<br />
         <span class="indent">
  -      href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html"&gt;\<br />
  -      http://www.apache.org/docs-2.0/mod/mod_authn_file.html&lt;/a&gt;'
  +      href="http://www.apache.org/docs-2.0/mod/mod_deflate.html"&gt;\<br />
  +      http://www.apache.org/docs-2.0/mod/mod_deflate.html&lt;/a&gt;'
         </span>
       </code></p></div>
   </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  
  
  
  1.11      +3 -3      httpd-2.0/docs/manual/mod/mod_info.xml
  
  Index: mod_info.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_info.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_info.xml	16 Nov 2002 01:31:29 -0000	1.10
  +++ mod_info.xml	2 Dec 2002 21:58:34 -0000	1.11
  @@ -73,10 +73,10 @@
       the module <var>module-name</var>. Example:</p>
   
       <example>
  -      AddModuleInfo mod_authn_file.c 'See &lt;a \<br />
  +      AddModuleInfo mod_deflate.c 'See &lt;a \<br />
         <indent>
  -      href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html"&gt;\<br />
  -      http://www.apache.org/docs-2.0/mod/mod_authn_file.html&lt;/a&gt;'
  +      href="http://www.apache.org/docs-2.0/mod/mod_deflate.html"&gt;\<br />
  +      http://www.apache.org/docs-2.0/mod/mod_deflate.html&lt;/a&gt;'
         </indent>
       </example>
   </usage>
  
  
  
  1.12      +8 -1      httpd-2.0/docs/manual/mod/mod_speling.html.en
  
  Index: mod_speling.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_speling.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_speling.html.en	7 Oct 2002 15:23:03 -0000	1.11
  +++ mod_speling.html.en	2 Dec 2002 21:58:34 -0000	1.12
  @@ -54,7 +54,6 @@
   of Apache 1.3, it is part of the Apache distribution. Prior to Apache
   1.3.2, the CheckSpelling directive was only available in the
   "server" and "virtual host" contexts.</td></tr></table>
  -
       <p>This directive enables or disables the spelling module. When
       enabled, keep in mind that</p>
   
  @@ -77,4 +76,12 @@
         get incorrectly treated as the negotiated file
         "<code>/stats.html</code>".</li>
       </ul>
  +
  +    
  +    <p>mod_speling should not be enabled in <a href="mod_dav.html">DAV</a>
  +    enabled directories, because it will try to "spell fix" newly created
  +    resource names against existing filenames, e.g., when trying to upload
  +    a new document <code>doc43.html</code> it might redirect to an existing
  +    document <code>doc34.html</code>, which is not what was intended.
  +    </p>
   </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
  
  
  
  1.5       +1 -3      httpd-2.0/docs/manual/mod/mod_speling.xml
  
  Index: mod_speling.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_speling.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_speling.xml	27 Nov 2002 15:55:19 -0000	1.4
  +++ mod_speling.xml	2 Dec 2002 21:58:34 -0000	1.5
  @@ -65,7 +65,6 @@
   "server" and "virtual host" contexts.</compatibility>
   
   <usage>
  -
       <p>This directive enables or disables the spelling module. When
       enabled, keep in mind that</p>
   
  @@ -89,6 +88,7 @@
         "<code>/stats.html</code>".</li>
       </ul>
   
  +    <!-- XXX: is that really true?! -nd -->
       <p>mod_speling should not be enabled in <a href="mod_dav.html">DAV</a>
       enabled directories, because it will try to "spell fix" newly created
       resource names against existing filenames, e.g., when trying to upload
  @@ -96,8 +96,6 @@
       document <code>doc34.html</code>, which is not what was intended.
       </p>
   </usage>
  -
   </directivesynopsis>
   
   </modulesynopsis>
  -
  
  
  
  1.49      +5 -5      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- quickreference.html.en	22 Nov 2002 05:10:35 -0000	1.48
  +++ quickreference.html.en	2 Dec 2002 21:58:34 -0000	1.49
  @@ -121,16 +121,16 @@
   passwords for authentication</td></tr>
   <tr><td><a href="mod_auth_digest.html#authdigestalgorithm">AuthDigestAlgorithm MD5|MD5-sess</a></td><td> MD5 </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Selects the algorithm used to calculate the challenge and
   response hases in digest authentication</td></tr>
  -<tr class="odd"><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain <em>URI</em> [<em>URI</em>] ...</a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">URIs that are in the same protection space for digest
  +<tr class="odd"><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">URIs that are in the same protection space for digest
   authentication</td></tr>
  -<tr><td><a href="mod_auth_digest.html#authdigestfile">AuthDigestFile <em>file-path</em></a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Location of the text file containing the list
  +<tr><td><a href="mod_auth_digest.html#authdigestfile">AuthDigestFile <var>file-path</var></a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">Location of the text file containing the list
   of users and encoded passwords for digest authentication</td></tr>
  -<tr class="odd"><td><a href="mod_auth_digest.html#authdigestgroupfile">AuthDigestGroupFile <em>file-path</em></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the text file containing the list of groups
  +<tr class="odd"><td><a href="mod_auth_digest.html#authdigestgroupfile">AuthDigestGroupFile <var>file-path</var></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the text file containing the list of groups
   for digest authentication</td></tr>
   <tr><td><a href="mod_auth_digest.html#authdigestnccheck">AuthDigestNcCheck On|Off</a></td><td> Off </td><td>s</td><td>X</td></tr><tr><td class="descr" colspan="4">Enables or disables checking of the nonce-count sent by the
   server</td></tr>
  -<tr class="odd"><td><a href="mod_auth_digest.html#authdigestnonceformat">AuthDigestNonceFormat <em>format</em></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Determines how the nonce is generated</td></tr>
  -<tr><td><a href="mod_auth_digest.html#authdigestnoncelifetime">AuthDigestNonceLifetime <em>seconds</em></a></td><td> 300 </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">How long the server nonce is valid</td></tr>
  +<tr class="odd"><td><a href="mod_auth_digest.html#authdigestnonceformat">AuthDigestNonceFormat <var>format</var></a></td><td /><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Determines how the nonce is generated</td></tr>
  +<tr><td><a href="mod_auth_digest.html#authdigestnoncelifetime">AuthDigestNonceLifetime <var>seconds</var></a></td><td> 300 </td><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">How long the server nonce is valid</td></tr>
   <tr class="odd"><td><a href="mod_auth_digest.html#authdigestqop">AuthDigestQop none|auth|auth-int [auth|auth-int]</a></td><td> auth </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Determines the quality-of-protection to use in digest
   authentication</td></tr>
   <tr><td><a href="mod_authz_groupfile.html#authgroupfile">AuthGroupFile <em>file-path</em></a></td><td /><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets the name of a text file containing the list
  
  
  
  1.7       +14 -4     httpd-2.0/docs/manual/programs/rotatelogs.html
  
  Index: rotatelogs.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/rotatelogs.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- rotatelogs.html	11 Oct 2001 15:23:07 -0000	1.6
  +++ rotatelogs.html	2 Dec 2002 21:58:35 -0000	1.7
  @@ -7,20 +7,23 @@
   <!--#include virtual="header.html" -->
   <h1 align="center">Manual Page: rotatelogs</h1>
   <!-- This document was autogenerated from the man page -->
  -<pre>
  -<strong>NAME</strong>
  +<pre><strong>NAME</strong>
        rotatelogs - rotate Apache logs without having to  kill  the
        server
   
   <strong>SYNOPSIS</strong>
  -     <strong>rotatelogs </strong><em>logfile rotationtime </em>[<em>offset</em>]
  +     <strong>rotatelogs </strong><em>logfile </em>[<em>rotationtime </em>[<em>offset</em>]] | [<em>filesize</em>M]
   
   <strong>DESCRIPTION</strong>
        <strong>rotatelogs </strong>is a simple program for use in  conjunction  with
        Apache's piped logfile feature, which can be used like this:
   
        CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
  -
  +	 
  +     or
  +	 
  +     CustomLog &quot;|bin/rotatelogs /var/logs/logfile 5M&quot; common
  +	 
        This creates the files /var/logs/logfile.nnnn where nnnn  is
        the system time at which the log nominally starts (this time
        will always be a multiple of the rotation time, so  you  can
  @@ -43,6 +46,13 @@
             zero  is  assumed and UTC is used.  For example, to use
             local time in the zone UTC -5 hours, specify a value of
             -<em>300 </em>for this argument.
  +		  
  +          or
  +          
  +     <em>filesize</em>M
  +          The maximum file size  in  megabytes followed  by  the 
  +          letter 'M' to specify size rather than time.  Use this 
  +          parameter in place of both rotationtime and offset.
   
   <strong>PORTABILITY</strong>
        The following logfile format string substitutions should  be
  
  
  
  1.18      +3 -3      httpd-2.0/docs/manual/style/css/manual.css
  
  Index: manual.css
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual.css,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- manual.css	11 Nov 2002 03:13:54 -0000	1.17
  +++ manual.css	2 Dec 2002 21:58:35 -0000	1.18
  @@ -537,7 +537,7 @@
       padding: 0;
   }
   
  -#module-index div#quickview ul#toc,
  +/* #module-index div#quickview ul#toc, */
   #manual-page div#quickview ul#toc {
       margin-left: 0;
   }
  @@ -552,14 +552,14 @@
       display: none;
   }
   
  -#module-index div#quickview ul#toc,
  +/* #module-index div#quickview ul#toc, */
   #manual-page div#quickview ul#toc,
   div#quickview #topics,
   div#quickview .seealso {
       padding-left: 15px;
   }
   
  -#module-index div#quickview ul#toc li,
  +/* #module-index div#quickview ul#toc li, */
   #manual-page div#quickview ul#toc li,
   div#quickview #topics li,
   div#quickview .seealso li {
  
  
  
  1.4       +9 -4      httpd-2.0/docs/manual/style/xsl/moduleindex.xsl
  
  Index: moduleindex.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/moduleindex.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- moduleindex.xsl	16 Oct 2002 06:45:22 -0000	1.3
  +++ moduleindex.xsl	2 Dec 2002 21:58:35 -0000	1.4
  @@ -14,7 +14,7 @@
         <body id="module-index">
           <xsl:call-template name="top"/>  
   
  -        <div id="page-content">
  +<!--        <div id="page-content"> -->
           <div id="preamble">
             <h1>
               <xsl:value-of select="title"/>
  @@ -23,6 +23,7 @@
             <xsl:apply-templates select="summary" />
           </div>
             
  +<!--
           <div id="quickview">
             <ul id="toc">
               <li>
  @@ -49,7 +50,9 @@
                 </a>
               </li>
             </ul>
  -        </div> <!-- /quickview -->
  +        </div>
  +-->
  +        <!-- /quickview -->
   
           <xsl:call-template name="toplink"/>
   
  @@ -115,6 +118,7 @@
           </div>
           <!-- /modules section -->
   
  +<!--
           <xsl:call-template name="toplink"/>
   
           <div class="section">
  @@ -148,15 +152,16 @@
                   </dd>
   
   <xsl:text>
  -</xsl:text> <!-- insert line break -->
  +</xsl:text>
   
                 </xsl:if>
               </xsl:for-each>
             </dl>
           </div>
  +-->
           <!-- /obsolete section -->
   
  -        </div> <!-- /page-content -->
  +<!--        </div> <!- /page-content -->
   
           <xsl:call-template name="bottom"/>
   
  
  
  
  1.5       +4 -2      httpd-2.0/docs/manual/style/xsl/sitemap.xsl
  
  Index: sitemap.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/sitemap.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sitemap.xsl	17 Nov 2002 05:23:23 -0000	1.4
  +++ sitemap.xsl	2 Dec 2002 21:58:35 -0000	1.5
  @@ -209,6 +209,7 @@
       </ul>
   
       <!-- obsolete modules -->
  +<!--
       <ul>
         <xsl:for-each select="modulefile">
           <xsl:sort select="document(concat($basedir,'mod/',.))/modulesynopsis/name"/>
  @@ -224,12 +225,13 @@
             </li>
    
   <xsl:text>
  -</xsl:text> <!-- insert line break -->
  +</xsl:text>
   
           </xsl:if>
         </xsl:for-each>
  -      <!-- /other modules -->
        </ul>
  +-->
  +     <!-- /obsolete modules -->
   
     </xsl:template>
     <!-- /category/modulefilelist -->