I've added an SSL server to my realserver list.
Here is an example of my ldirectord.cf
# Global Directives
checktimeout=20
checkinterval=10
logfile="/var/log/ldirectord.log"
quiescent=no
# Virtual Server for HTTP
virtual=192.168.22.41:80
real=lweb1:80 masq
real=lweb2:80 masq
fallback=192.168.22.70:80
service=http
request="/us/index.jsp"
receive="working"
scheduler=wlc
persistent=1800
netmask=255.255.255.0
protocol=tcp
checktype=negotiate
# Virtual Server for HTTPS
virtual=192.168.22.41:443
real=lweb3:443 masq
service=https
request="/test.ipage"
receive="working"
scheduler=wlc
persistent=1800
protocol=tcp
checktype=negotiate
I can get to the server through https:// but the pages load very slowly
(~2 minutes compared to 4 seconds if I go directly to the realserver
address)
I'm not sure where to start, as it works.
|