Can't find any error in there.
How are you issuing the pure request? By connecting to localhost, or to
a real IP?
If in doubt, what is said in access.log?
Regards
Henrik Nordström
Squid Hacker
AJ Lemke wrote:
>
> I just switched the acl it now loodls like this:
>
> # Access control List
> acl localhost src 127.0.0.1
> acl purge method purge
> acl manager proto cache_object
> acl all src 0.0.0.0/0.0.0.0
> acl accelerated_servers dst 208.248.72.7 208.248.72.13 208.248.72.15
>
> # Access Area
> http_access allow purge localhost
> http_access allow manager localhost
> http_access allow all
> http_access allow accelerated_servers
>
> I still get the access denied error. What else can I do?
Received on Tue Oct 23 2001 - 10:52:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:04 MST