tis 2007-01-30 klockan 17:42 +0100 skrev Roberto Navarro -
Tusprofesionales, SL:
> http_access allow AuthorizedUsers
> http_access allow manager localhost
> http_access allow manager apache
> http_access deny manager !localhost !apache
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access allow our_networks
> http_access allow localhost
> http_access deny all
The troble is the order of your http_access lines.. Squid reads them
top-down.
Should be something like
http_access allow manager localhost
http_access allow manager apache
http_access deny manager
http_access deny !Safe_ports
hhttp_access deny CONNECT !SSL_ports
http_access allow our_networks AuthorizedUsers
hhttp_access allow localhost
hhttp_access deny all
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST