Re: acl's that trigger on url_param value?

2013-10-14 Thread Dave Shevett
Unfortunately, we're running haproxy 1.4, as 1.5 hasn't been released yet (and even worse, we're on Ubuntu LTS). Whatever we come up with needs to be supported in a released version at the very least, or in LTS in the best case. -d On 10/14/13 4:31 PM, Baptiste wrote: > Hi Dave, > > In recen

Re: acl's that trigger on url_param value?

2013-10-14 Thread Baptiste
Hi Dave, In recent HAProxy version, you have urlp acls which maches url parameters. Something like this should do the trick, as far as I understand what you need exactly! acl learn-request urlp(state) -i FL baptiste On Mon, Oct 14, 2013 at 10:18 PM, Dave Shevett wrote: > Hi everyone, I've been

acl's that trigger on url_param value?

2013-10-14 Thread Dave Shevett
Hi everyone, I've been reading the docs all day, and I can't find exaclty how to do this. Below is a part of our haproxy config. We fork traffic coming into our LB based on the URL of the request or a cookie that is set by the app. Requests for a certain subset of our users, or a special URL, go

Call For Papers. Kindly impart in your University/Organization/College/Colleagues/Academia/Circle

2013-10-14 Thread Editor IJTEMT
INTERNATIONAL JOURNAL OF TRENDS IN ECONOMICS MANAGEMENT & TECHNOLOGY IJTEMT invites you to submit your research paper for publishing in Volume II, Issue V (OCTOBER 2013). CALL FOR PAPERS VOLUME II, ISSUE V www.ijtemt.org INDEXED IN: Google Scholar, .docstoc, slideshare, Scribd, J-Gate, Academia.

Re: Complie Failed with DEBUG option -DDEBUG_FSM

2013-10-14 Thread Willy Tarreau
Hi godbach, On Tue, Oct 15, 2013 at 12:06:41AM +0800, Godbach wrote: > Hi Willy, > > Since http_silent_debug()(src/proto_http.c) uses some members which only > exist in the snapshot before struct channel is introduced, compile > errors occur once DEBUG_FSM is enabled. Hmmm good catch, as you can

Complie Failed with DEBUG option -DDEBUG_FSM

2013-10-14 Thread Godbach
Hi Willy, Since http_silent_debug()(src/proto_http.c) uses some members which only exist in the snapshot before struct channel is introduced, compile errors occur once DEBUG_FSM is enabled. The codes of http_silent_debug() are as below ans only req related codes are token as an example: #if defi

Re: Delays from HAProxy

2013-10-14 Thread Andy M.
I am trying to get closer to the switch, unfortunately my boxes are in a data center I do not have access too. I am working with them to try and debug this, so far it seems like in general the servers are re transmitting packets under the load I am testing at, not just packets through HAProxy, so

Any news regarding multiple stats sockets

2013-10-14 Thread Annika Wickert
Hello, are there any news regarding the multi-stats socket for more than one bind-process? Best regards, Annika --- Systemadministration Travian Games GmbH Wilhelm-Wagenfeld-Str. 22 80807 München Germany a.wick...@traviangames.com www.traviangames.de

Re: Proxy Protocol Patch for HAProxy 1.4

2013-10-14 Thread Willy Tarreau
Hi Charles-Antoine, On Fri, Oct 11, 2013 at 06:14:17PM +0200, Charles-antoine Guillat-Guignard wrote: > Hello, > > After testing the proxy protocol feature to balance SMTP connections to > a Postfix > 2.10 farm, I have to say it is doing nicely, using HAProxy 1.5-dev19. > > Thank you for this v