hi
i run the hoststated and ic have a small problem.
my config are
table hobbithosts {
#check http "/ldirector.html" code 200
check icmp
timeout 300
real port 443
host $hobbit_predmz_ip
}
service hobbit01 {
virtual host $hobbit_dmz_ip port 443 interface em0
tag hobbit01
sticky-address
table hobbithosts
}
so i setup also an user authentication by apache and this work also if the
connection plain from www.
but if i connect the webserver through the hoststated i get never the
authentication login from the apache.
can help me someone ?
holger