Re: Need your help for error message too many redirects

2012-12-18 Thread Christophe Rahier
Hi Cyril, Behind haproxy, I have 3 IIS servers. I installed an ISAPI filter called F5XForwardedFor. It's very strange, I don't have any problems with the other frontend/backend in the same instance. I continue to search. Thanks for your help!! Christophe Le 17/12/12 22:13, « Cyril Bonté »

Segfault executing haproxy-1.5-dev15

2012-12-18 Thread Javi Legido
Hi there. Brief history: 1. I compiled haproxy-1.5-dev15 sudo aptitude update; sudo aptitude install build-essential libpcre3-dev libssl-dev cd /usr/local; sudo wget -c --tries=0 http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev15.tar.gz sudo tar xvfz haproxy-1.5-dev15.tar.gz; sudo

Re: Need your help for error message too many redirects

2012-12-18 Thread Christophe Rahier
Hi, Finally, after a lot of tests, I identified the problem. I adapted our application and now, all is ok. Thanks for your help and your suggestions. Regards, Christophe Le 18/12/12 10:02, « Christophe Rahier » christo...@qualifio.com a écrit : Hi Cyril, Behind haproxy, I have 3 IIS

Re: websocket issue

2012-12-18 Thread Baptiste
Hi, What does the logs say??? It will tell you who closed the connection and after how long. Maybe useful clues here. cheers On Tue, Dec 18, 2012 at 4:11 PM, Benjamin Polidore polid...@gmail.com wrote: My app works well through HA Proxy, but occasionally the websocket connection is reset

Passing host head to the backend

2012-12-18 Thread DeMarco, Alex
Hello All, In my setup my backend server need to see the orginal host header in the request. So if the client requests http://myurl.com/application The backend that handles /application needs to see https://myurl.com/application in the request. How can I pass this along? Thank you -

Re: Passing host head to the backend

2012-12-18 Thread Baptiste
Hi, Nothing to do, it will pas it straight away, unless you tell HAProxy to do otherwise. cheers On Tue, Dec 18, 2012 at 8:22 PM, DeMarco, Alex alex.dema...@suny.edu wrote: Hello All, In my setup my backend server need to see the orginal host header in the request. So if the client

RE: Passing host head to the backend

2012-12-18 Thread DeMarco, Alex
Hmm interesting.. Using firebug in Firefox I can see it calling the backend but it does not appear to be reverse proxying the request. Instead of http://myurl.com/application I seen http://myappserver/application. Still reviewing my config not sure why this is occurring since I have it

Re: Passing host head to the backend

2012-12-18 Thread Baptiste
your server may send back some Location header with his hostname... On Tue, Dec 18, 2012 at 9:06 PM, DeMarco, Alex alex.dema...@suny.edu wrote: Hmm interesting.. Using firebug in Firefox I can see it calling the backend but it does not appear to be reverse proxying the request. Instead of