[Varnish] #689: Backend host "yui.yahooapis.com": resolves to multiple IPv4 addresses

Varnish varnish-bugs at varnish-cache.org
Fri Apr 30 17:18:40 CEST 2010


#689: Backend host "yui.yahooapis.com": resolves to multiple IPv4 addresses
-------------------------+--------------------------------------------------
 Reporter:  diego.silva  |       Owner:  phk                
     Type:  defect       |      Status:  new                
 Priority:  high         |   Milestone:  Varnish 2.1 release
Component:  varnishd     |     Version:  2.0                
 Severity:  major        |    Keywords:                     
-------------------------+--------------------------------------------------
 Piece of my code

 backend Portal {
   .host = "172.17.2.10";
   .port = "80";
 }

 backend yahoo {
   .host = "yui.yahooapis.com";
   .port = "http";
 }

 sub vcl_recv     {
 elsif (req.url ~ "^/yui")  {
        set req.backend = yahoo;
 }
 else  {
         set req.backend = Portal;

-- 
Ticket URL: <http://www.varnish-cache.org/ticket/689>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list