[Varnish] #405: Varnish problem with purge requests

Varnish varnish-bugs at projects.linpro.no
Wed Jan 14 21:48:41 CET 2009


#405: Varnish problem with purge requests
----------------------+-----------------------------------------------------
 Reporter:  anders    |        Owner:  phk   
     Type:  defect    |       Status:  closed
 Priority:  high      |    Milestone:        
Component:  varnishd  |      Version:  2.0   
 Severity:  normal    |   Resolution:  fixed 
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by phk):

  * status:  reopened => closed
  * resolution:  => fixed

Comment:

 you'll have to stash it in a temporary header then:


 set req.http.foobar = "^" req.url "$";
 purge_url(req.http.foobar);

 we have no object held in vcl_pass, so that is not possible.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/405#comment:6>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list