RE: [squid-users] Acl problems With Purge

From: AJ Lemke <aj.lemke@dont-contact.us>
Date: Tue, 23 Oct 2001 10:07:28 -0500

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?

AJ

-----Original Message-----
From: Colin Campbell [mailto:sgcccdc@citec.qld.gov.au]
Sent: Monday, October 22, 2001 6:09 PM
To: AJ Lemke
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Acl problems With Purge

Hi,

On Mon, 22 Oct 2001, AJ Lemke wrote:

> Here is my acl list:
>
> # Access control List
> acl localhost src 127.0.0.1
> acl PURGE method purge
       ^
       |
   upper case

> 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
                     ^
                     |
                 lower case

Try and get them the same.

Colin

--
Colin Campbell
Unix Support/Postmaster/Hostmaster
CITEC
+61 7 3006 4710
Received on Tue Oct 23 2001 - 09:07:48 MDT

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