[PATCH] Add server name at rate limit sessions example

2016-02-11 Thread Panagiotis Panagiotopoulos
Hi, The server name from limit sessions example is missing. This patch add the name in the doc. >From 9f7a1caa78dc5135df16d3da21d075f9f23c80f7 Mon Sep 17 00:00:00 2001 From: Panagiotis Panagiotopoulos Date: Thu, 11 Feb 2016 16:37:15 +0200 Subject: [PATCH] DOC: add

HAProxy Failure Modes

2016-02-11 Thread Edward Hart (c)
Q1: Can HAProxy be configured to 'roll back' if a patch update causes a HAProxy failure on a production server? Q2: Can HAProxy be configured to fail to a known safe state in the event of server failure during operation? I am developing a Security Technical Implement Guide (STIG) for HAProxy.

In Need of Magento-Based Ecommerce Website?

2016-02-11 Thread Abhinav Kumar Singh
Hi , This Abhinav Kumar Singh, one of the renowned Certified Magento Developer & Solution Specialist. I am leading a team of 200+ Magento Certified Developers & Solution Specialist who are always on their toes to

Re: HAProxy 1.6.1 RPM for CentOS

2016-02-11 Thread Olivier Doucet
Hi, 2016-02-11 8:31 GMT+01:00 Baptiste : > On Thu, Feb 11, 2016 at 6:12 AM, Hemanth Abbina > wrote: > > > By default, ‘yum’ is installing with 1.5.2 version. > > > > We would like a way to run the HAProxy as service, as against the > standalone > >

Re: HAProxy Failure Modes

2016-02-11 Thread Dennis Jacobfeuerborn
On 11.02.2016 20:23, Edward Hart (c) wrote: > Q1: Can HAProxy be configured to 'roll back' if a patch update causes a > HAProxy failure on a production server? > Q2: Can HAProxy be configured to fail to a known safe state in the event of > server failure during operation? > > I am developing

Re: Silencing DOWN alerts if the backend wasn't seen UP before

2016-02-11 Thread Maciej Katafiasz
On 9 February 2016 at 23:24, Willy Tarreau wrote: > I've got this request about 10 years ago, I wanted to implement a server > option called "expect-down", then some users suggested that it could also > be convenient to have a "start-down" option which would not mark the > servers up

send-proxy requests not added to stick-table

2016-02-11 Thread Dennis Jacobfeuerborn
Hi, I've run into a strange phenomenon and I'm not sure if it's something I'm doing wrong. I have one SSL offloading frontend that receives requests, does "http-request set-header X-Forwarded-Proto https" and then uses send-proxy to forward the request to the plain http backend. In the plain

Re: send-proxy requests not added to stick-table

2016-02-11 Thread Dennis Jacobfeuerborn
On 12.02.2016 03:29, Dennis Jacobfeuerborn wrote: > Hi, > I've run into a strange phenomenon and I'm not sure if it's something > I'm doing wrong. > > I have one SSL offloading frontend that receives requests, does > "http-request set-header X-Forwarded-Proto https" and then uses > send-proxy to