Re: [PATCH] [RFC] Linux network namespace support for haproxy [v3]

2014-11-20 Thread Willy Tarreau
Hi Krisztian, On Thu, Nov 20, 2014 at 08:39:24PM +0100, KOVACS Krisztian wrote: > Dear Willy & list, > > Here's the next round of the patch(es), this time with the following major > changes: > > * I've merged your fixes and updated the docs with the new namespace_list > semantics > * default nam

Re: haproxy 1.5.8 segfault

2014-11-20 Thread Willy Tarreau
Hi Godbach! On Fri, Nov 21, 2014 at 11:02:52AM +0800, Godbach wrote: > Hi Willy, > > On 2014/11/19 2:31, Willy Tarreau wrote: > >On Tue, Nov 18, 2014 at 08:23:57PM +0200, Denys Fedoryshchenko wrote: > >>Thanks! Seems working for me :) Will test more tomorrow. > > > >There's no reason it would not

Re: haproxy 1.5.8 segfault

2014-11-20 Thread Godbach
Hi Willy, On 2014/11/19 2:31, Willy Tarreau wrote: On Tue, Nov 18, 2014 at 08:23:57PM +0200, Denys Fedoryshchenko wrote: Thanks! Seems working for me :) Will test more tomorrow. There's no reason it would not, otherwise we'd have a different bug. When I'm unsure I ask for testing before commi

HUMMEL vêtements chaussures de sport / SKIMP sacs et montres design

2014-11-20 Thread 24 KRONOS
Version en ligne Ajouter nous votre carnet d’adresses LA KOURSE AUX BONS PLANS Vente du Vendredi 21 Novembre Chaussures et Vêtements de sport Jusqu'à -60% à partir de 17,45€Jusqu'à -60% Durée : 48H Sacs et montres designs -50% livraison sous 96H à partir de 29,95€-50% Durée : 48H BI

[no subject]

2014-11-20 Thread Joel Van Velden
unsubscribe joel.vanvelden+hapr...@bulletin.net -- [image: Inline image 1] Joel van Velden DEVOPS ENGINEER Bulletin.Net (NZ) Ltd. Auckland, New Zealand

[no subject]

2014-11-20 Thread Joel Van Velden
unsubscribe joel.vanvel...@bulletin.net -- [image: Inline image 1] Joel van Velden DEVOPS ENGINEER Bulletin.Net (NZ) Ltd. Auckland, New Zealand

[PATCH] [RFC] Linux network namespace support for haproxy [v3]

2014-11-20 Thread KOVACS Krisztian
Dear Willy & list, Here's the next round of the patch(es), this time with the following major changes: * I've merged your fixes and updated the docs with the new namespace_list semantics * default namespace initialization was moved to a function called from init(): this way we can signal errors a

Re: POST body not getting forwarded

2014-11-20 Thread Bryan Talbot
On Wed, Nov 19, 2014 at 9:17 PM, Rodney Smith wrote: > I have a problem where a client is sending audio data via POST, and while > the request line and headers reach the server, the body of the POST does > not. However, if the client uses the header "Transfer-Encoding: chunked" > and chunks the d

Re: Server definitions in backend require "check ssl" parameter in order for haproxy to work

2014-11-20 Thread Jarno Huuskonen
Hi, On Thu, Nov 20, Michael W Walker wrote: > The conf file below is working with our application and I'm assuming I'm > using SSL Termination at the proxy server correctly. But I'm not sure > about the check statement in the backend definition where I define the > servers. If I take out the "ch

Re: http-request redirect prefix, substituting *only* the hostname without port

2014-11-20 Thread Baptiste
On Thu, Nov 20, 2014 at 5:35 PM, Scott Severtson wrote: > Perfect! I figured there was a way to accomplish this, but I hadn't thought > about manipulating the headers. > Thanks! > > --Scott Actually, the http-request rules should be like a firewall ruleset. They are processed in the same way the

Re: http-request redirect prefix, substituting *only* the hostname without port

2014-11-20 Thread Scott Severtson
Perfect! I figured there was a way to accomplish this, but I hadn't thought about manipulating the headers. Thanks! --Scott On Thu, Nov 20, 2014 at 11:17 AM, Baptiste wrote: > On Thu, Nov 20, 2014 at 4:39 PM, Scott Severtson > wrote: > > I've read the manual and searched extensively on this, b

Re: Strange behavior on "reqirep"

2014-11-20 Thread Baptiste
On Wed, Nov 19, 2014 at 8:05 PM, Qingshan Xie wrote: > CORRECTION: > > Sorry Baptiste. I mistyped your name in my previous email. > > Thanks, Q.Xie > > > On Tuesday, November 18, 2014 11:37 PM, Qingshan Xie > wrote: > > > I configured my HAProxy to use 'reqirep' to replace the Host header from >

Re: http-request redirect prefix, substituting *only* the hostname without port

2014-11-20 Thread Baptiste
On Thu, Nov 20, 2014 at 4:39 PM, Scott Severtson wrote: > I've read the manual and searched extensively on this, but I seem to be > missing something. How can I substitute just the requested *hostname* > (excluding a non-standard port) in a redirect? I tried: > > http-request redirect prefix http:

http-request redirect prefix, substituting *only* the hostname without port

2014-11-20 Thread Scott Severtson
I've read the manual and searched extensively on this, but I seem to be missing something. How can I substitute just the requested *hostname* (excluding a non-standard port) in a redirect? I tried: http-request redirect prefix http://%[hdr(host)].example.com code 301 However, this preserves the

Re: Send client to a specific backend if header found in previous reply from server

2014-11-20 Thread Baptiste
On Thu, Nov 20, 2014 at 11:53 AM, Sylvain Faivre wrote: > Hi, > > I am trying to achieve the following : when a response from the application > server contains a header named "X-test", send the following requests from > the client IP to another backend for 5 minutes. The goal is to send clients >

Send client to a specific backend if header found in previous reply from server

2014-11-20 Thread Sylvain Faivre
Hi, I am trying to achieve the following : when a response from the application server contains a header named "X-test", send the following requests from the client IP to another backend for 5 minutes. The goal is to send clients who abuse the servers to a slower queue. Here is what I got so

Re: Server definitions in backend require "check ssl" parameter in order for haproxy to work

2014-11-20 Thread Baptiste
On Thu, Nov 20, 2014 at 9:27 AM, Michael W Walker wrote: > Hi, > > The conf file below is working with our application and I'm assuming I'm > using SSL Termination at the proxy server correctly. But I'm not sure > about the check statement in the backend definition where I define the > servers.

Server definitions in backend require "check ssl" parameter in order for haproxy to work

2014-11-20 Thread Michael W Walker
Hi, The conf file below is working with our application and I'm assuming I'm using SSL Termination at the proxy server correctly. But I'm not sure about the check statement in the backend definition where I define the servers. If I take out the "check ssl" parameter or use just "check" or "ch

Re: POST body not getting forwarded

2014-11-20 Thread Jonathan Matthews
On 20 November 2014 05:17, Rodney Smith wrote: > I have a problem where a client is sending audio data via POST, and while > the request line and headers reach the server, the body of the POST does > not. However, if the client uses the header "Transfer-Encoding: chunked" and > chunks the data, it