On Mon, Oct 31, 2005 at 11:15:23AM -0600, James Miller wrote:
> Hello everyone,
>
> Is there a way to specify a host name when the UltraMonkey3 version of
> ldirectord does a negotiated check to a http/https service?
>
> I have two development IIS 6 servers behind a pair of LVS-DR directors. The
> IIS 6 servers (pinky and brain) are each configured to answer http/https
> requests to their respective host names as well as to the host name of the
> VIP - director.simutronics.com. I'm having a problem getting ldirectord to
> see the two IIS6 servers as being up/available when using
> 'checktype=negotiate' because the web site, on each server, is configured as
> a virtual server. The server won't give a proper response w/out a host
> being specified. Setting 'checktype=connect' works, but I would prefer to
> use negotiate because of it's more sophisticated checks.
>
> virtual=vip:80
> real=ip.of.server1:80 gate
> real=ip.of.server2:80 gate
> service=http
> request="home.asp"
> *suggested host="director.simutronics.com"
Does the following help?
virtualhost=director.simutronics.com
> receive="play"
> scheduler=rr
> persistent=600
> protocol=tcp
> checktype=negotiate
--
Horms
|