Hi Amos,
Thanks for detailed explanation.
For the case #1 in my original post, is it a bug that will get fixed some time?
I was able to get the behavior I want by adding a dummy ACL as follows
(after the external ACL line):
acl myacl src all
deny_info ERR_X myacl
http_access deny myacl
htt
On 25/01/2016 5:18 a.m., Sreenath BH wrote:
> Hi All,
>
> I am trying to validate my understanding of external acl, deny_info
> and http_access deny all" interaction.
>
> My squid conf has just two rules. First is external ACL helper and
> then the "deny all" as follows:
>
> Case (1)
> -