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 2005/02/02 21:18:01 UTC

svn commit: r151042 - httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko

Author: nd
Date: Wed Feb  2 12:17:59 2005
New Revision: 151042

URL: http://svn.apache.org/viewcvs?view=rev&rev=151042
Log:
update transformation

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en?view=diff&r1=151041&r2=151042
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en Wed Feb  2 12:17:59 2005
@@ -84,9 +84,9 @@
 <tr><td><code>%...A</code></td>
         <td>Local IP-address</td></tr>
 <tr class="odd"><td><code>%...B</code></td>
-        <td>Bytes sent, excluding HTTP headers.</td></tr>
+        <td>Size of response in bytes, excluding HTTP headers.</td></tr>
 <tr><td><code>%...b</code></td>
-        <td>Bytes sent, excluding HTTP headers. In CLF format, <em>i.e.</em>
+        <td>Size of response in bytes, excluding HTTP headers. In CLF format, <em>i.e.</em>
         a '<code>-</code>' rather than a 0 when no bytes are sent.</td></tr>
 <tr class="odd"><td><code>%...{<var>Foobar</var>}C</code></td>
         <td>The contents of cookie <var>Foobar</var> in the request sent
@@ -214,6 +214,14 @@
     rule are <code>"</code> and <code>\</code> which are escaped by prepending
     a backslash, and all whitespace characters which are written in their
     C-style notation (<code>\n</code>, <code>\t</code> etc).</p>
+
+    <p>Note that in httpd 2.0, unlike 1.3, the <code>%b</code> and
+    <code>%B</code> format strings do not represent the number of
+    bytes sent to the client, but simply the size in bytes of the HTTP
+    response (which will differ, for instance, if the connection is
+    aborted, or if SSL is used).  The <code>%O</code> format provided
+    by <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> will log the actual number of bytes
+    sent over the network.</p>
 
     <p>Some commonly used log format strings are:</p>
 

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja?view=diff&r1=151041&r2=151042
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ja Wed Feb  2 12:17:59 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 106090:124244 (outdated) -->
+<!-- English Revision: 106090:149509 (outdated) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko?view=diff&r1=151041&r2=151042
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml.ko Wed Feb  2 12:17:59 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 106090:124244 (outdated) -->
+<!-- English Revision: 106090:149509 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation