Re: [squid-users] peek and splice content inspection question

2015-08-23 Thread wmunny william
> Looking for one single thing that does everything DG or e2guardian do, > or wraps them completely is the wrong approach. They are almost > full-blown proxies like Squid. > > The *CAP design is to leave all the transfer proxying and caching duties > to software like Squid and only perform the ac

Re: [squid-users] peek and splice content inspection question

2015-08-23 Thread wmunny william
> > Sorry to jump on a late thread - it is also possible to use ICAP/eCAP > > server to filter the actual contents of the stream. > > > > C-ICAP comes to mind first, then eCap samples from > > http://www.e-cap.org/Downloads > > > > And the *CAP services is a better solution than either URL-re

Re: [squid-users] Squid 3.5.1 100% CPU

2015-01-20 Thread wmunny william
> > > > Hello all, > > Unfortunately the problem still present with latest snapshot, there is a ldap > request for each GET or CONNECT and with heavy load this is really > problematic. > You can take a look at my bug rapport, there is a temporary solution for 3.5, > but I guess it's better

[squid-users] Squid 3.5.1 100% CPU

2015-01-19 Thread wmunny william
Hello, I'm trying to test Squid 3.5.1 configured with digest authentication, and with high load Squid eats 100% CPU I had no problem with 3.4 and the patch from your previous message ( http://www.mail-archive.com/squid-users@lists.squid-cache.org/msg00925.html ) The problem is gone with BASIC

Re: [squid-users] Problem with digest authentification and credential backend

2014-11-26 Thread wmunny william
> > William to be more clear this patch is not related at all with > authenticate_ttl directive. > authenticate_ttl doesn't works with Digest, but with basic and maybe another > (ntlm, kerberos ?) there is no precision here > http://www.squid-cache.org/Doc/config/authenticate_ttl/ > > The pat

Re: [squid-users] Problem with digest authentification and credential backend

2014-11-21 Thread wmunny william
And it works great ! Thank you Amos for your patch. In previous Squid 3.3.x DIGEST was very buggy , crash, 407, banners, but now it seems very stable. Perhaps there are some little bugs like this, but now it's usable. Thanks for your works     http://bugs.squid-cache.org/show_bug.cgi?id=4066 It

[squid-users] Problem with digest authentification and credential backend

2014-11-19 Thread wmunny william
Hi,   After some strange authentication issues, I saw that my problem occurs when a admin sets a new password or removes a user. The backend authentification is only checked in logon at first popup, if something changes in LDAP the browser still always connected unlike basic ident.    Maybe I f