I want to setup a loadbalancer with 2 linodes. The loadbalancer should reside on one machine and split load between itself and other linode (with a greater percentage of request hitting other linode). There is no issue of cookie and session, since every request is independent. Also I have given my client an IP address (something like
http://99.99.9.9/aaa.php ) not a domain name so I want the request coming to that IP to be load balanced. How do I configure apache mod proxy balancer(if its possible that way)? I communicate between two linodes via private IP. My OS is ubuntu 10.04.