Forum Moderators: phranque
I am pretty sure this can be done as it was set up to happen on a host that I once used. Any pointers most appreciated.
Cheers
If I could be so cheeky as to ask if I am nearly there with this as in the logrotate configuration file:
/www/logs/mysite/access.log {
rotate 4
daily
compress
prerotate
/usr/bin/webalizer -N 5 -Q -c /usr/local/etc/webalizer/mysite.co.uk
/bin/true
endscript
}