Hi, On Thu, Sep 12, 2013 at 12:32:21PM -0700, Michael Lasevich wrote: > Which would share the entire server definition between two backends > instead of just the health checks, but a simple ability to specify a > load balancer between backends like either: > > backend be_1_and_be_2 > balance roundrobin > mode http > backend BE_1 > backend BE_2 > > or: > > frontend be_1_and_be_2 > default_backend BE1 BE2 > > > would be nice. > > But for now, as I understand it, there is no way to do this inside HAProxy
I'm sorry but I still don't understand what you're trying to achieve. Having *two* default backends makes no sense, how would we decide which one to use ? If they're both to be used, simply merge both servers :-/ Regards, Willy

