[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Linux-cluster] LVS, not so fun today...
- From: "David Brieck Jr." <dbrieck gmail com>
- To: isplist logicore net, "linux clustering" <linux-cluster redhat com>
- Cc:
- Subject: Re: [Linux-cluster] LVS, not so fun today...
- Date: Thu, 9 Nov 2006 16:21:34 -0500
On 11/9/06, isplist logicore net <isplist logicore net> wrote:
> Here's another one that might help:
>
> Your LVS reads:
> send = "GET / HTTP/1.0rnrn"
>
> It should be (at least one mine it is):
> send = "GET / HTTP/1.0\r\n\r\n"
I don't see GET anywhere?
It's just referring to the header being sent to the real server. That
is standard for all GET connections, posts would be POST. Check out a
website with this tool and you'll see what I mean:
http://www.rexswain.com/httpview.html
send = "GET / HTTP/1.0\r\n\r\n"
expect = "HTTP"
is what that section of your lvs.cf file should be for a virtual webserver.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]