Hi guys,
I have a site running on Windows Server 2003 on IIS 6.0 and have just set up AWSTATS for the marketing team to use for analysis.
The problem I have and what appears to be a known issue is that the W3C Extended Log File Format logs in GMT and ignores the local server time. I have tried using the LoadPlugin="timezone +10" in the conf file (I am in Sydney and we are GMT+10). This works only to a certain degree.
When I process a log file now, AWSTATS reads the stats as the first hit in the file from 10am and the last hit from 10am the next day - however it displays correctly in the "hours" section.
Ie. The below gives an illustration of what I mean. My site has daily log files. I have processed just 1 log file from a Tuesday which has some of the results going into Wednesday because the LoadPlugin="timezone +10" has been used.
Day Pages Hits Bandwidth
Mon 0 0 0
Tue 3140.25 21451.75 112.20 MB
Wed 709.25 5104.75 25.44 MB
Thu 0 0 0
Fri 0 0 0
Sat 0 0 0
Sun 0 0 0
Does anyone have any experience with resolving this issue?
Kind Regards