Re: Need to know more about ACLs

From: Andriy Kopystyansky <anri@dont-contact.us>
Date: 24 Oct 1999 00:04:27 +0300

On Sat, 23 Oct 1999, Ken Wolff wrote:
> - We have one group of IPs that should have access to any web site.
> - We have another group that should have access to a list of sites.
> - We have another group that has no access to any sites.

in squid.conf define ACL for IP that should be fully allowed:
        acl Power src xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx
and ACL for IP, allowed partially:
        acl People src xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx
and ACL for allowed destinations:
        acl Restr dstdomain yahoo.com disney.com
then,
        http_access allow Clients
        http_access allow People Restr
        http_access deny all
------
note: in this example 'People' cannot be 'Clients'
Cheers!
Anri
Received on Sat Oct 23 1999 - 15:13:51 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:02 MST