Re: a cleaner/correct way to filter by IP/destination?

2013-03-13 Thread Baptiste
Hi Jay, This may work if /stats is not hosted on same servers as application servers. You should better use something like : block if is_stats !is_owner or better: (latest haproxy 1.5): http-request deny if is_stats !is_owner Baptiste On Wed, Mar 13, 2013 at 9:22 PM, Jay Christopherson

Re: a cleaner/correct way to filter by IP/destination?

2013-03-13 Thread Jay Christopherson
or better: (latest haproxy 1.5): http-request deny if is_stats !is_owner Awesome, works like a charm. Thanks! On Wed, Mar 13, 2013 at 1:55 PM, Baptiste bed...@gmail.com wrote: Hi Jay, This may work if /stats is not hosted on same servers as application servers. You should better use