RE: [squid-users] Problems with Custom Error Pages

From: Puschmann, Sven <Sven.Puschmann_at_haevg-rz.de>
Date: Fri, 31 Jan 2014 15:17:29 +0000

>> deny_info ERR_DENIED_URLBS blockedsites !Full all
>
>NP: hark back to the first problem. deny_info takes *one* ACL name for the custom page to be linked to. Not a set of ACLs.
>
>> http_access deny blockedsites !Full all
>
>Second problem;
> "blockedsites" is not the last ACL on the line, so it is not the reason for denial. It is just one of the steps to get to that reason. "all" is the reason >here.
>
>NP: you can create dummy ACLs for linking to the deny_info like this:
>
> acl dummy_urlbs src all
> deny_info ERR_DENIED_URLBS dummy_urlbs
> http_access deny blockedsites !Full dummy_urlbs

Thank you SO much, I just moved the "Blockedsites" ACL to be the last, now it works fine :)

Now it's: http_access deny !Full all blockedsites
Received on Fri Jan 31 2014 - 15:17:45 MST

This archive was generated by hypermail 2.2.0 : Fri Jan 31 2014 - 12:00:09 MST