Server marked as DOWN (agent) without the agent issuing down

2014-10-06 Thread Cornelius Riemenschneider
Hello, we use haproxy 1.5.3 quite successfully with the new agent-checks (a great feature!) However, recently we started noticing that our servers were going down with »DOWN (agent)« as status and LastChk »CHECKED in 0ms«. Our implementation does not issue the string »down«, only »drain« or a

2 services (frontend+backend), both with cookies, failure

2014-10-06 Thread Kari Mattsson
Hi all! Just joined newbie :-) ..and immediately poking with a question. I have HAProxy 1.5.2 installed from RHEL 7 EPEL; haproxy -vv is below. The first frontend NATs traffic to backend servers, and second frontend uses app servers with public IPs. Question: What am I messing up in the

Patch for 1.5 with SSL to compile properly on OpenBSD

2014-10-06 Thread Jeff Buchbinder
I have both a patch and build instructions for OpenBSD builds with SSL support here: https://gist.github.com/jbuchbinder/ab33b7528b75fa99fcca It's a small patch, but is necessary for haproxy 1.5.x to build on that platform. -- Jeff Buchbinder Rave Mobile Safety, Inc

Re: Patch for 1.5 with SSL to compile properly on OpenBSD

2014-10-06 Thread Lukas Tribus
Hi Jeff, I have both a patch and build instructions for OpenBSD builds with SSL support here: https://gist.github.com/jbuchbinder/ab33b7528b75fa99fcca Why would you build openssl yourself and especially why would you install it to your system paths? This likely breaks your system. I

Re: HAProxy 1.5.4 fails to build on Solaris 10 (sparc)

2014-10-06 Thread Sebastian Sch .
Hi Lukas, thanks for your helpful reply! Are you sure about this? Dev23 breaks the build while dev22 builds correctly, is that what you are saying? Actually dev22 was the last one I tried from the dev-line. I first noticed it when building 1.5.0, so apparently the change came at a later

Rackspace: HAProxy User Survey

2014-10-06 Thread Kelly Gustainis
Hello! This is Kelly Gustainis, the Research Coordinator for the Rackspace Experience Design team. Nice to virtually meet you! The Rackspace research team is currently running a research study on the concept of offering HA Proxy and/or NGINX as a service for load balancing. To further this

need to do deny request

2014-10-06 Thread Robert Chen
I want to deny on specific REST calls like: www.domain.com/REST/NS?index=true if there is ?index= I want to deny. Also this index=true could be post in x-www-urlencoded, form, index, how can I block based on index form in x-www-urlencoded? thanks, Robert

Re: gitignore in tarballs

2014-10-06 Thread Andrew Latham
I waited about a month. Here is a pull request and you can see the diff also https://github.com/haproxy/haproxy/pull/3 On Fri, Aug 29, 2014 at 9:30 AM, Andrew Latham lath...@gmail.com wrote: For a change in internal SCM I attempted to move the haproxy code over for our continuous integration