Re: http_access deny manager !localhost

From: Oskar Pearson <oskar@dont-contact.us>
Date: Thu, 8 May 1997 10:18:52 +0200

Igor Vinokurov writes:
> re,
>
> Can anybody explain why squid 1.1.8 disallow access to cache_object:
>
> 127.0.0.1 TCP_DENIED/400 461 GET cache_object://localhost/info@ - NONE/- -
>
> if following strings in squid.conf even presents:
>
> acl localhost src 127.0.0.1/255.255.255.255
> http_access deny manager !localhost

Have you tried connecting to "your.ip.address" instead of "127.0.0.1"?

You might have to try something along the lines of:

acl mycache src myp.ip.addr/255.255.255.255
http_access deny manager !localhost !mycache
Received on Thu May 08 1997 - 01:24:40 MDT

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