Hi, any help would be appreciated.
After running
I can see in /var/log/ldirectord.log that all the
real servers are being removed immediately after the IP changes to the virtual
ip.
I have ran the following in the DocRoot of all the
real servers: echo "test page" > .testpage
My www.cf file looks
like this:
virtual = vip
protocol = tcp
scheduler = lc
real = 192.168.1.213:80 masq
1
real = 192.168.1.214:80 masq
1
real = 192.168.1.215:80 masq 1
request =
".testpage"
receive = "test
page"
Without ldirectord, the rest of the lvs is fine.
Thanks,
Hung