Re: Prob with cachemgr.cgi ...

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 03 Jun 1997 21:56:36 +0200

Andy Lee wrote:
>
> By default access for cachemgr is set to local host only.
Replace browser with web server and it is correct. It is cachemgr.cgi
that requires access to squid, not the browser.

To configure cachemgr access, you have to change the line
http_access deny manager !localhost
to something like
acl manager_hosts src localhost yourwebserver
http_access deny manager !manager_hosts

---
Henrik Nordström
> So the server and browser and squid on the same box
> In the screen where you put the cachmgr passwd for host use 'localhost'
> 
> Plan B is to set up the acl list to let another browser on another machine
> in. This way you only need squid on the squid box , A web server somewhere
> with cachmgr on it. And a browser somewhere else.
> 
> Hope a) this helps
>      b) is correct
Received on Tue Jun 03 1997 - 13:38:54 MDT

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