centos6.3 varnish3.03 get the wrong backend
- by Sola.Shawn
I install varnish3.03 with yum! I got a problem with it
my varnish config bellow:**
#
#backend weibo {
.host = "192.168.1.178";
.port = "8080";
.connect_timeout=20s;
.first_byte_timeout=20s;
.between_bytes_timeout=20s;
}
#backend smth {
.host = "192.168.1.115";
.port = "8080";
.connect_timeout=20s;
…