Working example of url32+src

2014-06-18 Thread Andrew Kroenert
Hey Guys, Im trying to tarpit based on Unique IP and specific URL. I started with the following: listen web ... # Track IP over 60sec, if http_req rate greater than 20 AND page.html, send # to new backend with tarpit only. stick-table type ip size 1m expire 60s store

Re: Working example of url32+src

2014-06-18 Thread Baptiste
On Wed, Jun 18, 2014 at 8:09 AM, Andrew Kroenert and...@thek.ro wrote: Hey Guys, Im trying to tarpit based on Unique IP and specific URL. I started with the following: listen web ... # Track IP over 60sec, if http_req rate greater than 20 AND page.html, send # to new

how to reproduce the performance test on http://haproxy.1wt.eu/10g.html

2014-06-18 Thread Jie Jin
Hi, All We use haproxy as the load balance. When the HTTP request reach 20K requests per second, in statistics report, we observed too many 4xx request in frontend, nearly about 25% In page http://haproxy.1wt.eu/10g.html, the max http requests per second is 40K. Where can I find the script that

RE: how to reproduce the performance test on http://haproxy.1wt.eu/10g.html

2014-06-18 Thread Lukas Tribus
We use haproxy as the load balance. When the HTTP request reach 20K  requests per second, in statistics report, we observed too many 4xx  request in frontend, nearly about 25%    In page http://haproxy.1wt.eu/10g.html, the max http requests per  second is 40K.    Where can I find the script

Re: how to reproduce the performance test on http://haproxy.1wt.eu/10g.html

2014-06-18 Thread Baptiste
On Wed, Jun 18, 2014 at 11:33 AM, Lukas Tribus luky...@hotmail.com wrote: We use haproxy as the load balance. When the HTTP request reach 20K requests per second, in statistics report, we observed too many 4xx request in frontend, nearly about 25% In page http://haproxy.1wt.eu/10g.html, the

Re: how to reproduce the performance test on http://haproxy.1wt.eu/10g.html

2014-06-18 Thread Jie Jin
Thanks Lukas ​: ​I am looking at the tool. Hope I can understand how to run it (:​ Baptiste ​. which version of haproxy you used in the performance test? and how many you did in your test? We use haproxy 1.4. We got about 25% 4xx HTTP status in frontent. We are trying to find out why. It

HAProxy 1.5 release?

2014-06-18 Thread Stephen Balukoff
Hey Willy! I'm involved in a group that is building a highly-scalable open source virtual appliance-based load balancer for use with cloud operating systems like OpenStack. We are planning on making haproxy the core component of the solution we're building. At my company we've actually been

Re: HAProxy 1.5 release?

2014-06-18 Thread Patrick Hemmer
Haproxy 1.6 is very close to release. See http://marc.info/?l=haproxym=140129354705695 and http://marc.info/?l=haproxym=140085816115800 -Patrick *From: *Stephen Balukoff sbaluk...@bluebox.net *Sent: * 2014-06-18 08:40:55

Re: HAProxy 1.5 release?

2014-06-18 Thread Patrick Hemmer
Err, pardon the typo, 1.5 :-) -Patrick *From: *Patrick Hemmer hapr...@stormcloud9.net *Sent: * 2014-06-18 08:49:27 EDT *To: *Stephen Balukoff sbaluk...@bluebox.net, haproxy@formilux.org *Subject: *Re: HAProxy 1.5 release?

VPrivé : CATMANDOO PRECEPT POWER BILT Golf - Promo : PANAGICA, Casques LIMAR

2014-06-18 Thread ALLSPORTSHOP'PING
Offres exclusives sur les produits du site Allsportshop.fr Version en ligne| AjouterAllsportshop à votre carnet d'adresses VENTES PRIVÉES GOURDE SIGG TEXTILE CYCLE HIGH TECH FITNESS OUTDOOR GLISSE URBAINE VENTES PRIVÉES CATMANDOO: ALLSPORTSHOP.fr vous propose la ligne de

Re: HAProxy 1.5 release?

2014-06-18 Thread Willy Tarreau
On Wed, Jun 18, 2014 at 08:52:01AM -0400, Patrick Hemmer wrote: Err, pardon the typo, 1.5 :-) This typo is a proof that we're close :-) I merged today what I think might be the last commit. I'm working on a human-readable changelog right now (ie: something that will also enlight people who are

effect of adding `cookie` option to server

2014-06-18 Thread Igor Serebryany
Hi! I am trying to figure out what the effect of adding the `cookie` option to a `server` config line is. According to this chunk of documentation: https://cbonte.github.io/haproxy-dconv/configuration-1.4.html#5-cookie This value will be checked in incoming requests, and the first operational

Re: haproxy real sever status

2014-06-18 Thread Willy Tarreau
On Mon, Jun 16, 2014 at 04:47:02PM +0300, Muhammad Ammad Shah wrote: HI, i have two web servers, could you please help me to find a way to know the status of real servers are up or down. Please do not hijack existing threads when asking an unrelated question, not only it makes your question

Re: use_backend

2014-06-18 Thread Willy Tarreau
On Wed, May 28, 2014 at 02:15:47PM +0200, Steven Van Ingelgem wrote: How many entries can I add in 1 acl? Because I splitted 1 of the acls up in 14 lines, with each line about 40 items. I think I did it so a human could still read the configuration file, but does that matter for HAProxy? The

Re: Lot of 503 errors - cannot explain why...

2014-06-18 Thread Willy Tarreau
On Sat, May 31, 2014 at 09:22:12PM +0200, Jakov Sosic wrote: On 05/27/2014 08:36 PM, Willy Tarreau wrote: I don't see why GoogleBot would see them since they should only affect the offending clients. Is it by any chance possible that my ISP is somehow screwing up connections? Because I see

Re: Rewrite domain.com to other domain.com/dir/subdir

2014-06-18 Thread Willy Tarreau
Hi Matt, [ please avoid top-posting, it's very unconvenient to reply with the context, rearranging your mail now ] On Wed, May 28, 2014 at 11:40:55PM +0200, Matt . wrote: 2014-05-28 23:28 GMT+02:00 Bryan Talbot bryan.tal...@playnext.com: The example in the reqirep section of the

Re: Stick tables

2014-06-18 Thread Willy Tarreau
Hi Michal, On Mon, May 26, 2014 at 05:00:31PM +0200, Lazy wrote: Is it normal that http table exp counter gets updated even if src address is whitelisted sc1_get_gpc0(backend) 0 ? (...) I'm seeing a few things that confuse me in your config : tcp-request content track-sc1 src if

Re: effect of adding `cookie` option to server

2014-06-18 Thread Willy Tarreau
Hi Igor, On Wed, Jun 18, 2014 at 01:10:25PM -0700, Igor Serebryany wrote: Hi! I am trying to figure out what the effect of adding the `cookie` option to a `server` config line is. According to this chunk of documentation:

Re: oscp and others

2014-06-18 Thread Willy Tarreau
Hi Thomas, On Wed, Jun 18, 2014 at 12:20:11AM +0200, Thomas Heil wrote: Hi, I think dnssec and DANE could be an alternate path for checking certificates even for HAPRoxy. Of course dnssec is a burden but after that it can be very useful. How do you think about it? Not checked yet.

Nous prenons en charge pour vous 1000 euros de bon d'achat

2014-06-18 Thread 1000 de bon d'achat
Title: Gagnez 1000 de bon d'achat Cliquez ici pour lire cet e-mail dans votre navigateur. Bonjour,Vous avez t slectionn

Re: HAProxy 1.5 release?

2014-06-18 Thread Stephen Balukoff
Hi y'all! Thanks for the responses and pointers. Willy-- if there's anything we can to do help with this, please let us know! You have no idea how much we're looking forward to this release! Thanks, Stephen On Wed, Jun 18, 2014 at 1:09 PM, Willy Tarreau w...@1wt.eu wrote: On Wed, Jun 18,