Re: Different URL on backend

2011-01-24 Thread haproxy
Hi Christian, On 23.01.2011 23:00, Christian Jensen wrote: 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 point to different servers and different

Re: Different URL on backend

2011-01-24 Thread Holger Just
Sorry for the impersonation. My virtual identity setup got a bit overly excited and made an aweful mess in the whole room. Guess I need some napkins now... --Holger

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

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