You can have haproxy listen in both http mode, and tcp mode. You'll just need to setup multiple frontends.
something like: frontend myhttpservice bind *:80 mode http ... frontend mytcpservice bind *:3306 mode tcp ... If I misunderstood the request, please feel free to post again, and clarify what you are asking to have haproxy do. On Thu, Sep 17, 2015 at 9:13 PM, Nitesh Kumar Gupta <[email protected]> wrote: > Hi, > > I want to setup haproxy in way there that will work on both http and https > and also tpc but that will be conditional mean if any perticular link will > come that will go via tcp > > So can you help me how can i setup this > > -- > Regards > Nitesh Kumar Gupta -- Jeff Palmer https://PalmerIT.net

