Home › Forums › OS X Server and Client Discussion › Questions and Answers › Trying to rotate Squid logs
Hi
Bit of a noob question… I would like to have a cron job to rotate my squid logs.
The command is usr/local/squid/bin/squid -k rotate but I get “squid: ERROR: No running copy” .
When I check running processes, thats where squid is running from.
Any ideas?
TIA
BP
OK I found how to do this:
sudo path/to/squid/binary -k rotate
Now I’ll ty doing this with a Cron job
Comments are closed