Re: LVS, not so fun today...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/9/06, isplist@xxxxxxxxxxxx <isplist@xxxxxxxxxxxx> 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.

--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux