purge cache for a domain

2010-03-01 Thread Alessandro Ronchi
How can I purge the varnish cache for a domain ?

Is it possible to avoid varnish cache when debugging a website?


-- 
Alessandro Ronchi

http://www.soasi.com
SOASI - Sviluppo Software e Sistemi Open Source

http://hobbygiochi.com
Hobby & Giochi, l'e-commerce del divertimento
___
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc


Re: purge cache for a domain

2010-03-01 Thread Per Buer
On Mon, Mar 1, 2010 at 5:53 PM, Alessandro Ronchi <
alessandro.ron...@soasi.com> wrote:

> How can I purge the varnish cache for a domain ?
>

in the cli:

purge req.http.host ~ www.foo.com


> Is it possible to avoid varnish cache when debugging a website?
>

Yes.

You could either set an ACL and do "pass" for this ACL in vcl_recv or
disable caching by passing all requests.

-- 
Per Andreas Buer,  CEO, Varnish Software AS
Phone: +47 21 54 41 21 / Mobile: +47 958 39 117 / skype: per.buer
___
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc