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
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 (
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.
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:
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