RE: [squid-users] Squid ACL

From: Angela Burrell <angela@dont-contact.us>
Date: Mon, 17 May 2004 08:53:58 -0400

I don't know if this will solve it but I have this rule at the end of my acl
(denies everything that doesn't match your rule)

http_access deny all

-----Original Message-----
From: Skarbet [mailto:tgx874sah@yahoo.fr]
Sent: Monday, May 17, 2004 8:36 AM
To: squid-users@squid-cache.org
Subject: [squid-users] Squid ACL

Hi,
i'm using squid2.4stable7 and trying to stop user from
downloading large file and access some server.this is
my ACL:

#My Access List
acl limit_conn src 192.168.1.0/24
acl 6conn maxconn 6
acl post method post
acl exe urlpath_regex -i \.exe$
acl local src 192.168.1.0/24
acl download dstdomain .download.com
acl telecharger dstdomain .telecharger.com
acl multimedia urlpath_regex -i \.mp3$ \.mpg$ \.mpeg$
\.rm$ \.avi$ \.asf$ \.wma$ \.wav$ \.wmv$ \.ogg$
\.midi$ \.mov$ \.movie$
acl application urlpath_regex -i \.zip$ \.rar$ \.gz$
\.tgz$ \.bz2$ \.msi$ \.bin$ \.tar$ \.com$
#END My Access List

#My Rules
http_access allow local
http_access deny 6conn limit_conn
http_access deny download
http_access deny telecharger
http_access deny exe !post
http_access deny multimedia
http_access deny application
#END MY RULES

but this does not work !!!!!!!!!!!!!!!!!!! can u show
me what's wrong ?

Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
Yahoo! Messenger sur http://fr.messenger.yahoo.com
Received on Mon May 17 2004 - 06:54:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Jun 01 2004 - 12:00:01 MDT