Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi!, Thank you so much for all your effort. We have finally got it done by using a mixed solution. A script plus the Squid actual configured mode :) I wanted to thank really all your time because it has been like gold for me :) :) Bye mates! El 2019-03-05 18:48, Alex Rousskov escribió: > O

Re: [squid-users] Need help blocking an specific HTTPS website

2019-03-05 Thread Amos Jeffries
On 6/03/19 5:11 am, Felipe Arturo Polanco wrote: > I confirm that, I can see TCP_DENIED requests on the access.log to > web.whatsapp.com but still the websites loads. > > 1551192823.356     47 192.168.112.144 TCP_DENIED/403 4453 GET > https://web.whatsapp.com/ws - HIER_NO

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Alex Rousskov
On 3/5/19 9:59 AM, Egoitz Aurrekoetxea wrote: > El 2019-03-05 17:45, Alex Rousskov escribió: >> On 3/5/19 1:57 AM, Egoitz Aurrekoetxea wrote: >> >>> I have Squid configured with the virus scanning software using ICAP and >>> working. But, when I do : >>> >>> acl matchear_todo url_regex [-i] ^.*$

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi Alex!! I do answer below!! Many many thanks in advance... --- EGOITZ AURREKOETXEA Dpto. de sistemas 944 209 470 Parque Tecnológico. Edificio 103 48170 Zamudio (Bizkaia) ego...@sarenet.es www.sarenet.es [3] Antes de imprimir este correo electrónico piense si es necesario hacerlo. El 20

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Alex Rousskov
On 3/5/19 1:57 AM, Egoitz Aurrekoetxea wrote: > I have Squid configured with the virus scanning software using ICAP and > working. But, when I do : > > acl matchear_todo url_regex [-i] ^.*$ FYI: "[-i]" is documentation syntax that means an optional flag called "-i". If you want to use that "-i"

Re: [squid-users] Need help blocking an specific HTTPS website

2019-03-05 Thread Felipe Arturo Polanco
I confirm that, I can see TCP_DENIED requests on the access.log to web.whatsapp.com but still the websites loads. 1551192823.356 47 192.168.112.144 TCP_DENIED/403 4453 GET https://web.whatsapp.com/ws - HIER_NONE/- text/html On Mon, Mar 4, 2019 at 7:21 PM Leonardo Rodrigues wrote: > Em 04/03

Re: [squid-users] squid in container aborted on low memory server

2019-03-05 Thread Alex Rousskov
On 3/4/19 9:45 PM, George Xie wrote: > #4 0x558a3d0a in comm_init () at comm.cc:1206 > 1206fd_table =(fde *) xcalloc(Squid_MaxFD, sizeof(fde)); > (gdb) p Squid_MaxFD > $1 = 1048576 > (gdb) p sizeof(fde) > $2 = 392 > > It seems Squid_MaxFD is way too large, and its value is direct

Re: [squid-users] Issues setting up a proxy for malware scanning

2019-03-05 Thread Amos Jeffries
On 5/03/19 6:20 am, Egoitz Aurrekoetxea wrote: > Hi mates! > > > I was trying to setup a Squid server for the following matter. I wanted > to have some modified url pointing to my Squid proxy, so that Squid to > be able to connect to destination, scan the content and if all is ok, > return a 3xx

Re: [squid-users] Squid fallback

2019-03-05 Thread Amos Jeffries
On 5/03/19 6:50 am, ronin1907 wrote: > Hello, > > I m installating squid its working fine and when I want to check from > http://ipv6-test.com/ fallback is running fine. My question is this; > How can I close this option ? > Er, why? Amos ___ squid-u

[squid-users] How to secure your cryptocurrencies

2019-03-05 Thread b4uwallet
The craze of dealing in cryptocurrencies is leading to its pitch right now. If we gather upon the research that is made from the sensational sectors of working so it is concluded that there are more than 2 million clients those are dealing with blockchain. It not enough thousands of them are perfor

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi!, I have Squid configured with the virus scanning software using ICAP and working. But, when I do : acl matchear_todo url_regex [-i] ^.*$ http_reply_access deny matchear_todo deny_info http://172.16.8.61/redirigir.php?url=%s matchear_todo it's always redirecting me without passing the ow

Re: [squid-users] Squid and url modifying

2019-03-05 Thread Egoitz Aurrekoetxea
Hi Alex, What you told about http_reply_access could work for me... but I have a problem... Can http_reply_access and some for of... url_regexp dstdom_regex or similar cause a redirect by using matching content?. I mean : https://a.b.c.cloud.aaa.bbb to be redirected to : https://a.b

Re: [squid-users] squid in container aborted on low memory server

2019-03-05 Thread Amos Jeffries
On 4/03/19 9:45 pm, George Xie wrote: > > On 4/03/19 5:39 pm, George Xie wrote: > > > hi all: > > > > > > Squid version: 3.5.23-5+deb9u1 > > > Docker version 18.09.3, build 774a1f4 > > > Linux instance-4 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) > > > x86_64 GNU

Re: [squid-users] squid in container aborted on low memory server

2019-03-05 Thread George Xie
more detail of the backtrace: (gdb) up #4 0x558a3d0a in comm_init () at comm.cc:1206 1206fd_table =(fde *) xcalloc(Squid_MaxFD, sizeof(fde)); (gdb) p Squid_MaxFD $1 = 1048576 (gdb) p sizeof(fde) $2 = 392 It seems Squid_MaxFD is way too large, and its value is directly from ulimit