Great & Thanks Fellaws.

But i see |option redispatch|only works for HTTP proxies, am a right.

I am using TCP .

_*haproxy.cfg*__*
*_

listen sftp-server
    bind :2121
*mode tcp*
    maxconn 2000
    balance roundrobin
    option tcplog
    option tcp-check
    server ftp01 172.21.10.100:22
    server ftp02 172.21.10.101:22




Thanks
Vijay

On 07-10-2016 03:10 AM, Igor Cicimov wrote:


> But for ex:
> when the second node is down. it is not passing files to only first node. instead, one time to first node and one time to second node. That means alternatively my second request is getting failures. how to fix this. please help me asap.
>
>

You need

option redispatch

> haproxy.cfg  (Also attached the cfg file)
>
>
> OS - linux ubuntu
>
>
>
>
>
>
>
> --
> Thanks
> Vijay



--
*Thanks*
*Vijay*

Reply via email to