Is it possible to get some of the fixes to mod_logio committed?  Wouldn't
everyone agree that the current logging of the outgoing bytes is incorrect
behavior?  Currently it logs the full file size (plus headers) even if it
gets cut off in the middle, instead of the actual number of bytes sent.
I've seen several patches to fix this but very little comment on it...  I've
seen lots of comments that it can't be done without major rearchitecting,
but Bojan seems to have done it without that by breaking pipelining, am I
correct?

I also wish that %b would be fixed in a similar manner but I haven't seen
any patches for that (or comments about it).  Wouldn't everyone agree that
it too should log actual bytes sent not just the full file size every time?
Apache 2.0 should do everything that 1.3 did, so this logging issue really
should be considered a bug, right?

Since I depend on correct outgoing byte count logging to see how many people
sucessfully download files, I can live with broken pipelining for now in
2.0, currently I've had to roll back to Apache 1.3 and put in 3 times as
many machines (12 instead of 4)....  I'd really like to return those 8
borrowed machines someday and be able to upgrade to 2.0... but can't do that
in the current broken log state.

Dave

Reply via email to