Re: ACL and proxy_auth questions

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 27 Jul 1999 21:57:07 +0200

daniel.sjosvard@paals.se wrote:

> To get this to run I had to wipe out all 'default' (some mods were made)
> acl settings and enter this:
>
> acl all proxy_auth REQUIRED
> http_access allow all
> http_access deny all

Please do not redefine the "all" ACL. Things get very confusing if you
do.

Instead use something like this:

acl all src 0.0.0.0/0
acl all_users proxy_auth REQUIRED
acl local_net 192.168.10.0/24 (or /255.255.255.0 if you prefer that
format)

http_access deny !local_net
http_access allow all_users

--
Henrik Nordstrom
Spare time Squid hacker
Received on Tue Jul 27 1999 - 13:48:07 MDT

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