I see what I did, I have fallback in under the Global Directives and it
should not be there.
-----Original Message-----
From: Brad Taylor
Sent: Wednesday, May 18, 2005 3:00 PM
To: LinuxVirtualServer.org users mailing list.
Subject: Autoreload Error
I'm getting this error:
Error [] reading file /etc/ha.d/ldirectord.cf at line 19: autoreload
must be 'yes' or 'no'
When try to run the ldirector. autoreload is set to no in the
ldirectord.cf file.
Here is my ldirector.cf:
# Global Directives
checktimeout=10
checkinterval=2
fallback=127.0.0.1:80
autoreload=no
logfile="/var/log/ldirectord.log"
#logfile="local0"
quiescent=yes
# Virtual Server for HTTP
virtual=10.10.1.20:80
fallback=127.0.0.1:80
real=10.10.1.25:80 gate
# real=10.10.1.26:80 gate
# real=10.10.1.27:80 gate
# real=10.10.1.28:80 gate
service=http
request="index.html"
receive="Test Page"
scheduler=wlc
#persistent=600
protocol=tcp
checktype=negotiate
What would I get this error?
|