>
> Hello!
>
> When I try to access the cache object I have this message:
>
> Cache Manager Error
> acl: target not allowed
>
> Although the message is pretty clear, I think the squid.conf is ok.
>
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl centauri src "ip_webserver/netmask"
> http_access allow manager localhost
> http_access allow manager centauri
> http_access deny manager !localhost !centauri
> http_access deny manager
>
> The webserver and squid are in the same machine
>
> Thanks in advance
Could you try removing this line :
http_access deny manager !localhost !centauri
That is implicitly included in your last line.
M.
Received on Wed Apr 13 2005 - 03:16:23 MDT
This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:03 MDT