Displaying 1 result from an estimated 1 matches for "host1_priv".
2009 Sep 19
0
[CFT] multi server failover setup
...server unix:/tmp/sock fail_timeout=0;
# failover connections, "backup" ensures these will not
# be used unless connections to unix:/tmp/sock are failing
# it may be advisable to reorder these on a per-host basis
# so "host1" does not connect to "host1_private" as its
# first choice...
server host1_private:8080 fail_timeout=0 backup;
server host2_private:8080 fail_timeout=0 backup;
server host3_private:8080 fail_timeout=0 backup;
}
The idea is to have the majority of requests will use the UNIX
socket which is a bit f...