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 2004/09/07 08:05:34 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_log_forensic.html.en

nd          2004/09/06 23:05:34

  Modified:    docs/manual/faq all_in_one.html.en support.html.en
                        support.xml.ko
               docs/manual/mod mod_log_forensic.html.en
  Log:
  update transformation
  
  Revision  Changes    Path
  1.13      +1 -1      httpd-2.0/docs/manual/faq/all_in_one.html.en
  
  Index: all_in_one.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/all_in_one.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- all_in_one.html.en	25 Apr 2004 22:53:09 -0000	1.12
  +++ all_in_one.html.en	7 Sep 2004 06:05:34 -0000	1.13
  @@ -59,7 +59,7 @@
         <dl>
         <dt>Check the errorlog!</dt>
         <dd>Apache tries to be helpful when it encounters a problem. In many
  -      cases, it will provide some details by writing one or messages to the
  +      cases, it will provide some details by writing one or more messages to the
         server error log. Sometimes this is enough for you to diagnose &amp; fix
         the problem yourself (such as file permissions or the like). The default
         location of the error log is
  
  
  
  1.8       +1 -1      httpd-2.0/docs/manual/faq/support.html.en
  
  Index: support.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/support.html.en,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- support.html.en	25 Apr 2004 22:53:09 -0000	1.7
  +++ support.html.en	7 Sep 2004 06:05:34 -0000	1.8
  @@ -42,7 +42,7 @@
         <dl>
         <dt>Check the errorlog!</dt>
         <dd>Apache tries to be helpful when it encounters a problem. In many
  -      cases, it will provide some details by writing one or messages to the
  +      cases, it will provide some details by writing one or more messages to the
         server error log. Sometimes this is enough for you to diagnose &amp; fix
         the problem yourself (such as file permissions or the like). The default
         location of the error log is
  
  
  
  1.3       +1 -1      httpd-2.0/docs/manual/faq/support.xml.ko
  
  Index: support.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/faq/support.xml.ko,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- support.xml.ko	25 Apr 2004 22:53:09 -0000	1.2
  +++ support.xml.ko	7 Sep 2004 06:05:34 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="EUC-KR" ?>
   <!DOCTYPE faq SYSTEM "../style/faq.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
  -<!-- English Revision: 1.4 -->
  +<!-- English Revision: 1.5 -->
   
   <!--
    Copyright 2004 The Apache Software Foundation
  
  
  
  1.4       +2 -2      httpd-2.0/docs/manual/mod/mod_log_forensic.html.en
  
  Index: mod_log_forensic.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_forensic.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- mod_log_forensic.html.en	12 Apr 2004 17:22:27 -0000	1.3
  +++ mod_log_forensic.html.en	7 Sep 2004 06:05:34 -0000	1.4
  @@ -65,7 +65,7 @@
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
   <h2><a name="formats" id="formats">Forensic Log Format</a></h2>
  -    <p>Each request is logged two times. The first time <em>before</em> it's
  +    <p>Each request is logged two times. The first time is <em>before</em> it's
       processed further (that is, after receiving the headers). The second log
       entry is written <em>after</em> the request processing at the same time
       where normal logging occurs.</p>
  @@ -86,7 +86,7 @@
           Firefox/0.8|Accept:image/png, <var>etc...</var>
       </code></p></div>
   
  -    <p>The plus character at the beginning indicates that this is first log
  +    <p>The plus character at the beginning indicates that this is the first log
       line of this request. The second line just contains a minus character and
       the ID again:</p>