Re: Different URL on backend

2011-01-23 Thread Madhawa Jayanath
Hello Christian, This is more likely "Revers Proxy" situation. I'm sorry, I'm not sure Haproxy can do that. but I used Nginx on production. You may try Nginx. With following sample config. nano /etc/nginx/proxy.conf ->8- proxy_redirect off; proxy_set_headerHost

Different URL on backend

2011-01-23 Thread Christian Jensen
Hi guys, I have scoured the site and google and just cannot seem to find the answer I am looking for. I need http://www.x.com/hudson/ to point to my internal server http://192.168.1.30:8080/ I have other urls too, such as http://www.x.com/svn/ and http://www.x.com/trac/ that I would like to poin

Re: Adding a unique id header to each request?

2011-01-23 Thread Roy Smith
Cool. What can I do to help? On Jan 23, 2011, at 12:51 AM, Willy Tarreau wrote: > Hi Roy, > > On Sat, Jan 22, 2011 at 05:26:12PM -0500, Roy Smith wrote: >> Is there a way to have haproxy generate (and log) a unique ID for every >> incoming request, and add that ID as a header line to each out

Re: Multiple servers - intermittent slow responses

2011-01-23 Thread haproxy
Thanks for the reply Willy. I'll give your suggestions a try and report back. --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,262311,263256#msg-263256