You, Jacques Hugo, wrote:
> Morning guys ..
> I've got on hell of a problem setting up the squid.conf file to let
> my box access the cachemgr.cgi file. I'm running squid-1.0.17, and
> this is my setup:
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl ctech_155 src 1.2.0.0/255.255.0.0
> acl linkage_4 src 1.2.10.20/255.255.255.255
> acl all src 0.0.0.0/0.0.0.0
> http_access deny manager !linkage_4
> http_access allow ctech_155
> http_access deny all
> Why doesn't my box (linkage_4), get access permission to work with the
> cachemgr.cgi?
> Where am I screwing up?
> -Jacques
Because the only access rule linkage_4 match is the last one:
http_access deny all
I think you should add a http_access allow linkage_4 as well...
nico.
-- Nico Tranquilli CINECA - Inter University Computing Centre Networks and Distributed Systems work phone: +39 (51) 6171519 email: nico@cineca.itReceived on Thu Oct 24 1996 - 05:16:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:20 MST