* [EMAIL PROTECTED] wrote: > I'm trying to process apache logs to find the total of transferred data for > each member. The files are large and downloads are often stopped and > resumed, downloaded in segments, etc... > > I noticed that %b directive in CustomLog *should* mean "Bytes sent, > excluding HTTP headers" but it doesn't seem to work like this. I think it > just mean Content-Length returned in HTTP-response. > > Is there a way to get accurate number of bytes actually transferred (taking > into account cancelled and partial downloads)?
You're asking at the wrong list. Try [EMAIL PROTECTED] next time. Thanks. However, you might wanna use http://httpd.apache.org/docs-2.0/mod/mod_logio.html. nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gef�hrten nicht zu z�hlen brauchte" -- Karl May, "Winnetou III" Im Westen was neues: <http://pub.perlig.de/books.html#apache2>
