RE: [squid-users] ACL problem

From: Balzi Andrea <andrea.balzi@dont-contact.us>
Date: Tue, 13 May 2003 15:48:37 +0200

At 15.06 13/05/2003, Henrik Nordstrom wrote:
>So exacly what have you configured? Especially your http_access rules is
>important. Probably you have a rule which prevents another from working.

#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
Received on Tue May 13 2003 - 07:49:50 MDT

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