On Mon, 19 Jul 1999, Chris Singer wrote:
> [csinger@bigwhite csinger]$ client mgr:menu
> HTTP/1.0 400 Bad Request
> ...
> While trying to retrieve the URL:
> mgr:menu
> <P>
Chris,
It seems like your client program does not understand "mgr:" magic.
I have no idea why, provided you are using the client program that comes
with Squid 2.x. Your program submits "mgr:menu" URL directly to Squid
without rewriting it as it should:
pail> ./client -v mgr:menu
headers: 'GET cache_object://localhost/menu HTTP/1.0
Accept: */*
'
....
You can just do
./client cache_object://localhost/menu
while somebody on the list explains why your client is not working the way
it should...
Alex.
Received on Mon Jul 19 1999 - 18:30:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:27 MST