Is there a way to turn on more detailed logging in
/var/log/ldirectord.log?
I'm getting this:
[Thu Jul 20 18:46:45 2006|ldirectord|1864] Changed virtual server:
10.10.1.115:443
[Thu Jul 20 18:46:45 2006|ldirectord|1864] Removed real server (start):
10.10.1.111:443 ( x 10.10.1.115:443)
[Thu Jul 20 18:46:45 2006|ldirectord|1864] Quiescent real server:
10.10.1.111:433 ( x 10.10.1.115:443) (Weight set to 0)
I don't understand why it is setting the Weight to 0
My ldirectord.cf file:
# Global Directives
checktimeout=5
checkinterval=10
autoreload=yes
logfile="/var/log/ldirectord.log"
#logfile="local0"
quiescent=yes
# Virtual Server for HTTPS
virtual=10.10.1.115:443
# fallback=127.0.0.1:80
# real=10.10.1.118:443 gate
# real=10.10.1.119:443 gate
real=10.10.1.111:433 gate
# service=https
# request="lb-check.js"
# receive="Test Page"
scheduler=wrr
persistent=10800
netmask=255.255.255.0
protocol=tcp
checktype=negotiate
|