Re: [EMAIL PROTECTED] Finding Number Of Complete Downloads in access_log

2006-04-27 Thread Joshua Slive
On 4/27/06, Shailesh Garg <[EMAIL PROTECTED]> wrote: > I am looking for a way to find the number of successfully downloads for a > particular file. I have noticed 2 issues :- > > > 1. Even when the client cancels the download in between, log shows status > code as 200. > > 2. For range downloads, m

[EMAIL PROTECTED] Finding Number Of Complete Downloads in access_log

2006-04-27 Thread Shailesh Garg
I am looking for a way to find the number of successfully downloads for a particular file. I have noticed 2 issues :-   1. Even when the client cancels the download in between, log shows status code as 200.   2. For range downloads, multiple 206 enteries are logged and one 200 entry, even if the do