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
it working for other parts. - Alex -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Tuesday, December 18, 2012 2:43 PM To: DeMarco, Alex Cc: haproxy@formilux.org Subject: Re: Passing host head to the backend Hi, Nothing to do, it will pas it straight away, unless you tell

Re: Passing host head to the backend

2012-12-18 Thread Baptiste
To: DeMarco, Alex Cc: haproxy@formilux.org Subject: Re: Passing host head to the backend 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