this is not linux based solution, however its still opensource :-) you can use two openbsd box as load balancers via pf and carp as a redundancy protocol in case one of your "load balancer" goes down.
and combine it with hoststated to monitor the status of your webserver (in case on of your webservers goes down) you can look at the hoststated(8) manual at http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated and pf load balancing example at http://www.openbsd.org/faq/pf/pools.html and carp example at http://www.openbsd.org/faq/pf/carp.html and in case your using different isps on your webserver, you can use the openbsd loadbalancer to perform equal-cost multipath routing on all of your webservers cheers! On 5 0, "Mark Anthony C. Delfin" <[EMAIL PROTECTED]> wrote: > > thanks for the replies > looking into the load balancer, i think it will defeat the purpose of > having 3 web servers, as our http/https service will depend on one > machine, the load balancer. if the load balancer gets down. the 3 web > servers will be useless. > i have multiple A records on the DNS, but when the user connect to > webserver A,then after a few minutes his machine resolves the domain > to webserver b. he'll get a session timeout. --- a fiddle dee dum, a fiddle dee dee CARP and PF are free! _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

