PDA

View Full Version : Question About High Available Apache Cluster


4nDr3s
14th November 2007, 05:09
Hello. I have some questions about this howto:High Availability Apache Cluster (http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster)

1. What i want to know is which packet forwading technique is the howto using? Is it direct routing??

2. what does this modules mean:
ip_vs_dh
ip_vs_ftp
ip_vs

3. And is it posible to build the same cluster scheme without using the UltraMonkey package and just using LVS + Heartbeat + ldirectord??

thanks for help.

falko
15th November 2007, 15:10
3. And is it posible to build the same cluster scheme without using the UltraMonkey package and just using LVS + Heartbeat + ldirectord??

You don't need UltraMonkey. You can do the same with just heartbeat/keepalived and haproxy/pound. Take a look at this category: http://www.howtoforge.com/howtos/high-availability

4nDr3s
15th November 2007, 16:29
You don't need UltraMonkey. You can do the same with just heartbeat/keepalived and haproxy/pound. Take a look at this category: http://www.howtoforge.com/howtos/high-availability


Hi, thanks for your answer.
I've checked the howto's using Pound and HAProxy already and they really usefull.
But actually, what i ment was that if it is possible to build the same type of cluster (2 LoadBalancer in Active/Pasive and RealServers in Active/Active), let's say in Gutsy Gibon, using just heartbeat + ldirectord and LVS/ipvsadm and not ultramonkey.
So that way i wont just only be able to have apache clusters and instead build clusters for other services using the same scheme, without ultramonkey.

thanks for help.

falko
16th November 2007, 18:19
Yes, that should work because UltraMonkey is just a meta package that installs heartbeat, ldirectord and LVS. :)