SYMPTOMS
Customers don't have actual webstatistics twice a year.CAUSE
Webalizer writes current time shift from GMT to files webalizer.current. When daylight saving starts/ends time shift changes and webalizer doesn't parse log files properly.RESOLUTION
You should replace old GMT shift with the new one in webalizer.current config file. In order to do it for all current host webspaces execute:
sed -i '2s/old_gmt_shift$/new_gmt_shift/' /usr/local/pem/vhosts/*/webspace/webstat/webalizer.current
For example, old shift from GMT was 1 hour, new one is 2 hours, so command should be:
sed -i '2s/1$/2/' /usr/local/pem/vhosts/*/webspace/webstat/webalizer.current Keywords: webalizer