RE: [squid-users] complex acl

From: Andreas Piesk <apiesk@dont-contact.us>
Date: Fri, 18 Jan 2002 11:52:04 +0100

> From: m.todeschini@itia.mi.cnr.it [mailto:m.todeschini@itia.mi.cnr.it]
> Sent: Friday, January 18, 2002 11:35 AM
<snip>
> I want to let my users access a site like this:
> host.domain:1024
> but I don't want them to access all sites on 1024 port.
> Is there a way to do it? In acl I've seen only the possibilty
> to allow a specific port or
> destination but not together.

example from mind:

acl ALLOWED_PROTO proto http
acl ALLOWED_HOST dstdomain host.domain
acl ALLOWED_PORT port 1024
acl all src 0.0.0.0/0.0.0.0

http_access allow ALLOWED_PROTO ALLOWED_HOST ALLOWED_PORT
http_access deny all

i think, this is covered in detail in the squid configuration guide.

ciao -ap

System Administration
VIRBUS AG
Fon +49(0)341-979-7424
Fax +49(0)341-979-7409
andreas.piesk@virbus.de
www.virbus.de
Received on Fri Jan 18 2002 - 03:51:21 MST

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