<div class="gmail_quote">On Tue, Oct 25, 2011 at 7:53 AM, Patrick Mcgillan <span dir="ltr"><<a href="mailto:patrick.mcgillan@gmail.com">patrick.mcgillan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I would like to have a redundant web server in another location that<br>
answers when the primary doesn't. I have total control of both servers<br>
and they are both running Debian. I need a nudge on where to look to<br>
set up this redundancy, especially on the DNS redirection. I am not<br>
totally sure on what to ask for, other than I am sure it is possible.<br><br>
</blockquote></div><div><br></div>A load balancer doesn't have to be costly. I use Amazon's ELB (Elastic Load Balancer) service for my EC2 instances. It can detect the health of EC2 instances and remove an instance from the pool. However this assumes that you're using EC2. Micro instances with 10G of storage cost about $15/mo and you can run them in different availability zones, which amounts to different geographic locations.<div>

<br></div><div><a href="http://aws.amazon.com/elasticloadbalancing/">http://aws.amazon.com/elasticloadbalancing/</a></div><div><br></div><div>Rackspace also has a load balancer solution that looks like it works with dedicated servers, though it's not clear to me if this is only for servers hosted on premises: <a href="http://www.rackspace.com/cloud/cloud_hosting_products/loadbalancers/">http://www.rackspace.com/cloud/cloud_hosting_products/loadbalancers/</a></div>

<div><br></div><div>The benefit of a load balancer over DNS is that you get instant failover.</div><div><br></div><div>If you have more resources, we use HA Proxy at work. It works great on Debian systems. <a href="http://haproxy.1wt.eu/">http://haproxy.1wt.eu/</a> For sites that are largely static content we instead use Squid since we can serve directly from the cache.<br clear="all">

<div><br></div>-- <br>Matthew Nuzum<br>newz2000 on freenode, skype, linkedin and twitter<br><br><p>







</p><p><span>♫</span> You're never fully dressed without a smile! <span>♫</span></p><p></p><br>
</div>