Hi list,

Is it possible to use HAproxy instead of Squid for a SPICE Proxy (I already 
use Haproxy on this server, I'd rather avoir to install Squid) ? 

I try this 

#### oVirt  +SPICE
frontend fe_spice_proxy
        bind 172.18.1.99:8080
        #bind 172.18.1.99:5900-6123
        option tcpka
        default_backend bk_OVIR
##
backend bk_OVIR
        option tcpka
        balance roundrobin
        server OVIR1 172.20.69.21:5900-6123 weight 10
        server OVIR2 172.20.69.22:5900-6123 weight 10


But it seems I can't set a port range in the server directive. Somebody have 
an idea how  can I setup ?

Thanks a lot
-- 
        Kevin

Reply via email to