Re: urls in stick-table, any timeline?

2013-04-26 Thread S Ahmed
Is this in the latest stable release? On Thu, Apr 25, 2013 at 11:38 AM, Baptiste bed...@gmail.com wrote: Hi, So basically, you want to rate limit on the URL including the query string. something like: frontend webservice [...] acl url_to_protect path /something/object

Re: urls in stick-table, any timeline?

2013-04-25 Thread Baptiste
Hi, So basically, you want to rate limit on the URL including the query string. something like: frontend webservice [...] acl url_to_protect path /something/object /something_else/whatever stick-table type string len 128 size 1m expire 10m store gpc0 tcp-request content track-sc1 url if

Re: urls in stick-table, any timeline?

2013-04-24 Thread S Ahmed
Nice! Is this in the latest 1.4 release or a dev release? I need to rate limit on a URL (that includes query string values) like: api.example.com/some_thing/other?id=asdf234asdf234id2=asdf234234 Multiple sources are possible, but I don't care of the source IP I just want to rate limit on the

Re: urls in stick-table, any timeline?

2013-04-24 Thread Baptiste
Hi, Last question: Will you have one URL per client? I mean will the query string change with each client? Then do you want to rate limit each client individually or do you want to rate limit the number of call to the script named other as a whole in your example? Baptiste On Wed, Apr 24, 2013

Re: urls in stick-table, any timeline?

2013-04-22 Thread S Ahmed
Hello, Has this feature been released yet by any change? :) Again my initial request was to do: I was told that soon you will be able to store a URL in a stick-table, so I could block a particular url and then remove the block by making a request. I situation is I will be blocking up to 250K

Re: urls in stick-table, any timeline?

2013-04-22 Thread Baptiste
Hi Ahmed, Yes, it has been implemented. You can store a URL and rate limited on it. Baptiste On Mon, Apr 22, 2013 at 11:15 PM, S Ahmed sahmed1...@gmail.com wrote: Hello, Has this feature been released yet by any change? :) Again my initial request was to do: I was told that soon you will

Re: urls in stick-table, any timeline?

2012-08-21 Thread S Ahmed
Hello, Any updates or guestimates on if sticky-table feature will be released? Just haven't been watching this list for a while and curious if there has been any progress. Appreciate it! On Sun, Jun 24, 2012 at 1:28 AM, Willy Tarreau w...@1wt.eu wrote: Hi, On Thu, Jun 21, 2012 at

Re: urls in stick-table, any timeline?

2012-08-21 Thread Baptiste
Hey, Nothing coming right now. Maybe for Christmas :) cheers On Tue, Aug 21, 2012 at 5:19 PM, S Ahmed sahmed1...@gmail.com wrote: Hello, Any updates or guestimates on if sticky-table feature will be released? Just haven't been watching this list for a while and curious if there has been

Re: urls in stick-table, any timeline?

2012-08-21 Thread Willy Tarreau
On Tue, Aug 21, 2012 at 11:19:57AM -0400, S Ahmed wrote: Hello, Any updates or guestimates on if sticky-table feature will be released? Just haven't been watching this list for a while and curious if there has been any progress. Just thinking out loud, until the track url feature is

Re: urls in stick-table, any timeline?

2012-06-23 Thread Willy Tarreau
Hi, On Thu, Jun 21, 2012 at 05:16:22PM -0400, S Ahmed wrote: I was told that soon you will be able to store a URL in a stick-table, so I could block a particular url and then remove the block by making a request. I situation is I will be blocking up to 250K urls (for rate limiting, hard