[squid-users] How to interrupt ongoing transfer

2008-11-10 Thread kaustav_deybiswas
Hi, I am a squid newbie. I am trying to set up daily download quotas for NCSA authorized users. I have a daemon running which checks the log files, and whnever the download limit is reached (for a particular user), it blocks that user in the config and reconfigures squid (squid -k reconfigure) for

[squid-users] Squid default log rotation period

2008-11-20 Thread kaustav_deybiswas
Hi, I have recently installed Squid and I found that Squid is automatically rotating its logs every week. I want to set up crontabs to rotate the logs at the end of each month. How can I disable the default rotation to ensure that the logs wont get rotated every week, but only at the end of each

Re: [squid-users] Squid default log rotation period

2008-11-20 Thread kaustav_deybiswas
Henrik Nordstrom-5 wrote: > > On tor, 2008-11-20 at 07:05 -0800, kaustav_deybiswas wrote: > >> I have recently installed Squid and I found that Squid is automatically >> rotating its logs every week. > > No it doesn't. But maybe you have a logrotate

Re: [squid-users] Squid default log rotation period

2008-11-20 Thread kaustav_deybiswas
gt;>> On tor, 2008-11-20 at 07:05 -0800, kaustav_deybiswas wrote: >>> >>>> I have recently installed Squid and I found that Squid is automatically >>>> rotating its logs every week. >>> >>> No it doesn't. But maybe you have a logrotate script doing

Re: [squid-users] Squid default log rotation period

2008-11-21 Thread kaustav_deybiswas
Thanks a lot! Crontabs was empty as I said, but I found /etc/logrotate.d/squid containing the rotation scripts. I will modify them to suit my needs. Thanks again, Kaustav Henrik Nordstrom-5 wrote: > > On tor, 2008-11-20 at 07:05 -0800, kaustav_deybiswas wrote: > >>

[squid-users] Re[squid-users] cording content length prior to transfer

2009-03-09 Thread kaustav_deybiswas
Hi, Object sizes are logged in access.log (as per the logformat) only after the transfer of that object is complete. But is there any way to record the content-length of an object before the transfer actually begins? I found that running debug (level 9) on HTTP header section (55) prints the cont