You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bojan Smojver <bo...@rexursive.com> on 2002/08/20 05:19:52 UTC

[PATCH]: Input/Output bytes for mod_log_config, Apache 1.3

Here is the patch that calculates (in the same way mod_accounting, by
Simone Tellini, does) the number of bytes received and bytes sent per
request. The numbers are then logged using %I (input) and %O (output).
Since the numbers are always greater then 0, there are no CLF versions
of those functions.

I have also included the patch for the documentation.

Bojan

Re: [PATCH]: Input/Output bytes for mod_log_config, Apache 1.3

Posted by Bojan Smojver <bo...@rexursive.com>.
Just noticed that there is a little bit of silliness (as usual) in the
original patch. Nothing serious, but this one should make a bit more
sense...

Bojan