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

Reply via email to