]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_log_config.conf
- Up to 2.4.52
[packages/apache.git] / apache-mod_log_config.conf
index 48f9dc2c7024585004d98eee17ea05a80f4f5f2f..298a5d4eb4497a2a677f89f99685c10ba6481b94 100644 (file)
@@ -1,4 +1,3 @@
- apache-mod_log_config.conf,v 1.3 2005/12/19 15:13:03 glen Exp $
 LoadModule log_config_module modules/mod_log_config.so
 
 <IfModule log_config_module>
@@ -6,6 +5,15 @@ LoadModule log_config_module modules/mod_log_config.so
        # The following directives define some format nicknames for use with
        # a CustomLog directive (see below).
        #
+       # NOTE: 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.
+       #
+       # So if you need to log actual bytes sent (for example log analyzing),
+       # install mod_logio and use %O instead of %b.
+
        LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
        LogFormat "%h %l %u %t \"%r\" %>s %b" common