[lvs-users] Https not working with ldirectord only http working
Graeme Fowler
graeme at graemef.net
Tue Mar 29 09:59:04 BST 2011
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
More information about the lvs-users
mailing list