RE: purging incomplete objects

From: nilotpal <nilotpal@dont-contact.us>
Date: Sat, 7 Aug 1999 19:50:17 +0530

First configure ur cahce and objects to purge with access controls. then,
you can do it by adding the folllowing line in ur configuration file.(/etc/squid/squid.conf - my directory structure)

acl PURGE method purge
acl localhost src <IP>
http_access allow purge localhost
http_access deny purge

Ensures only local host can purge, no other users.
u can recreate ur cache directory too, read the FAQ
Neel.

-----Original Message-----
From: Henrik Nordstrom [SMTP:hno@hem.passagen.se]
Sent: Saturday, August 07, 1999 7:40 PM
To: Niall Young
Cc: squid-users@ircache.net
Subject: Re: purging incomplete objects

Niall Young wrote:
>
> Are there any tools available to purge incomplete objects from
> the cache?

Squid should never permanently store incomplete objects in the cache. If
you find any then it is a sign of a bug somewhere.

If you do need to manually purge objects from the cache then see the
PURGE method (see the Squid FAQ).

--
Henrik Nordstrom
Spare time Squid hacker
Received on Sat Aug 07 1999 - 08:37:20 MDT

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