Balgansuren wrote:
> #miss_access allow all
> acl localclients src 202.xxx.0.101/255.255.255.255
> miss_access allow localclients
> miss_access allow manager
> miss_access deny !localclients
This looks very wrong to me. Only 202.xxx.0.101 is allowed to fetch
objects thru your Squid, all other is only allowed to fetch cache hits
(denied miss_access).
I'd recommend you to use the default "miss_access all".
This is not an access control in the normal sense. The intention of
miss_access is to deny http_access allowed neighbors from using your
cache as a parent.
-- Henrik Nordstrom Squid hackerReceived on Wed Nov 17 1999 - 01:23:04 MST
This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:32 MDT