[Linux-cluster] LVS, not so fun today...

David Brieck Jr. dbrieck at gmail.com
Thu Nov 9 21:21:34 UTC 2006


On 11/9/06, isplist at logicore.net <isplist at 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.




More information about the Linux-cluster mailing list