Re: haproxy duplicate http_request_counter values (BUG)

2013-08-28 Thread William Lallemand
On Tue, Aug 20, 2013 at 04:14:05PM -0400, Patrick Hemmer wrote: I see 2 ways of handling this. 1) Move the code that populates the session unique_id member to http_process_req_common (or to http_wait_for_request where it's allocated). This will let requests terminated by an `errorfile`

Load Balance individual requests

2013-08-28 Thread Kevin C
Hi, We plan to use HAProxy to load-balance an MS Lync 2010 Infrastructure. We also plan to use it as reverse proxy? Is HAproxy able to load balance individual requests within a TCP session ? This a requirements for effcient load-balance. Is somebody already use HAProxy with Lync 2010 ?

RE: Load Balance individual requests

2013-08-28 Thread Lukas Tribus
Hi Kevin, Is HAproxy able to load balance individual requests within a TCP session? If you're talking about HTTP, then yes, thats possibile. Individual requests may be served by different backends via content switching (if you want). It we talk about a proprietary application protocol based

Re: Load Balance individual requests

2013-08-28 Thread Kevin C
Hi Lukas, Yes, link use SIP and HTTPS. The documentation says tha HAproxy must load balance individual requests within a TCP session and make persistence with a cookie. Regards, Kevin C Le 28/08/2013 19:06, Lukas Tribus a écrit : Hi Kevin, Is HAproxy able to load balance individual

RE: Load Balance individual requests

2013-08-28 Thread Lukas Tribus
Yes, link use SIP and HTTPS. HAProxy can't load balance UDP based SIP. The documentation says tha HAproxy must load balance individual requests within a TCP session and make persistence with a cookie. This implies however that HAProxy has to offload SSL. So the certificate needs to be

RE: Load Balance individual requests

2013-08-28 Thread Ozgur Tas
We are just using to load balance a Front-End pool in Lync 2010. Each local Lync branch servers have one failover pool assigned, which is the load balanced pool at datacenter (2 servers at datacenter). And these two front end servers is load-balanced using haproxy ( ports 80, 443, 8080, 4443

Re: Load Balance individual requests

2013-08-28 Thread Thomas Heil
Hi did you know this one http://www.exceliance.fr/sites/default/files/biblio/appnotes_0061_lync_2010_deployment_guide_en.pdf cheers Thomas Heil Am 28.08.2013 um 21:29 schrieb Ozgur Tas o...@morrisonhershfield.com: We are just using to load balance a Front-End pool in Lync 2010. Each

Re: 1.5-dev19 crashes

2013-08-28 Thread Nick Jennings
Hi Everyone, apologies for not replying sooner, I had my filtering a bit too overbearing and didn't notice the replies. In answer to your question, no actually I had never noticed any crashes of haproxy before build19. Unfortunately I just experienced a crash using the git checkout, it was the

Re: 1.5-dev19 crashes

2013-08-28 Thread Amyas
Nick Jennings nick@... writes: Nor can I set the core dump pattern:# echo /tmp/core-%e-%s-%u-%g-%p-%t /proc/sys/kernel/core_pattern bash: echo: write error: Operation not permitted (running as root) What distro/kernel? Did you check that you can see the value: cat

Re: 1.5-dev19 crashes

2013-08-28 Thread Nick Jennings
On Thu, Aug 29, 2013 at 2:41 AM, Amyas am...@yasmolive.com wrote: Nick Jennings nick@... writes: Nor can I set the core dump pattern:# echo /tmp/core-%e-%s-%u-%g-%p-%t /proc/sys/kernel/core_pattern bash: echo: write error: Operation not permitted (running as root) What

Re: 1.5-dev19 crashes

2013-08-28 Thread Amyas
Nick Jennings nick@... writes: I'm running  CentOS 6 with a 2.6.18 kernel, aside from a few additional packages via the EPEL, there are no significant modifications. # uname -aLinux 2.6.18-308.8.2.el5.028stab101.1 #1 SMP That might be one problem, you have TARGET=linux2628 but are using