On Fri, Jul 10, 2015 at 11:57 AM, Alan Peña Islas <[email protected]> wrote: > Additionally, making a simple search, there are so many solutions to make a > high available load balancer (using other software like Artic Monkey, > putting physical load balancers, etc), but I want use only apache modules. > If this is not possible, which solutions have been successfully for you?
You can't/don't want to do it with Apache modules. You need to put something in front of your Apache cluster that provides a virtual IP for Apache via something like NAT or MAC forwarding. Read a bit about LVS (linux virtual server) for example. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
