Re: [squid-users] Purge utils

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 17 Nov 2004 00:53:53 +0100 (CET)

On Tue, 16 Nov 2004, Kvetch wrote:

> ./purge -c "/etc/squid/squid.conf" -p 123.123.123.12:80 -e se "page2"
> I see in my logs a PURGE on this page but I get a TCP_DENIED:NONE.

You need to allow the purging station to use the PURGE method.

acl PURGE method PURGE
acl purge_station src x.y.x
http_access allow purge_station PURGE

just after the manager rules..

Regards
Henrik
Received on Tue Nov 16 2004 - 16:53:55 MST

This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST