show/hide this revision's text 2 added 143 characters in body

There are easy ways of providing resilient services using one IP address that needn't cost the earth.

For example, you can just configure the public IP address onto a loopback interface onto each of the proxy servers and then announce it via the OSPF routing protocol (or similar) into your internal routing tables.

If a server dies completely, the route is withdrawn from your interior routing tables and traffic automatically stops flowing to the dead server within 30 seconds.

In most networks this solutions cost solution costs nothing. The OSPF routing can be done using Quagga if your proxies are running Linux or some other UNIX variant.

Your internal network will need to be able to speak OSPF too, but that comes out of the box with most Cisco or Juniper class hardware. You are planning to run some reasonably OK network gear to support these thousands of sites, aren't you ;-) ?

FWIW, I've used a similar technique in the past to handle fail-over of large scale shared web-hosting from one data center to another.

show/hide this revision's text 1

There are easy ways of providing resilient services using one IP address that needn't cost the earth.

For example, you can just configure the public IP address onto a loopback interface onto each of the proxy servers and then announce it via the OSPF routing protocol (or similar) into your internal routing tables.

If a server dies completely, the route is withdrawn from your interior routing tables and traffic automatically stops flowing to the dead server within 30 seconds.

In most networks this solutions cost nothing. The OSPF routing can be done using Quagga if your proxies are running Linux or some other UNIX variant.

Your internal network will need to be able to speak OSPF too, but that comes out of the box with most Cisco or Juniper class hardware. You are planning to run some reasonably OK network gear to support these thousands of sites, aren't you ;-) ?