[squid-users] need help with cachemgr

Alex Rousskov rousskov at measurement-factory.com
Tue Nov 27 16:03:44 UTC 2018


On 11/27/18 6:13 AM, jmperrote wrote:
> Hello need help with cachemgr, I using a squid as a reverse proxy mode,
> when I try to connect to retrive data using squidclient, connecting to
> cachemrg, only retrive squid OK, but the other values HIT, http request,
> etc,  that ara usually retrived are not retrived.
> 
> My case when I to try connect:
> 
>                     squidclient -vv cache_object://localhost/ mgr:info
>                     -p 1084

Place all named options before the anonymous ones and
use one (pseudo) URL at a time:

  squidclient -vv -p 1084 cache_object://localhost/
  squidclient -vv -p 1084 mgr:info

Alex.


More information about the squid-users mailing list