Thank you.. However, I a have a followup.. What does it mean when I get this:  
'stats' ignored because frontend 'myfrontend-80' has no backend capability?  
Even though I have a default backend defined?

Thanks again.

-          Alex

From: Baptiste [mailto:bed...@gmail.com]
Sent: Thursday, January 03, 2013 3:24 PM
To: DeMarco, Alex
Cc: haproxy@formilux.org
Subject: Re: stats question

Hi Alex,

configure your stat URL as usual, then you can protect it with an ACL:
http-request allow if { path /stats } { src 123.456.789.99 }
http-request deny if { path /stats }

cheers
On Thu, Jan 3, 2013 at 9:05 PM, DeMarco, Alex 
<alex.dema...@suny.edu<mailto:alex.dema...@suny.edu>> wrote:
123.456.789.99

Reply via email to