On 13/11/2015 12:30 a.m., Verónica Ovando wrote:
> Thanks for your answer, Amos.
>
> Yes, squid 3.5 is running over Debian8.
>
> What do you refer with "All the squid3 things you are checking may not
> actually exists anymore"?
If you are running the official Debian 3.5 package, it went through
Besides the advice the others have given about how to manage logrotate.d
itself...
What OS and version are you using?
It looks like Debian or an derivative to me and the "squid3" naming is
being deprecated there. All the "squid3" things you are checking may not
actually exist anymore.
Amos
On 11.11.15 09:25, Verónica Ovando wrote:
I am using logrotate with this configuration in /etc/logrotate.d/squid3:
/var/log/squid3/access.log {
maxsize 50M
daily
compress
delaycompress
rotate 5
missingok
notifempty
create 0640 proxy
On Wednesday 11 November 2015 at 13:25:56, Verónica Ovando wrote:
> Hi. I need to set up correctly my logfiles rotation.
I think http://serverfault.com/questions/391538/logrotate-daily-and-size might
help you.
> I am using logrotate with this configuration in /etc/logrotate.d/squid3:
>
> /var/