[squid-users] Acl problems With Purge

From: AJ Lemke <aj.lemke@dont-contact.us>
Date: Mon, 22 Oct 2001 11:51:26 -0500

I am have acl problems with squid in accel mode, and the purge client
command. I run the client command and get an access denied error all the
the time I am running the command as my effective cache user not root, and I
am running it for the local machinge ie. I am typing on the box's keyboard,
no telnet or ssh.

Here is my acl list:

# 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

And here is the command that I am running:

./client -p 80 PURGE http://cache.securitylabs.com/index.cfm

As far as I can tell all looks okay, but a second opinion would be nice.

Thanks
AJ
Received on Mon Oct 22 2001 - 10:51:28 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:02 MST