On 23 November 2012 17:10, Owen Marinas <[email protected]> wrote: > > Thx for the advice Jonathan > Willy's advice from an old post was to make it work with printf+nc in bash > first. So I did.
I think your back-end may be being lenient, then :-) > the issue is after I added the lines to the backend(below), the server still > resported UP eben if the expected string is not there. That's initially because your server lines lack the requisite "check" flag to enable health checks. The "UP" represents layer-3 connectivity to the host working. I can't speak as for any problems you see after you fix that - I've never seen POSTs and request bodies being used in a health check before! HTH, Jonathan -- Jonathan Matthews // Oxford, London, UK http://www.jpluscplusm.com/contact.html

