Search tips
  • Apache: Creating A Session-Aware Loadbalancer Using mod_proxy_balancer (Debian Etch)
    Since Apache 2.1, a new module called mod_proxy_balancer is available which lets you turn a system that has Apache installed into a loadbalancer. This loadbalancer retrieves requested pages from two or more backend webservers and delivers them to the user's computer. Users get the impression that they deal with just one server (the loadbalancer) when in fact there are multiple systems behind the loadbalancer that process the users' requests. By using a loadbalancer, you can lower the load average on your webservers. One important feature of mod_proxy_balancer is that it can keep track of sessions which means that a single user always deals with the same backend webserver. Most websites are database-driven nowadays with user logins etc., and you'd get weird
    in Public bookmarks with apache debian etch linux loadbalancer mod_proxy_balancer server sessions
  • How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1
    This tutorial shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).
    in Public bookmarks with cluster debian ha high-availability loadbalancer mysql ultramonkey
  • Setting Up A High-Availability Load Balancer With HAProxy/Keepalived On Debian Lenny
    This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and keepalived on Debian Lenny. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with a
    in Public bookmarks with availability debian failover haproxy high keepalived lenny loadbalancer


loadbalancer from all users