RE: [squid-users] Restart Squid with a clean cache

From: Jairo.Castaņeda <Jairo.Castaneda@dont-contact.us>
Date: Thu, 12 Sep 2002 17:36:50 -0500

Hi,

I found another way, using the no_cache directive like this:

acl QUERY urlpath_regex cgi-bin \?
acl DenyCacheDOC urlpath_regex -i \.doc$ \.doc? \.doc;
acl DenyCacheXLS urlpath_regex -i \.xls$ \.xls? \.xls;
no_cache deny QUERY
no_cache deny DenyCacheDOC
no_cache deny DenyCacheXLS

Regards,

-----Original Message-----
From: Mike Diggins [mailto:diggins@McMaster.CA]
Sent: Jueves, 12 de Septiembre de 2002 03:02 p.m.
To: Jairo.Castaņeda
Cc: Squid List (E-mail)
Subject: Re: [squid-users] Restart Squid with a clean cache

This message uses a character set that is not supported by the Internet
Service. To view the original message content, open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set.
Received on Thu Sep 12 2002 - 16:35:21 MDT

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