Re: [squid-users] ERROR: Cannot connect to 127.0.0.1:3128

2016-10-11 Thread Jorgeley Junior
I think it could be the sequence of the rules, do this command and post the results: grep . /etc/squid-your-version/squid.conf | grep -v "#" 2016-10-11 3:59 GMT-03:00 Amos Jeffries : > On 11/10/2016 4:54 p.m., Михаил wrote: > > I check version of squid 3.5.21 with my

Re: [squid-users] ERROR: Cannot connect to 127.0.0.1:3128

2016-10-11 Thread Antony Stone
On Tuesday 11 October 2016 at 12:31:03, Jorgeley Junior wrote: > I think it could be the sequence of the rules, do this command and post the > results: > grep . /etc/squid-your-version/squid.conf | > grep -v "#" This can be collapsed down to: grep "^[^#]" /etc/squid-

[squid-users] Squid 2.5.20 fails to compile with ecap

2016-10-11 Thread James Lay
Pretty much topic..sorry for the wall of text here.  Config'd with: EXT_LIBECAP_CFLAGS="-I/opt/ecap/include" EXT_LIBECAP_LIBS="- L/opt/ecap/lib" ./configure --prefix=/opt --with-openssl=/opt/libressl --enable-ssl --enable-ssl-crtd --enable-linux-netfilter --enable- follow-x-forwarded-for --with-la

Re: [squid-users] Squid 2.5.20 fails to compile with ecap

2016-10-11 Thread Alex Rousskov
On 10/11/2016 06:54 AM, James Lay wrote: > EXT_LIBECAP_CFLAGS="-I/opt/ecap/include" > EXT_LIBECAP_LIBS="-L/opt/ecap/lib" ./configure --prefix=/opt > --with-openssl=/opt/libressl --enable-ssl --enable-ssl-crtd > --enable-linux-netfilter --enable-follow-x-forwarded-for > --with-large-files --sysconf

Re: [squid-users] Squid 2.5.20 fails to compile with ecap

2016-10-11 Thread James Lay
On 2016-10-11 08:42, Alex Rousskov wrote: On 10/11/2016 06:54 AM, James Lay wrote: EXT_LIBECAP_CFLAGS="-I/opt/ecap/include" EXT_LIBECAP_LIBS="-L/opt/ecap/lib" ./configure --prefix=/opt --with-openssl=/opt/libressl --enable-ssl --enable-ssl-crtd --enable-linux-netfilter --enable-follow-x-forward

Re: [squid-users] Squid 2.5.20 fails to compile with ecap

2016-10-11 Thread Alex Rousskov
On 10/11/2016 08:45 AM, James Lay wrote: > Can you point me in the right direction on where to tell squid that > libecap lives in /opt/ecap? This is not my area of expertise, but if ./configure --enable-ecap does not work "as is", then you may need to set PKG_CONFIG_PATH appropriately. For exampl

[squid-users] peek-and-splice on Centos7 and squid4

2016-10-11 Thread - -
Dear all, currently I try to configure peek-and-splice on Centos7 and squid4. I have a running config for Centos6.6 and squid 3.5.18. No matter what I try i can't get squid4 to splice certain sites and to bump/terminate the rest. My config is as follows: acl sni_exclusions ssl::server_name .goog

Re: [squid-users] peek-and-splice on Centos7 and squid4

2016-10-11 Thread Alex Rousskov
On 10/11/2016 11:09 AM, - - wrote: > currently I try to configure peek-and-splice on Centos7 and squid4. I have a > running config for Centos6.6 and squid 3.5.18. It might be useful to confirm that v4.0 does not work on Centos6.6 either (so that there is only one variable -- the Squid version).

Re: [squid-users] Squid 2.5.20 fails to compile with ecap

2016-10-11 Thread James Lay
On 2016-10-11 10:52, Alex Rousskov wrote: On 10/11/2016 08:45 AM, James Lay wrote: Can you point me in the right direction on where to tell squid that libecap lives in /opt/ecap? This is not my area of expertise, but if ./configure --enable-ecap does not work "as is", then you may need to set