> Hi,
> 
> We're having issues with log file roll over in squid - when squid is under 
> heavy load and the log files are very big, triggering a log file roll over 
> (squid -k rotate) makes squid unresponsive, and has to be killed manually 
> with a kill -9. 

You would be better off moving the log files aside, sending squid a reconfigure 
and working on the log files later so that you do not block squid.

That is what I do for access.log:

mv /squid/logs/access.log /squid/logs/access.log.bak
/squid/squid -k reconfigure
gzip /squid/logs/access.log.bak 

Jenny                                     

Reply via email to