"Guglielmo Abbruzzese" <g.abbruzz...@resi.it> writes:

> But what if the real servers implement a custom tcp or udp service? 

For example, here's how one could implement a custom HTTP check:

        service=simpletcp
        checkport=80
        request="GET / HTTP 1.0\n\n"
        receive="<html><body><h1>It works!</h1></body></html>"

You can easily tailor it to your custom TCP service.
I don't really understand your other questions, sorry.
-- 
Regards,
Feri.

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org
Send requests to lvs-users-requ...@linuxvirtualserver.org
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to