On Mon, 25 Oct 2004, AJ Lemke wrote:
Hello All,
type cache great on the the squid server. The issue that I have is that I cannot clear them out of the cache using the PURGE Method calling the command as so: /usr/local/squid/bin/client -p 80 -m PURGE http://foo.bar.com/test.asp?p1=test&p2=test
Remember to quote the URL properly to protect it from the UNIX shell...
squidclient -p 80 -m PURGE "http://foo.bar.com/test.asp?p1=test&p2=test"
Regards Henrik
