Re: Cachemgr.cgi

From: Gareth Blades <gblades@dont-contact.us>
Date: Thu, 24 Oct 1996 17:35:45 +0000

> Date: Thu, 24 Oct 1996 13:16:23 -0200 (GMT+2)
> From: Jacques Hugo <jacques@linkage.ctech.ac.za>
> To: squid-users@nlanr.net
> Subject: Cachemgr.cgi

> 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?

Try:-

http_access deny manager !localhost !linkage_4
http_access deny all !ctech_155
http_access allow all

This is an equivilent to how I have mine setup which works.

I think what you are doing is denying access to cashmgr from everyone
except linkage_4 and managing to deny youself later. Or possibly the
localhost needs access to cachmgr?
       \\|//
      -(@ @)-
===oOO==(_)==OOo===================================================
Gareth Blades | Tel: +44 (0)1329 443405 | Segensworth Road
gblades@as.neag.co.uk | Fax: +44 (0)1329 443423 | Titchfield
IT Engineer | WWW: www.neag.co.uk | Fareham, Hants
Assessment Services | | PO15 5RH, England
===================================================================
Received on Thu Oct 24 1996 - 09:36:55 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:21 MST