I was just poking around in /var/log on my server (SME 5.1.2 w/ various contribs) this afternoon, and noticed something rather odd. It seems that most everything is being rotated, except for httpd/mod_gzip.log. On my machine, this file is 155 MB, and contains entries as far back as 9/13/01. I've installed the e-smith-mod_gzip-1.3.19a-1es RPM, but I'm not sure who packaged it.
I've tried adding the following to logrotate.conf:
/var/log/httpd/mod_gzip.log {
weekly
create
rotate 4
}
...but I haven't yet seen an effect (probably because the logs haven't rotated yet). Would this be the way to set it up, or should I do something different?