Re: [squid-users] acl redirector_access question.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 2 Jul 2002 23:59:52 +0200

On Tuesday 02 July 2002 23.55, Henk-Jan Kloosterman \(squid\) wrote:
> I need a bit of help from the ACL experts here.
>
> I have the following acl:
> acl vscan url_regex -i "/etc/squid/vscan.txt"
> redirector_access allow vscan
>
> I want to turn it around:
>
> Can I do:
> acl vscan url_regex -i "/etc/squid/vscan.txt"
> redirector_access deny !vscan
>
> to no redirect things listed in vscan?

That would be

redirector_access deny vscan
or
redirector_access allow !vscan

Which of the two to use depends on if you have any redirector_access
rules following this one.. if you do not have any redirector_access
rules after this the two are equivalent.

Regards
Henrik
Received on Tue Jul 02 2002 - 16:00:07 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:00 MST