Autododo - dedicat lumii motoarelor

2014-05-26 Thread Petruta Tecar
Use this area to offer a short preview of your email's content. View this email in your browser ( *%7CARCHIVE%7C* ) *** ( http://autododo.ro/ ) *** Anunturile Zilei ! (

Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Daniel Todorov
Hello, I'm working for company which have software based on both headers, and if one of them is missing, the software is not working properly. I find a way to configure HAProxy to send each of them but separated. I need to find solution which will make HAProxy to send both. Can I use reqadd or

Re: Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Baptiste
On Mon, May 26, 2014 at 10:03 AM, Daniel Todorov leinad...@gmail.com wrote: Hello, I'm working for company which have software based on both headers, and if one of them is missing, the software is not working properly. I find a way to configure HAProxy to send each of them but separated. I

Re: Error 408 with Chrome

2014-05-26 Thread Kevin Maziere
Hi [Sorry for top-posting] 2014-05-23 16:08 GMT+02:00 Willy Tarreau w...@1wt.eu: Hi Kevin, [guys, please could you stop top-posting, it's a total mess to try to respond to this thread, I cannot easily take out the useless parts, thanks]. On Fri, May 23, 2014 at 02:35:21PM +0200, Kevin

Re: Error 408 with Chrome

2014-05-26 Thread Baptiste
On Mon, May 26, 2014 at 11:16 AM, Kevin Maziere ke...@kbrwadventure.com wrote: Yes it is. I flush my history and after few click I have the 408 error, and the error in immediat, Chrome is not loading and then showing 408 page. Kevin, Have you tried to make your HAProxy to return void data on

Re: Error 408 with Chrome

2014-05-26 Thread Kevin Maziere
2014-05-26 11:24 GMT+02:00 Baptiste bed...@gmail.com: On Mon, May 26, 2014 at 11:16 AM, Kevin Maziere ke...@kbrwadventure.com wrote: Yes it is. I flush my history and after few click I have the 408 error, and the error in immediat, Chrome is not loading and then showing 408 page. Kevin,

Re: Error 408 with Chrome

2014-05-26 Thread Willy Tarreau
On Mon, May 26, 2014 at 11:37:52AM +0200, Kevin Maziere wrote: 2014-05-26 11:24 GMT+02:00 Baptiste bed...@gmail.com: On Mon, May 26, 2014 at 11:16 AM, Kevin Maziere ke...@kbrwadventure.com wrote: Yes it is. I flush my history and after few click I have the 408 error, and the error

Re: Add Domain redirects using API or ?

2014-05-26 Thread Matt .
Hi guys. Now I have this working I see it's a real redirect and I actually need a rewrite, is this possible too in this matter ? Cheers, Matt 2014-05-24 0:46 GMT+02:00 Matt . yamakasi@gmail.com: Hi, I'm getting a strange error, which is various when I change it in the frontend. Is

Re: Error 408 with Chrome

2014-05-26 Thread Arnall
Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6) Kernel 3.8.13-OVH HA-Proxy version 1.5-dev24-8860dcd 2014/04/26 (Debian GNU/Linux 7.5) Kernel 3.10.13-OVH htmlbodyh1408 Request Time-out/h1 Your browser didn't send a complete

Re: Error 408 with Chrome

2014-05-26 Thread Olivier
2014-05-26 11:56 GMT+02:00 Arnall arnall2...@gmail.com: Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6) Kernel 3.8.13-OVH HA-Proxy version 1.5-dev24-8860dcd 2014/04/26 (Debian GNU/Linux 7.5) Kernel 3.10.13-OVH Hello, Just

Re: Error 408 with Chrome

2014-05-26 Thread Kevin Maziere
2014-05-26 12:05 GMT+02:00 Olivier webmas...@ajeux.com: 2014-05-26 11:56 GMT+02:00 Arnall arnall2...@gmail.com: Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6) Kernel 3.8.13-OVH HA-Proxy version 1.5-dev24-8860dcd

Re: Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Thomas Heil
Hi, On 26.05.2014 12:16, Daniel Todorov wrote: Hello Baptiste, can i extract the info from other header, because we using cloudflare infront of HAProxy? You can also do things like, -- http-request add-header X-Orig-IP %[req.hdr(X-Forwarded-For)] -- this would add header X-Orig-IP with the

Re: Error 408 with Chrome

2014-05-26 Thread Baptiste
Some people suggest closing without ever emitting the 408. You can do that this way : errorfile 408 /dev/null I'll try this today. I continu to see 408 in logs but no more in browser with this errorfile set to /dev/null... for the moment it fix the problem for me. Excellent

Re: [BUG] Buffer overrun in exp_replace()

2014-05-26 Thread Sasha Pachev
On Sat, May 24, 2014 at 10:37 PM, Sasha Pachev sa...@asksasha.com wrote: Currently exp_replace() (which is used in reqrep/reqirep) is vulnerable to a buffer overrun. I have been able to reproduce it using the attached configuration file and issuing the following command: wget -O - -S -q

Re: Error 408 with Chrome

2014-05-26 Thread Willy Tarreau
Hi Arnall, On Mon, May 26, 2014 at 11:56:52AM +0200, Arnall wrote: Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6) Kernel 3.8.13-OVH HA-Proxy version 1.5-dev24-8860dcd 2014/04/26 (Debian GNU/Linux 7.5) Kernel 3.10.13-OVH

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

2014-05-26 Thread Matt .
Hi All, In order to my earlier topic about redirecting a domainname I actually want to rewrite one too. Let's says I have domainname2.com and I want to show domainname.com/dir/subdir under that domain, can this be done with reqrep ? It seems that this is the way, but I cannot find any example

Re: What is hrsp_5xx for a frontend?

2014-05-26 Thread Willy Tarreau
On Sat, May 24, 2014 at 08:40:35AM -0400, Dan Crosta wrote: I'm a little confused about what exactly creates a 5xx response code from HAProxy. I think that if the backend generates a 5xx response, this will show up as a frontend_5xx, and I expect that the value of the hrsp_5xx stat for the

Re: Some thoughts about redispatch

2014-05-26 Thread Dmitry Sivachenko
On 28 нояб. 2012 г., at 18:10, Dmitry Sivachenko trtrmi...@gmail.com wrote: Hello! If haproxy can't send a request to the backend server, it will retry the same backend 'retries' times waiting 1 second between retries, and if 'option redispatch' is used, the last retry will go to another

Re: Some thoughts about redispatch

2014-05-26 Thread Willy Tarreau
On Mon, May 26, 2014 at 06:28:33PM +0400, Dmitry Sivachenko wrote: On 28 . 2012 ?., at 18:10, Dmitry Sivachenko trtrmi...@gmail.com wrote: Hello! If haproxy can't send a request to the backend server, it will retry the same backend 'retries' times waiting 1 second between

Stick tables

2014-05-26 Thread Lazy
Hi, I'm implementing something similar to cloud flare IUAM (javascript based client verification engaging under layer7 ddos attack) Is it normal that http table exp counter gets updated even if src address is whitelisted sc1_get_gpc0(backend) 0 ? Is it possible to force expire an entry using

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

2014-05-26 Thread Baptiste
On Mon, May 26, 2014 at 4:15 PM, Matt . yamakasi@gmail.com wrote: Hi All, In order to my earlier topic about redirecting a domainname I actually want to rewrite one too. Let's says I have domainname2.com and I want to show domainname.com/dir/subdir under that domain, can this be done

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

2014-05-26 Thread Matt .
Hi Baptiste, OK, I also have seen examples (not for domains as I need them) that use ACL's in front. Waht do you think about that and can you give me some example ? It's kinda confusing what I found using google and mailinglists. Cheers, Matt 2014-05-26 17:22 GMT+02:00 Baptiste

Sistema de Información Gerencial Integral - BALANCED SCORECARD

2014-05-26 Thread Piedad Cardona
Sistema de Información GERENCIAL INTEGRAL - BALANCED SCORECARDBogotá 26 de junio, 2014 Los altos Ejecutivos de las empresas globales dirigen organizaciones de proporciones enormes y utilizan el Balanced Scorecard para planear, evaluar y “balancear” estratégicamente la visión con los

Re: Error 408 with Chrome

2014-05-26 Thread Arnall
Le 26/05/2014 16:13, Willy Tarreau a écrit : Hi Arnall, On Mon, May 26, 2014 at 11:56:52AM +0200, Arnall wrote: Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6) Kernel 3.8.13-OVH HA-Proxy version 1.5-dev24-8860dcd 2014/04/26

Re: Error 408 with Chrome

2014-05-26 Thread Willy Tarreau
On Mon, May 26, 2014 at 05:52:15PM +0200, Arnall wrote: Le 26/05/2014 16:13, Willy Tarreau a écrit : Hi Arnall, On Mon, May 26, 2014 at 11:56:52AM +0200, Arnall wrote: Hi Willy, same problem here with Chrome version 35.0.1916.114 m and : HA-Proxy version 1.4.22 2012/08/09 (Debian 6)

Re: [BUG] Buffer overrun in exp_replace()

2014-05-26 Thread Willy Tarreau
Hi Sasha, On Mon, May 26, 2014 at 07:51:38AM -0600, Sasha Pachev wrote: On Sat, May 24, 2014 at 10:37 PM, Sasha Pachev sa...@asksasha.com wrote: Currently exp_replace() (which is used in reqrep/reqirep) is vulnerable to a buffer overrun. I have been able to reproduce it using the attached

Re: [BUG] Buffer overrun in exp_replace()

2014-05-26 Thread Sasha Pachev
Please avoid defining macros for such control blocks, especially when involve implicit local variables and can cause returns, it's always harder to follow and when checking for unrelated bugs, they tend to be disturbing. I know we already do it with CHECK_HTTP_MESSAGE_FIRST(), but it's used a

Re: Error 408 with Chrome

2014-05-26 Thread Baptiste
On Mon, May 26, 2014 at 6:07 PM, Willy Tarreau w...@1wt.eu wrote: On Mon, May 26, 2014 at 05:52:15PM +0200, Arnall wrote: Le 26/05/2014 16:13, Willy Tarreau a écrit : Hi Arnall, On Mon, May 26, 2014 at 11:56:52AM +0200, Arnall wrote: Hi Willy, same problem here with Chrome version

Re: Error 408 with Chrome

2014-05-26 Thread Patrick Hemmer
*From: *Willy Tarreau w...@1wt.eu *Sent: * 2014-05-26 12:07:09 EDT *To: *Arnall arnall2...@gmail.com *CC: *haproxy@formilux.org *Subject: *Re: Error 408 with Chrome On Mon, May 26, 2014 at 05:52:15PM +0200, Arnall wrote:

Re: What is hrsp_5xx for a frontend?

2014-05-26 Thread Dan Crosta
Thanks, Willy, that makes sense. What settings should we look at tuning? We already have backlog set to 32k in the defaults, but with fairly low timeouts for connect, queue, and server. Should we try setting those timeouts somewhat higher? Or would you recommend something else? (I can also post

Sac Golf Lamborghini- Momentus Outils d'Entrainement

2014-05-26 Thread CGR GOLF
Si ce message ne s'affiche pas correctement consultez-le en ligne -15% sur les outils d'entrainement MOMENTUS MOMENTUS Speed Whoosh 84€ au lieu de 99€ Pour l'achat d'un Momentus Speed Whoosh stick offert. MOMENTUS XL Iron 84€ au lieu de 99€ MOMENTUS PLANE SWING SYSTEM 84€ au lieu

Joint Venture

2014-05-26 Thread Chen Wei
Chen Wei, Director,Assistant President CNOOC China National Offshore Oil Corp.,(CNOOC) No.25,Chaoyangmenbei Dajie,Dongcheng District, Beijing 100010 P. R.China. Joint Venture, I am approaching for investment partnership with you and or /your company under your committal assistance. Let me know