same ip address for backend config.

Calvin Park carrot at carrotis.com
Sat Jul 2 00:32:53 CEST 2011


Hello Varnish user

Can I add "Host header" using same ip address ?

Thanks.

eg.

backend svr1 {
      .host = "1.2.3.4";
      .header="www.abc.com";
      .port = "80";
}


backend svr2 {
      .host = "1.2.3.4";
      .header="www.def.com";
      .port = "80";
}




More information about the varnish-misc mailing list