Purge acl doesn't work

From: Alexandre Almeida Wanderley <aaw@dont-contact.us>
Date: Thu, 15 Oct 1998 16:25:43 -0300

        Hi, all
        
        
        Maybe it's a dumb question, but...
        I'm following a FAQ to creat an acl list in order to allow localhost
to purge objects from our cache (running squid 1.1.22). But even thought I tryed
many times, see the answer that I recieve from "client" program every time I
run a test:

HTML><HEAD><TITLE>Cache Access Denied</TITLE></HEAD>
<BODY><H1>Error</H1>
<H2>Access Denied</H2>
<P>
Sorry, you are not currently allowed to request:
<PRE> http://www.sun.com/</PRE>
from this cache. Please check with the
<A HREF="mailto:aaw@fapeal.br">cache administrator</A>
if you believe this is incorrect.
<P>
<HR>
<ADDRESS>
Generated by squid/1.1.22@xx.xx.xx
</ADDRESS>

        Here you are the acl definitions:
        
        {other acl definitions here...}
        acl all src 0.0.0.0/0.0.0.0
        acl erase method purge
        acl localhost src 127.0.0.1
        {other http_access definitions here...}
        http_access allow erase localhost
        http_access deny all
        http_access deny erase all
        

        Please, any idea? What am I doing wrong...?
        
        Thanks the attention...
        
        Alexandre Almeida
        
Received on Thu Oct 15 1998 - 13:09:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:31 MST