Re: Mixed TCP and HTTP switching

2010-06-09 Thread Laurie Young
to one load balancing box. Any questions on that I will send in that thread :-) laurie On 4 June 2010 11:30, Willy Tarreau w...@1wt.eu wrote: On Fri, Jun 04, 2010 at 10:45:02AM +0100, Laurie Young wrote: Thanks - I'm going to give this a try - but I can't find the git url to access the latest

Re: Max Number of Open Connections

2010-06-04 Thread Laurie Young
, but this was reached via trial and error. Regards, Willy -- Dr Laurie Young Scrum Master New Bamboo Follow me on twitter: @wildfalcon Follow us on twitter: @newbamboo Creating fresh, flexible and fast-growing web applications is our passion. 3rd Floor, Gensurco House, 46A Rosebery Avenue, London

Re: Mixed TCP and HTTP switching

2010-06-04 Thread Laurie Young
Excellent - this may be what we need Can I do further http swittching in the backend (based on hostnames) or can this only be done in the front end? On 4 June 2010 08:56, Willy Tarreau w...@1wt.eu wrote: On Wed, Jun 02, 2010 at 04:18:33PM +0100, Laurie Young wrote: Hi everyone I have

Re: Mixed TCP and HTTP switching

2010-06-04 Thread Laurie Young
Thanks - I'm going to give this a try - but I can't find the git url to access the latest source so I can try building 1.4.7 :-( Sorry if i'm being dumb, my excuse is it's a Friday On 4 June 2010 08:56, Willy Tarreau w...@1wt.eu wrote: On Wed, Jun 02, 2010 at 04:18:33PM +0100, Laurie Young

Max Number of Open Connections

2010-06-03 Thread Laurie Young
by the various OS's are :-( Laurie -- Dr Laurie Young Scrum Master New Bamboo Follow me on twitter: @wildfalcon Follow us on twitter: @newbamboo Creating fresh, flexible and fast-growing web applications is our passion. 3rd Floor, Gensurco House, 46A Rosebery Avenue, London, EC1R 4RP http

Mixed TCP and HTTP switching

2010-06-02 Thread Laurie Young
, doing everything i need Now I have to also send a tcp request though the same port. I need HAProxy to detect if it is a tcp request, and if so route it to server 1, otherwise parse the HTTP and work out which server to use based on the HTTP content Is this possible? Laurie -- Dr Laurie Young Scrum

Re: Rollover Backups

2010-05-13 Thread Laurie Young
the slave. If the master goes down and write operations get sent to the slave, we cannot send ANY requests to the master till we have been able to re-sync them (which is a manual operation) -- Dr Laurie Young Scrum Master New Bamboo Follow me on twitter: @wildfalcon Follow us on twitter: @newbamboo

Re: Binding by Hostname

2010-04-19 Thread Laurie Young
wrote: Laurie Young wrote: But could not make this work, first because the hostname was not resolvable - but then only one fronted could bind. (is this because only one socket to port 80 can be opened) Then I tried something like frontend all bind :80 acl is_longhdr_dom(Host) -i