TPROXY - any functionality lost?

2015-01-19 Thread Shawn Heisey
When haproxy is run in TPROXY mode, does it lose any functionality, or can I do all the same things as I can when it's acting in normal proxy mode? I'd like to have my servers see the real source ip but still have the ability to make decisions based on HTTP headers and manipulate those headers.

Re: [PATCH 1/2] BUG/MEDIUM: Do not set agent health to zero if server is disabled in config

2015-01-19 Thread Simon Horman
Hi Willy, On Mon, Dec 01, 2014 at 09:18:05AM +0900, Simon Horman wrote: On Wed, Nov 12, 2014 at 05:11:27PM +0900, Simon Horman wrote: On Wed, Nov 12, 2014 at 08:22:05AM +0100, Willy Tarreau wrote: Hi Simon, On Wed, Nov 12, 2014 at 03:55:53PM +0900, Simon Horman wrote: disable

What is the hardware requirement for haproxy?

2015-01-19 Thread 金富清
Hi Sir, i want to install haproxy 1.4 on linux system(64 bit),but i do not know the hardware requirement for haproxy. For example ,the cpu requirement,memory requirement. Could you kindly give me suggections ? thanks a lot.

Feature requests: set-cookie dynamic value / urlencode, urldecode

2015-01-19 Thread Vivek Malik
Hi, I am trying to redirect a user to login page if not logged in and redirect the user back to original page after login. The login page is on a different domain than the primary domain where requests are coming. I have a few questions/feature requests related to http-request redirect a)

RE: haproxy rpm

2015-01-19 Thread Cohen Galit
Thanks, guys. I added the following to spec in order to stop stripping the haproxy binary and it worked fine: %define __os_install_post %{nil} From: Yuan Long [mailto:yuan.l...@chinanetcloud.com] Sent: Monday, January 19, 2015 6:19 PM To: Tait Clarridge Cc: haproxy@formilux.org; Cohen Galit

Problems about Hot Configuration of Haproxy

2015-01-19 Thread hu.zhang
Hi,Willy: I am a beginner of Haproxy. Recently I get a problem that hot configuration of haproxy still lead to failed request. I have read the answer from http://stackoverflow.com/questions/21595534/hot-reconfiguration-of-haproxy-s till-lead-to-failed-request-any-suggestions. But the

Re: Problems about Hot Configuration of Haproxy

2015-01-19 Thread Vivek Malik
Please see http://www.mail-archive.com/haproxy@formilux.org/msg06885.html The summary being iptables -I INPUT -p tcp --dport $PORT --syn -j DROP sleep 1 service haproxy restart iptables -D INPUT -p tcp --dport $PORT --syn -j DROP Regards, Vivek On Tue, Jan 20, 2015 at 1:11 AM, hu.zhang

Re: Tproxy issue

2015-01-19 Thread Baptiste
On Mon, Jan 19, 2015 at 2:25 PM, Marcello Lorenzi mlore...@sorint.it wrote: Hi All, i'm trying to configure a test Haproxy TPROXY instance on centos 6.5 boxes. The HAproxy has a card connected to 192.168.10.0/24 VLAN and on connected to 192.168.20.0/24. The webserver is only connected to

Le plus beau bonus est chez ZEturf pour LA course de l'année !

2015-01-19 Thread ZEturf
Title: Prix d'Amérique Opodo Si vous ne voyez pas correctement ce message, visualisez notre version en ligne. Pour tre sr de recevoir tous nos emails, ajoutez newslet...@email.zeturf.com votre carnet dadresses Pour ne plus recevoir de messages de notre

Tproxy issue

2015-01-19 Thread Marcello Lorenzi
Hi All, i'm trying to configure a test Haproxy TPROXY instance on centos 6.5 boxes. The HAproxy has a card connected to 192.168.10.0/24 VLAN and on connected to 192.168.20.0/24. The webserver is only connected to 192.168.20.0/24 VLAN. When I tried to active Tproxy configuration on the

Re: haproxy rpm

2015-01-19 Thread Tait Clarridge
On Mon, Jan 19, 2015 at 8:59 AM, Cohen Galit galit.co...@comverse.com wrote: Hi, I have a problem in packaging the haproxy binary into an rpm. I am using a regular cp command in %install section of spec, but I see that after the copying, the file size is changed and I suspect it is

haproxy rpm

2015-01-19 Thread Cohen Galit
Hi, I have a problem in packaging the haproxy binary into an rpm. I am using a regular cp command in %install section of spec, but I see that after the copying, the file size is changed and I suspect it is corrupted. Can you advice what am I'm doing wrong? Thanks.

Re: haproxy rpm

2015-01-19 Thread Yuan Long
THis was enough for me http://pkgs.org/search/haproxy Regards, Long Wu Yuan 龙 武 缘 Sr. Linux Engineer 高级工程师 ChinaNetCloud 云络网络科技(上海)有限公司 | www.ChinaNetCloud.com1238 Xietu Lu, X2 Space 1-601, Shanghai, China |

Logging (was New to haproxy questions)

2015-01-19 Thread Benjamin Smith
On Saturday, January 17, 2015 11:09:27 PM Baptiste wrote: Hi Benjamin, 1) Logging performance data: A) How long before the page started putting out data? (implying that the server side is done processing, though not necessarily) B) How long did the whole