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