Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 5112

SPICE Proxy with haproxy (1 reply)

$
0
0
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

Viewing all articles
Browse latest Browse all 5112

Trending Articles