[squid-users] authenticate users by Active Directory

2010-10-14 Thread Riccardo Castellani
1- Can I authenticate my users by Active Directory ? I have 3 Domain Controller servers where my domain is 'intern.it' (MS DNS) I have another domain, on the external side (extern.it) , which I use to publish web services and SMTP traffic (Linux srv, Bind9 package) Clients use MS internal dns,

[squid-users] is it possible to log if a client cancels a download ?

2010-10-14 Thread Dieter Bloms
Hello, when a user canceled a download, I can't see it in the access.log and cache.log. Is it possible to log the reason, why the download is cancled. In access.log file I see only the 200 HTTP status code. -- Best regards Dieter -- I do not get viruses because I do not use MS software. If

Re: [squid-users] is it possible to log if a client cancels a download ?

2010-10-14 Thread Amos Jeffries
On 14/10/10 22:02, Dieter Bloms wrote: Hello, when a user canceled a download, I can't see it in the access.log and cache.log. Is it possible to log the reason, why the download is cancled. The ONLY way to cancel a download in TCP is to close the connection. There is no reason for closure.

[squid-users] Leaking ICAP connections

2010-10-14 Thread Steve Hill
I am using Squid 3.1.0.14, configured to make REQMOD and RESPMOD requests to a local ICAP server. Everything seems to work fine, except the number of connections between Squid and the ICAP server sometimes keeps increasing over the course of days or weeks. I haven't been able to figure out

Re: [squid-users] Leaking ICAP connections

2010-10-14 Thread Amos Jeffries
On 15/10/10 02:36, Steve Hill wrote: I am using Squid 3.1.0.14, configured to make REQMOD and RESPMOD requests to a local ICAP server. Everything seems to work fine, except the number of connections between Squid and the ICAP server sometimes keeps increasing over the course of days or weeks.