Copying a Header before Modifying it

2012-03-29 Thread William Lewis
Hi, So I use Haproxy to rewrite some URL requests infront of my java webservers, but I also want my java webservers to be able to issue redirects relative to the url that hit haproxy. Specifically I want the developers that have access to application platform but not the haproxy to be able

Re: Copying a Header before Modifying it

2012-03-29 Thread Łukasz Jagiełło
W dniu 29 marca 2012 14:48 użytkownik Łukasz Jagiełło jagiello.luk...@gmail.com napisał: From what I notice, as long as keepalive working only requests going to backend from first request. After keepalive ends, again backend is choice by ACL. Should be: From what I notice, as long as

Re: Load balancing and persistence

2012-03-29 Thread Willy Tarreau
On Thu, Mar 29, 2012 at 07:30:13AM +0200, Baptiste wrote: Hey, For your information, I wrote an article about load-balancing and persistence which may be helpful to some of you: http://blog.exceliance.fr/2012/03/29/load-balancing-affinity-persistence-sticky-sessions-what-you-need-to-know/

Re: very small footprint OS+HaProxy

2012-03-29 Thread Guillaume Bourque
Hi Thomas We used to install ubuntu jeos 8.0.4 ( just enought OS ) in vmware and it was using 20 mg ram on the host and not much CPU. I'm pretty sure you have that on your host. You can allocate 128M ram to the vm and 2 GB of disk. Now Jeos is part os a ubuntu server install, I never did it with

Re: Copying a Header before Modifying it

2012-03-29 Thread Cyril Bonté
Hi William, Le 29/03/2012 14:30, William Lewis a écrit : Hi, So I use Haproxy to rewrite some URL requests infront of my java webservers, but I also want my java webservers to be able to issue redirects relative to the url that hit haproxy. Specifically I want the developers that have access

Re: Copying a Header before Modifying it

2012-03-29 Thread Cyril Bonté
Hi, Le 29/03/2012 14:48, Łukasz Jagiełło a écrit : (...) Problem happen when timeout http-keep-alive 1s and without option httpclose. When I turn option httpclose problem gone, and start working normal. From what I notice, as long as keepalive working only requests going to backend from

Re: very small footprint OS+HaProxy

2012-03-29 Thread Thomas Manson
Thanks Guillaume, thats what I need ! Regards, Thomas. On Thu, Mar 29, 2012 at 15:54, Guillaume Bourque guillaume.bour...@gmail.com wrote: Hi Thomas We used to install ubuntu jeos 8.0.4 ( just enought OS ) in vmware and it was using 20 mg ram on the host and not much CPU. I'm pretty sure

haproxy 1.5dev7 server check failed with IPv6

2012-03-29 Thread Delta Yeh
Hi, It seems haproxy failed to do server check with IPv6. The top is like: browser---haproxy-www server I did the following tests: 1. IPv4 http server with server check, it works 2. IPv6 http server with server check, I get http 503. After disable server check, I get http 200. 3.

HAProxy and SNI

2012-03-29 Thread Baptiste
Hey Willy, I read sooner in January you mentioned that HAProxy is now able to handle SNI, but I can't find anywhere in the documentation how I can do it. (and ebr spoke about it in the office as well). Can you point me to the right section in the documentation please? Cheers

bon cadeau@

2012-03-29 Thread tech
cher Monsieurhaproxy haproxyVoulez-vous aussid'achetercadeau pourvotre famille?haproxy haproxynous organisons unegrande activitécette semaine,iPhone, iPad,ordinateur,caméra, scanner..haproxy haproxynous pouvons offrir60% de réductionpour vous s i t e : ydlmn . com 3:14:25

Re: haproxy 1.5dev7 server check failed with IPv6

2012-03-29 Thread Sander Klein
Hi, On 29.03.2012 16:44, Delta Yeh wrote: Hi, It seems haproxy failed to do server check with IPv6. The top is like: browser---haproxy-www server I did the following tests: 1. IPv4 http server with server check, it works 2. IPv6 http server with server check, I get http 503.

Re: Copying a Header before Modifying it

2012-03-29 Thread William Lewis
Hi Cyril, Cyril Bont wrote: Hi William, Le 29/03/2012 14:30, William Lewis a crit : Hi, So I use Haproxy to rewrite some URL requests infront of my java webservers, but I also want my java webservers to be able to issue redirects relative to the url that hit

Re: Copying a Header before Modifying it

2012-03-29 Thread Baptiste
On Thu, Mar 29, 2012 at 11:42 PM, William Lewis m...@wlewis.co.uk wrote: Hi Cyril, Cyril Bonté wrote: Hi William, Le 29/03/2012 14:30, William Lewis a écrit : Hi, So I use Haproxy to rewrite some URL requests infront of my java webservers, but I also want my java webservers to be able