Re: [squid-users] ACL Multiple Kriteria

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sun, 05 Jan 2003 01:54:07 +0100

diwakoe wrote:

> http_access deny fel
> http_access allow filt !porn1 !porn2 sites
> http_access allow full !porn1 !porn2
> http_access allow MYLAN user_browsing full filt
> http_access deny all
> # end conf
>
> the authentication is working properly, but it still can not deny the
> filtered user with sites on the list, seems like no criteria for all
> user.

http_access is a ordered list of rules. The first line where all ACLs
are true will allow/deny the request.

What this means is that lines likle

http_access allow MYLAN user_browsing full filt

does not make much sense, as it only allows users who are in BOTH "full"
and "filt".

You can make pretty much any combined rules you want, setting access
criterias down to very detailed levels.

Regards
Henrik
Received on Sat Jan 04 2003 - 17:54:55 MST

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