From: André Malo Date: Wed, 2 Feb 2005 20:17:59 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.0.53~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35bdf091f705e26e7a63a45397d189e828375278;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151042 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index d55249e6d8f..9ad2a07904f 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -84,9 +84,9 @@ %...A Local IP-address %...B - Bytes sent, excluding HTTP headers. + Size of response in bytes, excluding HTTP headers. %...b - Bytes sent, excluding HTTP headers. In CLF format, i.e. + Size of response in bytes, excluding HTTP headers. In CLF format, i.e. a '-' rather than a 0 when no bytes are sent. %...{Foobar}C The contents of cookie Foobar in the request sent @@ -215,6 +215,14 @@ a backslash, and all whitespace characters which are written in their C-style notation (\n, \t etc).

+

Note that in httpd 2.0, unlike 1.3, the %b and + %B 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 %O format provided + by mod_logio will log the actual number of bytes + sent over the network.

+

Some commonly used log format strings are:

diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja index 0ea5a4502a4..7018cac3b04 100644 --- a/docs/manual/mod/mod_log_config.xml.ja +++ b/docs/manual/mod/mod_log_config.xml.ja @@ -1,7 +1,7 @@ - + +