[squid-users] ACL problem

From: Balzi Andrea <andrea.balzi@dont-contact.us>
Date: Mon, 12 May 2003 09:26:16 +0200

Hi!

I've copy my old acl from Squid 2.4.7 in to new test-macchine with Squid
2.5.2, but the acl don't work.
I have try to define the follows acl:

#Access-List
acl QUERY urlpath_regex cgi-bin \? .cgi
acl metodi method CONNECT POST
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl ipunico max_user_ip -s 1
acl utenti proxy_auth_regex -i "/usr/share/squid/blacklists/interne/utenti"
acl block dstdomain .google.it
#Applicazione Access-List
http_access deny ipunico
http_access deny block
http_access allow utenti
http_access deny all
no_cache deny QUERY
no_cache deny metodi

Why don't work acl "block" only?

Andrea Balzi
---------------------------------------------
Gruppo Rinascente
Team Tecnologie
Uff. +39-02-5758.3665
Fax. +39-02-5758.3471
e-mail:andrea.balzi@rinascente.cc
Received on Mon May 12 2003 - 01:26:56 MDT

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