[PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Bojan Smojver
I'm playing around with a patch for mod_log_config that would enable logging of the number bytes received per request. That kind of information would then be very useful for determining input traffic per virtual host, URL or whatever else, using regular web analysis tools, e.g. webalizer. Does so

Re: [PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Chris Taylor
Taylor - [EMAIL PROTECTED] - The guy with the PS2 WebServer - http://www.x-bb.org/chris.asc - - Original Message - From: "Bojan Smojver" <[EMAIL PROTECTED]> To: "Apache Dev List" <[EMAIL PROTECTED]> Sent: Sunday, August 18, 2002 11:25 PM Subject: [PROPOSAL]

Re: [PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Bojan Smojver
Quoting Chris Taylor <[EMAIL PROTECTED]>: > Yes, definately. > > FWIW, I find it quite annoying that Webalizer's "amount served" is > often blindingly inaccurate based on Apache's logs. I think this is due to the fact that headers are not taken into account or something like that. And there is

Re: [PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Justin Erenkrantz
On Mon, Aug 19, 2002 at 08:25:53AM +1000, Bojan Smojver wrote: > I'm playing around with a patch for mod_log_config that would enable > logging of the number bytes received per request. That kind of > information would then be very useful for determining input traffic per > virtual host, URL or wh

Re: [PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Bojan Smojver
Quoting Justin Erenkrantz <[EMAIL PROTECTED]>: > On Mon, Aug 19, 2002 at 08:25:53AM +1000, Bojan Smojver wrote: > > I'm playing around with a patch for mod_log_config that would enable > > logging of the number bytes received per request. That kind of > > information would then be very useful for

Re: [PROPOSAL]: Bytes received v. mod_log_config

2002-08-18 Thread Justin Erenkrantz
On Mon, Aug 19, 2002 at 02:27:40PM +1000, Bojan Smojver wrote: > Thanks for the hint! I never thought of that... Since a filter like that is > connection based, I'm not sure (mainly because I don't know much about Apache) > how would that work with persistent connections, chunked encoding and othe