Re: [squid-users] Acl problems With Purge

From: Michael Kiernan <mkiernan@dont-contact.us>
Date: Tue, 23 Oct 2001 17:28:22 +0200

The example in the manual:
http://squid.visolve.com/squid24s1/access_controls.htm#acl
is:
acl aclname method GET POST

and in my config:
acl purge method PURGE

that should do it.

- Mike

>
> 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

-- 
Michael Kiernan
Onet.pl S.A.
Krakow, Poland
http://www.onet.pl/
Received on Tue Oct 23 2001 - 09:27:25 MDT

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