/var/log/squid/access*.log {
	olddir /var/log/archive/squid
	weekly
	rotate 4
#	dateext
	compress
	create 660 root squid
	postrotate
		# signal Squid to restart logging with the new files
		/usr/sbin/squid -k rotate
	endscript
	sharedscripts
}

/var/log/squid/[sc]*.log {
	olddir /var/log/archive/squid
	weekly
	rotate 4
	compress
	create 660 root squid
	postrotate
		# signal Squid to restart logging with the new files
		/usr/sbin/squid -k rotate
	endscript
	sharedscripts
}
