On tor, 2008-07-03 at 17:01 +0200, David Obando wrote:
> Dear all,
> 
> I'm using Squid as a reverse proxy in a Squid/Pound/Zope/Plone-setup. 
> Squid is running on port 80.
> 
> I would like to access the cache manager with the munin plugins to 
> monitor Squid. The plugins use a HTTP request
> "GET cache_object://localhost/info HTTP/1.0".
> Standard port 3128 isn't active, when asking port 80 I get a 404-error 
> from zope.
> 
> How can I access the cache manager in such a setup?

Are you sending the query to Squid, or directly to Zope?

What I usually do in reverse proxy setups is to set up a normal 3128
listening port on loopback for cachemgr and squidclient to use.

http_port 127.0.0.1:3128

Regards
Henrik

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to