pointing certain URL's at one server

2010-03-25 Thread william pink
Hi, I have had a quick browse but couldn't find any information on it so I apologise if it has been brought up before, I want to capture all requests to /admin and point them at one server is this possible with Haproxy? Thanks, Will

Re: pointing certain URL's at one server

2010-03-25 Thread Gabriel Sosa
this is what what we have the relevant part it the acl "acl admin_acl path_sub admin/" frontendhttp modehttp log global bindUUU.VVV.TTT.YYY:80 acl admin_acl path_sub admin/ use_backend admin if admin_acl

Re: pointing certain URL's at one server

2010-03-25 Thread william pink
On Thu, Mar 25, 2010 at 5:50 PM, Gabriel Sosa wrote: > this is what what we have > > the relevant part it the acl > > "acl admin_acl path_sub admin/" > > frontendhttp >modehttp >log global > >bindUUU.VVV.TTT.YYY:80 >acl a

Re: HAProxy + Heartbeat

2010-03-25 Thread Willy Tarreau
Hi Daniel, On Tue, Mar 23, 2010 at 10:06:35PM +0100, Daniel Storjordet wrote: > Hi! > > HaProxy is great! > > We have 2 servers running VMWare ESXi, each having a CentOS with HaProxy > and Windows 2008 virtual machines. The 2nd innstallasjon of CentOS with > HaProxy has been lying dormant for

Re: Latency parameters

2010-03-25 Thread Willy Tarreau
Hi Paras, On Wed, Mar 24, 2010 at 11:55:31AM +0530, Paras Fadte wrote: > Hi, > > Are there specific parameters in HAproxy config which play important role in > reducing latency ? What latency are you talking about precisely ? When you place a component in the middle of your network, there are la

HaProxy -> Server Pipelining

2010-03-25 Thread Michael Todd
I know this has been discussed in the past, but I wanted to comment on a use case that would benefit a great deal from HAProxy->Server piplining feature. There are many parts of the world where latency is high enough that the initial tcp handshake is a large percentage of the response time. Idea

Re: HaProxy -> Server Pipelining

2010-03-25 Thread Willy Tarreau
Hello, On Thu, Mar 25, 2010 at 10:00:33PM -0700, Michael Todd wrote: > I know this has been discussed in the past, but I wanted to comment on a use > case that would benefit a great deal from HAProxy->Server piplining feature. > > > There are many parts of the world where latency is high enough