what reverse proxy server will direct traffic to healthy servers whose health is based on a result string

Posted by joshua paul on Server Fault See other posts from Server Fault or by joshua paul
Published on 2012-06-08T03:28:09Z Indexed on 2012/06/08 4:42 UTC
Read the original article Hit count: 476

Filed under:
|
|
|
|

what reverse proxy server will direct traffic to healthy servers whose health is based on a result string??

ideally i'd like something like dnsmadeeasy or ultradns - lol - but for reverse proxy

i have looked at pound, delegate, ha proxy, squid, varnish, nginx, apache, and cherokee but can't see that they will work - they only test for HTTP result code

scenario

client request www.aaa.com

www.aaa.com is a reverse proxy

reverse proxy looks at "test.php" on server 1.aaa.com, 2.aaa.com and 3.aaa.com for result string "OK"

if the server is "OK" then proxy requests to them

help!

© Server Fault or respective owner

Related posts about proxy

Related posts about squid