[Varnish] #442: bar instead of baz

Varnish varnish-bugs at projects.linpro.no
Wed Feb 11 16:20:23 CET 2009


#442: bar instead of baz
-------------------+--------------------------------------------------------
 Reporter:  Tom    |        Type:  documentation
   Status:  new    |    Priority:  normal       
Milestone:         |   Component:  build        
  Version:  trunk  |    Severity:  normal       
 Keywords:         |  
-------------------+--------------------------------------------------------
 In this doc : http://varnish.projects.linpro.no/wiki/LoadBalancing

 sub vcl_recv {
    if (req.http.host ~ "^(www.)?mysite.com$") {
        set req.backend = baz;
    }
 }


 set req.backend = bar (not baz)

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/442>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list