Re: Can't get HAProxy to support Forward Secrecy FS

2014-12-09 Thread Sander Rijken
OK, it's a little embarrassing I didn't notice this before, but running haproxy -vv pointed me in the right direction :). There was a devel build still installed on this server, and that has precedence in the PATH. Removed that, and now it works as expected. Regards, Sander On Tue, Dec 9, 2014

Re: CentOS 7 Upgrade

2014-12-09 Thread Kobus Bensch
On 25/11/2014 23:07, Scheidegger, Zachary wrote: Hello, I am successfully running HAProxy 1.4.24 on CentOS 6. I am upgrading my environment to CentOS 7 and HA-Proxy 1.5. I have configured the replacement load balancer with the same configuration. After installing and enabling the service to

Re: Disable HTTP logging for specific backend in HAProxy

2014-12-09 Thread Alexander Minza
Baptiste bedis9@... writes: There is a nice option called dontlog-normal which logs only errors. http://cbonte.github.io/haproxy-dconv/configuration- 1.5.html#option%20dontlog-normal The tricky aspect is that this option cannot be set for specific backends. How does one disable normal logging

Re: rand(x) output limited to x/2

2014-12-09 Thread Vivek Malik
Hi Vincent, Thanks for the patch. I was able to verify that the patch made the distribution uniform over a large (300+) output from rand. Regards, Vivek On Mon, Dec 8, 2014 at 4:45 PM, Vincent Bernat ber...@luffy.cx wrote: ❦ 8 décembre 2014 23:20 +0100, Vincent Bernat ber...@luffy.cx :

[SPAM] It could be Importance

2014-12-09 Thread Mellissa Williams
Hello, Wishing you Merry Christmas I hope you are the right person to discuss about the Giftware Professional List 2014-15 which includes complete contact details and verified email addresses of - Top Decision Makers, Gift Manufacturers, Gift Shops, Retailers, Sales Representatives,

connection pooling

2014-12-09 Thread Pavlos Parissis
Hi, It has been mentioned that 1.5 version doesn't support connection pooling, meaning that 1 TCP session to a backend server can serve multiple HTTP requests originated from than 1 client. Do you guys have plans to introduce this functionality in 1.6 release? Cheers, Pavlos signature.asc

Re: connection pooling

2014-12-09 Thread Baptiste
On Tue, Dec 9, 2014 at 10:04 PM, Pavlos Parissis pavlos.paris...@gmail.com wrote: Hi, It has been mentioned that 1.5 version doesn't support connection pooling, meaning that 1 TCP session to a backend server can serve multiple HTTP requests originated from than 1 client. Do you guys have

using HAProxy in front of SSO

2014-12-09 Thread Patrick Kaeding
Hello I'm interested in using HAProxy as my external-facing proxy, in front of my applications. I want to implement an SSO application to handle authentication (similar to what is described here:

[PATCH] DOC: fix typo

2014-12-09 Thread Godbach
Hi Willy, There are some typos in latest snapshot in 1.6-dev0. Attached is the patch. There total files are modified as below: include/types/proto_http.h: hwen - when include/types/server.h: SRV_ST_DOWN - SRV_ST_STOPPED src/backend.c: prefer-current-server - prefer-last-server Please see the

Re: using HAProxy in front of SSO

2014-12-09 Thread Vivek Malik
Hi, AFAIK, Haproxy doesn't have a subrequest feature. However, there are other design solutions possible to make Haproxy as SSO filter. I am using Haproxy is a similar fashion. I have coded my SSO to notify Haproxy whenever a new SSO authentication session is added. Haproxy adds that session id

Re: [PATCH] DOC: fix typo

2014-12-09 Thread Willy Tarreau
Hi Godbach, On Wed, Dec 10, 2014 at 10:32:59AM +0800, Godbach wrote: Hi Willy, There are some typos in latest snapshot in 1.6-dev0. Attached is the patch. There total files are modified as below: include/types/proto_http.h: hwen - when include/types/server.h: SRV_ST_DOWN -

Re: rand(x) output limited to x/2

2014-12-09 Thread Willy Tarreau
Hi Vincent, On Mon, Dec 08, 2014 at 11:45:13PM +0100, Vincent Bernat wrote: ??? 8 décembre 2014 23:20 +0100, Vincent Bernat ber...@luffy.cx : Assuming that RAND_MAX is always a power of two - 1, 32 could be replaced by a precomputed value of ffs(RAND_MAX+1)-1. ebtree defines a fls64()

Re: Can't find an old example of haproxy failover setup with 2 locations

2014-12-09 Thread Willy Tarreau
On Mon, Dec 08, 2014 at 06:10:11PM +0300, Aleksandr Vinokurov wrote: I've seen it 2 years ago. If I remember it right, Willy Tarreau was the author and it had ASCII graphics for network schema. It depicts step by step the configuration from one location and one server to 2 locations and 4 (or