----- Original Message -----
From: "Stephane Blat" <BLATS@fr.ibm.com>
To: <squid-users@squid-cache.org>
Sent: Friday, August 17, 2001 9:59 PM
Subject: [squid-users] filter with source and destination together
>
> Is it possible to forbid some web sites for some users (authenticated
with
> ip addresses)
> I use Squid 2.4.stable1
>
Sure. just combine acls on your http_access lines. ie:
acl mysrc src ...
acl mydst dst ...
acl mydomain dstdomain ...
http_access allow mysrc mydst mydomain
the http_access line would only match requests coming from mysrc, going
to mydst and in mydomain
Rob
Received on Fri Aug 17 2001 - 08:23:36 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:42 MST