Hi
How is it going ?

I ' ve been trying do a simple forward using haproxy but until now i was not able to do it works
just load a web page "it works " but does not forward for the sever

Can anyone help  me ?

thank's in advance

bellow following my conf file

global
    log 127.0.0.1 local0
    log 127.0.0.1 local1 notice
    maxconn 4096
    #chroot /var/lib/haproxy
    user haproxy
    group haproxy
    daemon
#debug
#quiet

defaults
    log global
    mode http
    option httplog
    option dontlognull
    option redispatch
    retries 3
    maxconn 2000
    contimeout 5000
    clitimeout 50000
    srvtimeout 50000

listen LoadBalancer http machine1:80
#    mode http
    mode tcp
    stats enable
    option tcp log
    option forwardfor
    balance roundrobin
    server  machine2:80

Reply via email to