Load balancer installation

#1
I have 2 servers which are using litespeed webserver.

I installed load balancer to one of them. But I dont know how to make cluster between them.

balancer is using 80. port at server1
litespeed is using 2080. port at server1
litespeed is using 80. port at server2

What can I do for make a cluster between server1 and server2.
 

mistwang

LiteSpeed Staff
#3
It depends on the LB configuration. LB may not route traffic to second server when all traffic comes from the same IP.

You should use "stateless" and "Round Robin" to make LB route traffic to second server.
 
Top