805743
/var/log/squid/*.log {
805743
    weekly
805743
    rotate 5
805743
    compress
805743
    delaycompress
805743
    notifempty
805743
    missingok
805743
    nocreate
805743
    sharedscripts
805743
    postrotate
805743
      # Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf)
805743
      # errors redirected to make it silent if squid is not running
805743
      /usr/sbin/squid -k rotate 2>/dev/null
805743
    endscript
805743
}