On Sat, Apr 28, 2018 at 4:20 PM, Amos Jeffries wrote:
>
> That seems to be a bug. I think I can already see what is causing it, if
> you open a bug report I'll attach a test patch there for you.
>
Thanks! That fixed it.
___
squid-users mailing list
squ
Before trying squid 4 this worked as intended:
acl PORT80 myport 80
acl MYSITE dstdomain www.domain.com
http_access deny PORT80 MYSITE
deny_info 301:https://www.domain.com%R MYSITE
For 4.0.24 the %R is always blank. So all redirected go to the root of the
website. Is there something else I should