[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq2 / webalizer / summary by month



At 11:30 AM 4/9/01 +0200, you wrote:
>I've a problem with the webalizer running on a Raq2. There are many virtual
>sites and there is a problem with one of the reports. When i want to see the
>statistics for one of these virtual sites with the web-browser
>(www.anysite.com/stats) i see only in the summery by month the statistcs for
>some days in this month but not the full statistic. For example in March

I believe the file you want to modify is in /etc/webalizer.conf but wherever it is located on your machine, edit the webalizer.conf file as follows.. find the line below...

Original line will look like

#Incremental no

change to

Incremental yes

The problem you are having is caused by the way the RaQ's handle log rotation. If you change the line as above, webalizer will create a history file within each virtual's stats folder, it will then read that file on the next pass and continue the log read from there. Your stats page will hold the information from the last pass and each pass.

You will need to change to su to edit this file.

Wayne Sagar