[Varnish] #92: VCL-check for purge prevents caching

Varnish varnish-bugs at projects.linpro.no
Fri Jul 20 16:21:40 CEST 2007


#92: VCL-check for purge prevents caching
----------------------+-----------------------------------------------------
 Reporter:  stonor    |        Owner:  phk     
     Type:  defect    |       Status:  reopened
 Priority:  normal    |    Milestone:          
Component:  varnishd  |      Version:          
 Severity:  normal    |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by denis at zeno.org):

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

Comment:

 Hi

 Iam using

 if(req.http.Cache-Control == "no-cache") {

 set obj.ttl = 0s; error 200 "Hey, we got a purge";

 }

 in my VLC code and my varnish childs get killed by sig 11 and sig 6 when I
 hit the reload button.

 Iam using CURRENT r1714 on 64bit FreeBSD 6.2 RELEASE p5

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


More information about the varnish-bugs mailing list