This is what I have in my squid.conf file

acl PURGE method PURGE
http_access allow PURGE localhost
http_access deny PURGE


-----Original Message-----
From: Elsen Marc [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 11:05 AM
To: Peter Marshall; [EMAIL PROTECTED]
Subject: RE: [squid-users] delete one item from the cache



 
> 
> I need to delete one particular address from the cache .. but 
> don't know
> how.  The problem is that when the user goes to 
> http://theaddressinquestion
> it used to redirect to 
> http://theaddressinquestion/manager.html   but now it
> is supposed to redirect to 
> http://theaddressinquesion/index.html .  This
> works from outside the proxy, but for people using the proxy 
> it still goes
> to the manager page.  Any idea's how to fix this.
 
   % squidclient -m PURGE http://theaddressinquestion

   Make sure the PURGE method is allowed in squid.conf.

   M.

Reply via email to