In message <[email protected]>, Paras 
Fadte writes:

>Why is it not possible to purge a URL from CLI for a particular host ?

You can enter a ban for it.

Prior to the new code in -trunk, you need to use "purge.hash" and
construct an appropriate regexp.

With the new code, which will possibly be in 2.0.3, you can express
it sensibly:

        purge req.url ~ "some_regexp" && req.http.host ~ "some other regexp"

But we cannot do an object lookup, so we can not reclaim the storage
of those objects immediately.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to