On Mon, 2011-03-28 at 15:00 -0700, Sal Lvs wrote:
> I already tried both, and still not working.
I just looked back at your config, which appears (to me) to be invalid.
You should have both realservers in the same virtual definition, not
separately. Here's a very basic example:
# Virtual Server for HTTPS
virtual=10.10.10.5:443
real=10.10.10.3:443 gate 1
real=10.10.10.4:443 gate
service=https
request="/test.html"
receive="Test Page"
scheduler=rr
Try that and see.
Graeme
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|