From: Brent Jensen <brent@xxxxxxxxxxx>
|
> Here's my conf for this example:
>
> virtual=x.x.x.54:443
> fallback=127.0.0.1:443
> real=10.0.3.10:443 masq 1
> real=10.0.3.11:443 masq 1
> real=10.0.3.18:443 masq 1
> service=https
> request="index.html"
> receive="Connected successfully"
> scheduler=rr
> #persistent=600
> protocol=tcp
> checktype=connect
>
> Is this correct?
If you specify "checktype=connect", "request" and "receive" pair
will be ignored. If you want to check a content from a web
server, you need to specify "checktype=negotiate".
--
Sohgo Takeuchi
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|