Re: [squid-users] simple acl question

From: Derrick MacPherson <dmacpherson@dont-contact.us>
Date: Thu, 03 Nov 2005 14:39:31 -0800

On Thu, 2005-11-03 at 14:31 -0800, Derrick MacPherson wrote:
> I have:
> acl AuthorizedUsers proxy_auth REQUIRED
> http_access allow AuthorizedUsers
>
> If I want to no authorization requested from the allowed_hosts but they

Insert have after the word no in there. Sheesh

> can still access, can it be done with something like:
>
> acl allowed_hosts src "/root/allowed_hosts"
> http_access allow allowed_hosts
> acl AuthorizedUsers proxy_auth REQUIRED !allowed_hosts
> http_access allow AuthorizedUsers
>
>
> I think this is right, but I'd like someone to let me know.
>
>
Received on Thu Nov 03 2005 - 15:39:49 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:09 MST