"Roger" wrote:
> Where in squid.conf is the http_access listed? Is it prior to the deny
> for the 'movie' acl?
> I think the 'allow' should be before the deny.
..the sequence is:
http_access allow windowsupdate
http_access allow manager sasab
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access allow local_net goodsite
http_access deny mp3
http_access allow local_net
http_access allow localhost
http_access deny all
..but also with:
http_access allow local_net goodsite
http_access allow windowsupdate
http_access allow manager sasab
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access deny mp3
http_access allow local_net
http_access allow localhost
http_access deny all
the result isn't changed.
still thanks.
------
Salvatore.
Received on Fri Feb 10 2006 - 09:33:08 MST
This archive was generated by hypermail pre-2.1.9 : Wed Mar 01 2006 - 12:00:03 MST