Re: [squid-users] ACLs and localhost

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Tue, 01 Apr 2008 00:11:33 +0200

mån 2008-03-31 klockan 22:13 +0100 skrev paul cooper:
> this is my config
> hepworth squid # grep ^acl /etc/squid/squid.conf
> acl all src 0.0.0.0/0.0.0.0
> acl SSL_ports port 443
> acl Safe_ports port 80 # http
> <snip>
> acl Safe_ports port 901 # SWAT
> acl purge method PURGE
> acl CONNECT method CONNECT
> acl andrew proxy_auth
> acl emma proxy_auth

the above should be

acl andrew proxy_auth andrew
acl emma proxy_auth emma

the first is the internal name of the acl, the second the username(s) to
match..

Regards
Henrik
Received on Mon Mar 31 2008 - 16:11:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT