Hi awstats team,
my LogFile entry looks like this:
LogFile="/path/to/logfile/DOMAINNAME-access.%YY%MM%DD-
12.log"
I run awstats only once a day at 03:00 am and it should use the
file from yesterday and they are rotated daily by cronolog.
This seems to work fine.
But at the first day of a new month awstats generates no statistics
for the last day from the month bevor. So I don't have any stats
for 30. of september and none for 31. of august for example!
Im using SuSE9.1with perl-5.8.3.
Thank you very much, kaese
Laurent Destailleur (Eldy)
2004-11-10
Logged In: YES
user_id=96898
There is an error in your setup.
What you want to do is
LogFile="/path/to/logfile/DOMAINNAME-access.%YY-12%MM-12%DD-
12.log"