On Sat, Sep 27, 2014 at 1:33 AM, Joseph Hardeman <[email protected]> wrote: > So I have a need to send a remote visitor to one specific server on another > port/backend based on the first backend server they logged in to. Its > really the same server just different IP's. > > Is this possible? > > Joe >
Hi Joseph, This is possible with the dev version of HAProxy and using a common stick tables between your two farms. Also server order will be very important, each server and its peer must be in the same order in each farm. And it should do the trick. Baptiste

