On 2/27/24 18:02, Alex Rousskov wrote:
Hello and thanks for answering.
You are suffering from one or several known problems[1,2] related to
cache manager changes in v6+ code. Without going into complicated
details, I recommend that you replace deprecated squidclient with curl,
wget, or anot
On 2024-02-27 10:36, Andrea Venturoli wrote:
I'm having trouble accessing cachemgr with squidclient.
You are suffering from one or several known problems[1,2] related to
cache manager changes in v6+ code. Without going into complicated
details, I recommend that you replace deprecated squidcl
Hello.
I'm having trouble accessing cachemgr with squidclient.
As a test, I've added the following to my squid.conf as the first
http_access line:
http_access manager
(I know this is dangerous and I've removed it after the test).
Opening "http://10.1.2.39:8080/squid-internal-mgr/info"; fro
On 2024-02-27 12:38+1300, Amos Jeffries wrote:
> On 26/02/24 06:52, Ed wrote:
> >
> >acl bad_foo req_header ICAPHEADER -i foobar
> >cache_peer_access server_1 deny bad_foo
> Assuming that an ICAP service is controlling whether the peers are to
> be used that is the correct way.
>
> Howe