Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by pctony:
http://wiki.apache.org/httpd/ResponseSize

The comment on the change is:
Flattening Project

------------------------------------------------------------------------------
+ ## page was renamed from Logs/Response Size
  In the default log formats, the size of the response is logged using the 
{{{%b}}} directive in the log format string. This logs the size of the object 
requested by the client, but not necessarily the number of bytes actually 
delivered to the client. In other words, the log will contain exactly what is 
written in the {{{Content-Length}}} HTTP response header (for responses that 
use this header).
  
  If you wish to instead log the number of bytes actually sent to the client, 
you should use the {{{%O}}} log format directive provided by {{{mod_logio}}}.

Reply via email to