You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/09/19 20:02:36 UTC

cvs commit: httpd-2.0/docs/manual logs.xml logs.html.en

slive       2002/09/19 11:02:35

  Modified:    docs/manual logs.xml logs.html.en
  Log:
  Fix a couple little mistakes that probably creaped in during
  the xml conversion.
  
  Revision  Changes    Path
  1.5       +7 -9      httpd-2.0/docs/manual/logs.xml
  
  Index: logs.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/logs.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- logs.xml	5 Sep 2002 23:18:19 -0000	1.4
  +++ logs.xml	19 Sep 2002 18:02:35 -0000	1.5
  @@ -149,14 +149,12 @@
   	module="mod_log_config">CustomLog</directive> directive now subsumes
   	the functionality of all the older directives.</p>
   
  -    <p>The format of the access log is highly configurable. The
  -    format is specified using a <directive
  -	module="mod_log_config">CustomLog</directive> that
  -    looks much like a C-style printf(1) format string. Some
  -    examples are presented in the next sections. For a complete
  -    list of the possible contents of the format string, see the <a
  -    href="mod/mod_log_config.html#formats">mod_log_config
  -    documentation</a>.</p>
  +    <p>The format of the access log is highly configurable. The format
  +    is specified using a format string that looks much like a C-style
  +    printf(1) format string. Some examples are presented in the next
  +    sections. For a complete list of the possible contents of the
  +    format string, see the <module>mod_log_config</module> <a
  +    href="mod/mod_log_config.html#formats">format strings</a>.</p>
       
       <section id="common">
         <title>Common Log Format</title>
  @@ -420,7 +418,7 @@
     </section>
     
     <section id="rotation">
  -    <title>Rotation Logs</title>
  +    <title>Log Rotation</title>
       
       <p>On even a moderately busy server, the quantity of
       information stored in the log files is very large. The access
  
  
  
  1.18      +7 -8      httpd-2.0/docs/manual/logs.html.en
  
  Index: logs.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/logs.html.en,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -d -b -u -r1.17 -r1.18
  --- logs.html.en	10 Sep 2002 02:03:38 -0000	1.17
  +++ logs.html.en	19 Sep 2002 18:02:35 -0000	1.18
  @@ -12,7 +12,7 @@
       capabilities. This document describes how to configure its
       logging capabilities, and how to understand what the logs
       contain.</p>
  -  </div><div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#security">Security Warning</a></li><li><img alt="" src="./images/down.gif" /> <a href="#errorlog">Error Log</a></li><li><img alt="" src="./images/down.gif" /> <a href="#accesslog">Access Log</a></li><li><img alt="" src="./images/down.gif" /> <a href="#rotation">Rotation Logs</a></li><li><img alt="" src="./images/down.gif" /> <a href="#piped">Piped Logs</a></li><li><img alt="" src="./images/down.gif" /> <a href="#virtualhost">Virtual Hosts</a></li><li><img alt="" src="./images/down.gif" /> <a href="#other">Other Log Files</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="security" id="security">Security Warning</a></h2>
  +  </div><div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#security">Security Warning</a></li><li><img alt="" src="./images/down.gif" /> <a href="#errorlog">Error Log</a></li><li><img alt="" src="./images/down.gif" /> <a href="#accesslog">Access Log</a></li><li><img alt="" src="./images/down.gif" /> <a href="#rotation">Log Rotation</a></li><li><img alt="" src="./images/down.gif" /> <a href="#piped">Piped Logs</a></li><li><img alt="" src="./images/down.gif" /> <a href="#virtualhost">Virtual Hosts</a></li><li><img alt="" src="./images/down.gif" /> <a href="#other">Other Log Files</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="security" id="security">Security Warning</a></h2>
       
       
       <p>Anyone who can write to the directory where Apache is
  @@ -121,12 +121,11 @@
       <code>TransferLog</code> directive. The <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code> directive now subsumes
   	the functionality of all the older directives.</p>
   
  -    <p>The format of the access log is highly configurable. The
  -    format is specified using a <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code> that
  -    looks much like a C-style printf(1) format string. Some
  -    examples are presented in the next sections. For a complete
  -    list of the possible contents of the format string, see the <a href="mod/mod_log_config.html#formats">mod_log_config
  -    documentation</a>.</p>
  +    <p>The format of the access log is highly configurable. The format
  +    is specified using a format string that looks much like a C-style
  +    printf(1) format string. Some examples are presented in the next
  +    sections. For a complete list of the possible contents of the
  +    format string, see the <code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code> <a href="mod/mod_log_config.html#formats">format strings</a>.</p>
       
       <h3><a name="common" id="common">Common Log Format</a></h3>
         
  @@ -377,7 +376,7 @@
         easier to simply post-process the log files to remove requests
         that you do not want to consider.</p>
       
  -  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="rotation" id="rotation">Rotation Logs</a></h2>
  +  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="rotation" id="rotation">Log Rotation</a></h2>
       
       
       <p>On even a moderately busy server, the quantity of