Ah!! Good point, very good point.
So then, how do I use LVS for these other services?
Mike
On Tue, 24 Apr 2007 09:02:28 +0200, Tomas Hoger wrote:
> On 4/24/07, Simon Horman <horms@xxxxxxxxxxxx> wrote:
>
>> I think that is right too. If so, you just need to work out why nanny
>> thinks
>> that the real servers on the other ports are down.
>>
> Configuration (if I read it correctly) for every service (SMTP, POP,
> IMAP) directs nanny to send "GET / HTTP/1.0" and expect "HTTP" as
> first word of reply. This should work fine for HTTP service, but I
> really doubt this will work for other services.
>
> Check / adjust following lines in your config, this may help.
>
> send = "GET / HTTP/1.0\r\n\r\n"
> expect = "HTTP"
>
> th.
|