|
Home > Archive > Apache Server configuration support > October 2006 > Do log files show cancelled vs. completed requests?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Do log files show cancelled vs. completed requests?
|
|
|
| I've got a large file (an exe) on my Apache server that people download.
I suspect many people are cancelling before it completes, but in looking
at my log files, I can't seem to tell that. In my own testing and
looking at the log file results, a cancelled download looks the same as
a completed download.
Is there a logging option I can turn on that might differentiate these?
Or any other ideas, tips or tricks I might use to detect this?
Thank you,
Dan
| |
|
|
"Dan D" <dand@nowhere.com> schreef in bericht
news:12jcsbhbh4c5r7e@corp.supernews.com...
> I've got a large file (an exe) on my Apache server that people download. I
> suspect many people are cancelling before it completes, but in looking at
> my log files, I can't seem to tell that. In my own testing and looking at
> the log file results, a cancelled download looks the same as a completed
> download.
>
> Is there a logging option I can turn on that might differentiate these?
http://httpd.apache.org/docs/2.0/mo...ig.html#formats
Add %B to your logformat.
This change may break break processing the logfiles by eg awstats.
HansH
--
Warning: RTF manual missing.
| |
|
| HansH wrote:
> "Dan D" <dand@nowhere.com> schreef in bericht
> news:12jcsbhbh4c5r7e@corp.supernews.com...
>
>
> http://httpd.apache.org/docs/2.0/mo...ig.html#formats
> Add %B to your logformat.
>
> This change may break break processing the logfiles by eg awstats.
>
> HansH
Thank you. I will test that and see if that does what I'm looking for.
Dan
|
|
|
|
|