Re: [squid-users] Troubles with cachemgr.cgi

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Thu, 01 Feb 2007 00:28:22 +0100

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

Received on Wed Jan 31 2007 - 16:28:27 MST

This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST