In alt.apache.configuration J.Beaulieu <(E-Mail Removed)> wrote:
> Yes, but I'm curious to know which file webalizer is taking to
> perform such stats;
The access_log and error_log files
> access_log is used, however there seems to be no data like 'number of
> bytes per visit'
No, but there is the amount of bytes of each single requests, that summed
up and divided by the total number of visits will give you that figure.
> as a typical line in access_log, but no amount of bytes for this;
What do you think that the number after the response code is? See the
documentation about the log format if you want more info.
Davide
|