Re: [squid-users] Squid 2.7 to Squid 3.5

2016-10-17 Thread Johnny Lam
Some more information, - tell us which system / distribution / version you are running this on I am running it on Windows machine. Regards, Johnny 2016-10-17 9:27 GMT+08:00 Johnny Lam : > Dear all, > > > Sorry for missing the conf in my previous mail. > > Below is my conf in squid 2.7 > > acl

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
On Fri, Oct 14, 2016 at 1:50 AM, Alex Rousskov wrote: > On 10/13/2016 01:53 AM, Deniz Eren wrote: > >> I'm using squid's SMP functionality to distribute requests to many >> squid instances and distribute workload to multiple processors. >> However while running squid's workers after a while worker

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
On Sun, Oct 16, 2016 at 2:57 AM, Eliezer Croitoru wrote: > Hey, > > I can try to replicate the same configuration removing couple settings just > to make it simpler to verify if the issue since it's similar to the next > testing lab I have planned. > Can you give more detail about the OS? CentOS

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Alex Rousskov
On 10/17/2016 02:38 AM, Deniz Eren wrote: > 2016/10/17 11:22:37 kid1| assertion failed: > ../../src/ipc/AtomicWord.h:71: "Enabled()" Either your Squid does not support SMP (a build environment problem) or Squid is trying to use SMP features when SMP is not enabled (a Squid bug). What does the fol

[squid-users] Additional ecap/icap questions

2016-10-17 Thread James Lay
Well this has been a pretty amazing bit of learning that's for sure. Here's what I'm wanting to accomplish and it's been proving a challenge: Detect keywords (think DLP maybe) in http/https flows. I've got ecap and icap compiled in and working. My challenges: a)with icap, it appears that t

Re: [squid-users] Additional ecap/icap questions

2016-10-17 Thread Alex Rousskov
On 10/17/2016 11:51 AM, James Lay wrote: > Here's what I'm wanting to accomplish and it's been proving a challenge: > Detect keywords (think DLP maybe) in http/https flows. I've got ecap > and icap compiled in and working. My challenges: > > a)with icap, it appears that the filter content adap

[squid-users] Squid 3.5 conf

2016-10-17 Thread Johnny Lam
Dear all, Sorry for missing the conf in my previous mail. Below is my conf in squid 2.7 acl dest dst 10.68.8.146/32 http_access deny !dest auth_param basic program ../libexec/ncsa_auth.exe ../etc/password.txt acl User_Authorized proxy_auth REQUIRED http_access allow User_Authorized I tried to

[squid-users] FYI - primitive hit-rate results w/sslbump vs. not

2016-10-17 Thread L. A. Walsh
Just as an FYI, I did a test today of squid's efficacy with the ssl-bumping feature. This is a preliminary result with little or no review of the logs -- just going by access log entries. I was interested because I've been running squid @ home for over 10 years to try to squeeze speed out of

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
On Mon, Oct 17, 2016 at 7:43 PM, Alex Rousskov wrote: > On 10/17/2016 02:38 AM, Deniz Eren wrote: >> 2016/10/17 11:22:37 kid1| assertion failed: >> ../../src/ipc/AtomicWord.h:71: "Enabled()" > > Either your Squid does not support SMP (a build environment problem) or > Squid is trying to use SMP fe

Re: [squid-users] Squid 2.7 to Squid 3.5

2016-10-17 Thread Amos Jeffries
On 17/10/2016 2:27 p.m., Johnny Lam wrote: > Dear all, > > > Sorry for missing the conf in my previous mail. > > Below is my conf in squid 2.7 > > acl dest dst 10.68.8.146/32 > http_access deny !dest > auth_param basic program ../libexec/ncsa_auth.exe ../etc/password.txt > acl User_Authorized p

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Alex Rousskov
On 10/17/2016 10:37 PM, Deniz Eren wrote: > On Mon, Oct 17, 2016 at 7:43 PM, Alex Rousskov wrote: >> On 10/17/2016 02:38 AM, Deniz Eren wrote: >>> 2016/10/17 11:22:37 kid1| assertion failed: >>> ../../src/ipc/AtomicWord.h:71: "Enabled()" >> >> Either your Squid does not support SMP (a build environ

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Amos Jeffries
On 18/10/2016 6:16 p.m., Alex Rousskov wrote: > On 10/17/2016 10:37 PM, Deniz Eren wrote: >> On Mon, Oct 17, 2016 at 7:43 PM, Alex Rousskov wrote: >>> On 10/17/2016 02:38 AM, Deniz Eren wrote: 2016/10/17 11:22:37 kid1| assertion failed: ../../src/ipc/AtomicWord.h:71: "Enabled()" >>> >>> E