@@ -30,23 +30,17 @@ virtual=3
30
30
checktype=negotiate
31
31
checkport=80
32
32
33
+ # The proxy servers get only web traffic
33
34
# Apache (80, 443, and 444) uses FWM 2
34
35
virtual=2
35
- #real=18.4.86.53 gate 4096 # old-faithful
36
- #real=18.4.86.57 gate 4096 # better-mousetrap
37
- real=18.4.86.167 gate 4096 # bees-knees
38
- real=18.4.86.228 gate 1024 # cats-whiskers
39
- real=18.4.86.234 gate 4096 # busy-beaver
40
- #real=18.4.86.235 gate 4096 # real-mccoy
41
- real=18.4.86.237 gate 4096 # pancake-bunny
42
- #real=18.4.86.236 gate 1024 # whole-enchilada
43
- real=18.4.86.135 gate 4096 # shining-armor
44
- #real=18.4.86.141 gate 4096 # golden-egg
45
- #real=18.4.86.203 gate 4096 # miracle-cure
46
- #real=18.4.86.204 gate 4096 # lucky-star
36
+ {% for hostname in groups ['scripts-proxy-prod' ]|sort %}
37
+ {% with info = hostvars [hostname ] %}
38
+ real={{ info['ip'] }} gate 4096 # {{ hostname }}
39
+ {% endwith %}
40
+ {% endfor %}
47
41
fallback=127.0.0.1 gate
48
42
service=http
49
- request="heartbeat/http"
43
+ request="heartbeat/http?codename=ANY "
50
44
virtualhost="scripts.mit.edu"
51
45
receive="1"
52
46
checktype=negotiate
@@ -55,26 +49,6 @@ virtual=2
55
49
persistent=600
56
50
protocol=fwm
57
51
58
- # Everything else uses FWM 1 and gets sent only to the primary
59
- virtual=1
60
- #real=18.4.86.53 gate "heartbeat/services", "1" # old-faithful
61
- #real=18.4.86.57 gate "heartbeat/services", "2" # better-mousetrap
62
- real=18.4.86.167 gate "heartbeat/services", "3" # bees-knees
63
- real=18.4.86.228 gate "heartbeat/services", "4" # cats-whiskers
64
- real=18.4.86.234 gate "heartbeat/services", "5" # busy-beaver
65
- #real=18.4.86.235 gate "heartbeat/services", "6" # real-mccoy
66
- real=18.4.86.237 gate "heartbeat/services", "7" # pancake-bunny
67
- #real=18.4.86.236 gate "heartbeat/services", "8" # whole-enchilada
68
- real=18.4.86.135 gate "heartbeat/services", "9" # shining-armor
69
- #real=18.4.86.141 gate "heartbeat/services", "10" # golden-egg
70
- #real=18.4.86.203 gate "heartbeat/services", "11" # miracle-cure
71
- #real=18.4.86.204 gate "heartbeat/services", "12" # lucky-star
72
- service=http
73
- scheduler=wrr
74
- protocol=fwm
75
- checktype=negotiate
76
- checkport=80
77
-
78
52
## sipb.mit.edu needs an FTP server
79
53
#virtual=4
80
54
# real=18.181.2.75 gate 1
@@ -122,21 +96,3 @@ virtual={{ offset + 1 }}
122
96
checktype=negotiate
123
97
checkport=80
124
98
{% endfor %}
125
-
126
- # The proxy servers get only web traffic
127
- virtual=92
128
- {% for hostname in groups ['scripts-proxy-prod' ]|sort %}
129
- {% with info = hostvars [hostname ] %}
130
- real={{ info['ip'] }} gate 4096 # {{ hostname }}
131
- {% endwith %}
132
- {% endfor %}
133
- fallback=127.0.0.1 gate
134
- service=http
135
- request="heartbeat/http?codename=ANY"
136
- virtualhost="scripts.mit.edu"
137
- receive="1"
138
- checktype=negotiate
139
- checkport=80
140
- scheduler=wlc
141
- persistent=600
142
- protocol=fwm
0 commit comments