Link to home
Start Free TrialLog in
Avatar of ampranti
amprantiFlag for Greece

asked on

Suse 10, Apache2 load balance

Hi all,

I have two standalone webservers. I would like to confgiure for load balance without the use of additional hardware.

Is this possible? After searching i have found that is possible with HAproxy. Is it stable?
Any tutorial how can be done on Suse? Is any rpm available for Suse ?


Thanks
SOLUTION
Avatar of Tobias
Tobias
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ampranti

ASKER

Finally it will be implemented with Round Robin DNS....

Even if i install HAproxy on one of two WebServers if it fails the Load Balance and FailOver will fail...
So i need at leat an extra server....
Unfortunatelly RoundRobin will loose the half users when one server goes down.

What other solutions are out there?
Hi !

Maybe to do one sync between the two server.
No! Applications servers are behind the web server
I want to share the clients
I recommend that you read over this article to see what solution you are looking for...

http://en.wikipedia.org/wiki/Load_balancing_(computing)


Microsoft Windows can achieve this by using a proprietary protocol between the two servers. A virtual IP addres is assigned to them and an algorithm decides how to load balance the requests

Anything similar exist to linux world?
Anyone implemented using heartbeat?? VFS?
We architected a full-scale webserver and database infrastructure that uses a heartbeat network. We aren't using SUSE, but RHEL 5 with Global File System (GFS), twin NICs (one for network, other in seperate VLAN for heartbeat/fencing needs).

We have found that Xen (as well as other virtual environments) have problems with 'virtual' network cards in different VLANs, thus a limitation in itself -- especially when web serving and heartbeat networks are concerned.
Is any guide for heartbeat?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial