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

Last change on this file since 1471 was 1471, checked in by quentin, 14 years ago
make r-m's RAM match
File size: 1.5 KB
Line 
1checktimeout=5
2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
5quiescent=yes
6
7# iptables rules caused SMTP to use FWM 3
8virtual=3
9        real=18.181.0.53:25 gate 1
10        real=18.181.0.57:25 gate 1
11        real=18.181.0.167:25 gate 6144
12        real=18.181.0.228:25 gate 6144
13        real=18.181.0.234:25 gate 4096
14        real=18.181.0.235:25 gate 4096
15        real=18.181.0.237:25 gate 4096
16        service=smtp
17        scheduler=wlc
18        persistent=600
19        protocol=fwm
20        checktype=negotiate
21        checkport=25
22
23# Apache (80, 443, and 444) uses FWM 2
24virtual=2
25        real=18.181.0.53 gate 1
26        real=18.181.0.57 gate 1
27        real=18.181.0.167 gate 6144
28        real=18.181.0.228 gate 6144
29        real=18.181.0.234 gate 4096
30        real=18.181.0.235 gate 4096
31        real=18.181.0.237 gate 4096
32        fallback=127.0.0.1 gate
33        service=http
34        request="heartbeat/http"
35        virtualhost="scripts.mit.edu"
36        receive="1"
37        checktype=negotiate
38        checkport=80
39        scheduler=wlc
40        persistent=600
41        protocol=fwm
42
43# Everything else uses FWM 1 and gets sent only to the primary
44virtual=1
45        real=18.181.0.53 gate "heartbeat/services", "1"
46        real=18.181.0.57 gate "heartbeat/services", "2"
47        real=18.181.0.167 gate "heartbeat/services", "3"
48        real=18.181.0.228 gate "heartbeat/services", "4"
49        real=18.181.0.234 gate "heartbeat/services", "5"
50        real=18.181.0.235 gate "heartbeat/services", "6"
51        real=18.181.0.237 gate "heartbeat/services", "7"
52        service=http
53        scheduler=wrr
54        protocol=fwm
55        checktype=negotiate
56        checkport=80
Note: See TracBrowser for help on using the repository browser.