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

Last change on this file since 1267 was 1267, checked in by mitchb, 15 years ago
Configuration for new scripts webserver real-mccoy
File size: 1.5 KB
Line 
1checktimeout=5
2checkinterval=1
3autoreload=yes
4logfile="/var/log/ldirectord.log"
5quiescent=no
6
7# iptables rules caused SMTP to use FWM 3
8virtual=3
9        real=18.181.0.53:25 gate 1024
10        real=18.181.0.57:25 gate 1024
11        real=18.181.0.167:25 gate 2048
12        real=18.181.0.228:25 gate 2048
13        real=18.181.0.234:25 gate 1024
14        real=18.181.0.235:25 gate 1024
15        real=18.181.0.237:25 gate 1024
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 1024
26        real=18.181.0.57 gate 1024
27        real=18.181.0.167 gate 2048
28        real=18.181.0.228 gate 2048
29        real=18.181.0.234 gate 1024
30        real=18.181.0.235 gate 1024
31        real=18.181.0.237 gate 1024
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.