I have a vserver configured with this
-persistenceType CUSTOMSERVERID -lbMethod ROUNDROBIN -rule "URLQUERY CONTAINS sid="
It seems that if the "sid" parameter is set to go to "server 1" and at the time the request comes in, "server 1" is down, it falls back to round robin and sends the request somewhere else (server 2 for example)
How can I configure the NS such that if a request is bound for a server and that server is down, the request is just dropped or rejected?