[squid-users] Odd log entries

2020-09-30 Thread Ralf Hildebrandt
I got quite a lot of those, dunno if they are from 5.0.2 oder 6.HEAD, though (mixed log): 1601367473.708 0 172.29.138.187 TCP_DENIED/403 3900 CONNECT:35415 - HIER_NONE/- text/html accessRule=notsslports - 1601368555.365 2 172.29.130.245 TCP_DENIED/403 3839 CONNECT:31481 - HIER_NONE/- t

Re: [squid-users] measuring latency of squid in different scenarios

2020-09-30 Thread Service MV
Below I leave the link. I think that with this you could achieve your goal. In this project there are more things that you might not want to use or maybe you do. To begin I believe that it is well. - High availability load balancing frontend between users and backend proxy nodes. - VIP (

Re: [squid-users] Odd log entries

2020-09-30 Thread Alex Rousskov
On 9/30/20 5:29 AM, Ralf Hildebrandt wrote: > I got quite a lot of those, dunno if they are from 5.0.2 oder 6.HEAD, > though (mixed log): > 1601367473.708 0 172.29.138.187 TCP_DENIED/403 3900 CONNECT:35415 - > HIER_NONE/- text/html accessRule=notsslports - > 1601368555.365 2 172.29.130.

Re: [squid-users] measuring latency of squid in different scenarios

2020-09-30 Thread Service MV
Thanks Louis! I'll be waiting for your configuration. Along with this I believe that the spirit of the open-source community is to share. So I hope the information can be useful to the community (especially in this case to spanish speakers haha ;)) Best regards, Gabriel El miƩ., 30 sep. 2020 10:

Re: [squid-users] ACL matches when it shouldn't

2020-09-30 Thread Amos Jeffries
Ah. Think I found it. Line 9600 in the earlier file contains a URL with un-escaped "||" sequence. Pipe is a reserved character in regex so needs \-escaping like '?' '*' '.', '$', '^, '[', ']', '(', ')', '$' and '\' in the original URL. See the note below though for long-term fix ... On 30/09/2