source: lvs/debian/config/etc/ha.d/ldirectord.cf @ 232

Last change on this file since 232 was 232, checked in by presbrey, 17 years ago
LVS: HTTP&S connection affinity
File size: 1.4 KB
Line 
1checktimeout=20
2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
5quiescent=no
6
7virtual=18.181.0.46:80
8        real=18.181.0.53:80 gate 1024
9        real=18.181.0.57:80 gate 1024
10        fallback=18.187.1.128:80 gate
11        service=http
12        request="heartbeat/http"
13        receive="1"
14        scheduler=sh
15        protocol=tcp
16        checktype=negotiate
17
18virtual=18.181.0.46:443
19        real=18.181.0.53:443 gate 1024
20        real=18.181.0.57:443 gate 1024
21        fallback=18.187.1.128:443 gate
22        service=https
23        request="heartbeat/https"
24        receive="1"
25        scheduler=sh
26        protocol=tcp
27        checktype=connect
28
29virtual=18.181.0.50:80
30        real=18.181.0.53:80 gate 1024
31        real=18.181.0.57:80 gate 1024
32        fallback=18.187.1.128:80 gate
33        service=http
34        request="heartbeat/http"
35        receive="1"
36        scheduler=sh
37        protocol=tcp
38        checktype=negotiate
39
40virtual=18.181.0.50:443
41        real=18.181.0.53:443 gate 1024
42        real=18.181.0.57:443 gate 1024
43        fallback=18.187.1.128:443 gate
44        service=https
45        request="heartbeat/https"
46        receive="1"
47        scheduler=sh
48        protocol=tcp
49        checktype=connect
50
51virtual=1
52        real=18.181.0.53 gate "heartbeat/services", "1"
53        real=18.181.0.57 gate "heartbeat/services", "2"
54        service=http
55        scheduler=wrr
56        protocol=fwm
57        checktype=negotiate
58        checkport=80
Note: See TracBrowser for help on using the repository browser.