I love the product, but have an issue.
I have a config that works if I have any 1 of the 3 servers in the backend 
uncommented, but if I have two or more uncommented it fails.  Is there 
something I'm missing?

global
        log                     127.0.0.1 local2
        pidfile                 /var/run/haproxy.pid
        maxconn                 4000
        user                    root
        group                   root
        daemon

defaults
        log                     global
        mode                    tcp
        option                  tcplog
        maxconn                 3000

listen stats
        bind                    *:80
        mode                    http
        stats                   enable
        stats                   scope Jump_Servers_Frontend
        stats                   scope Jump_Servers_Backend
        stats                   uri /
        stats                   realm Jump
        stats                   auth      admin:admin
        stats                   admin if TRUE
        stats                   show-desc Jump Servers
        stats                   refresh 5s

frontend Jump_Servers_Frontend
        bind                    *:3389,*:443
        default_backend Jump_Servers_Backend

backend Jump_Servers_Backend
        balance                 roundrobin
        server                  SERVER01 SERVER01
        server                  SERVER02 SERVER02
        server                  SERVER03 SERVER03

Thanks,
Russell Hackworth


This communication (including any attachments) is confidential and is intended 
to be privileged pursuant to applicable law. If you are not the intended 
recipient, or the employee or agent responsible for delivering it to the 
intended recipient, then you are hereby notified that the dissemination, 
distribution or copying of this communication is prohibited. If you received 
this communication in error, please notify Smithfield Foods, Inc. immediately 
by telephone (+1 757-365-3000) and then delete this communication and destroy 
all copies thereof.

Reply via email to