Re: All "server" settings supported on "default-server" lines

2017-03-30 Thread Emmanuel Hocdet
Hi Willy, > Le 29 mars 2017 à 18:29, Willy Tarreau a écrit : > > Hi Manu, > > On Wed, Mar 29, 2017 at 06:10:13PM +0200, Emmanuel Hocdet wrote: >> Hi Willy, >> >>> Le 27 mars 2017 à 17:54, Willy Tarreau a écrit : >>> >>> Hi Manu, >>> >>> On Mon, Mar 27, 2017 at

ssl & default_backend

2017-03-30 Thread Antonio Trujillo Carmona
I'm try to use haproxy for balancing Citrix. I prove with: acl aplicaciones req_ssl_sni -i aplicaciones.gra.sas.junta-andalucia.es acl citrixsf req_ssl_sni -i ssiiprovincial.hvn.sas.junta-andalucia.es use_backend CitrixSF-SSL if citrixsf use_backend

Re: 100% cpu usage with compression in haproxy.cfg

2017-03-30 Thread Christopher Faulet
Le 30/03/2017 à 11:50, Christopher Faulet a écrit : Le 29/03/2017 à 13:23, Cyril Bonté a écrit : De: "Cyril Bonté" À: nos...@mrietzler.de Cc: haproxy@formilux.org Envoyé: Mercredi 29 Mars 2017 12:36:01 Objet: Re: 100% cpu usage with compression in haproxy.cfg Hi all, De:

Re: log-format & defaults section bug ?

2017-03-30 Thread de Lafond Guillaume
On 19 Jan 2017, at 07:46, Willy Tarreau wrote: > On Wed, Jan 18, 2017 at 08:14:24PM +0100, Guillaume de Lafond wrote: >> >> >> defaults log global log-format %ci:%cp\ [%t]\ %ft\ %b/%s\ h=%Th/i=%Ti/R=%TR/w=%Tw/c=%Tc/r=%Tr/d=%Td/a=%Ta/t=%Tt\ %ST\

Re: 100% cpu usage with compression in haproxy.cfg

2017-03-30 Thread Cyril Bonté
Hi Christopher, > De: "Christopher Faulet" > > Hi all, > > > > Here is 2 patches that fix the bugs. I made some tests and it seems > > to > > work without breaking other use cases. Could you confirm that it > > works > > for you ? > > > > Thanks > > > > With patches this

Re: 100% cpu usage with compression in haproxy.cfg

2017-03-30 Thread Christopher Faulet
Le 29/03/2017 à 13:23, Cyril Bonté a écrit : De: "Cyril Bonté" À: nos...@mrietzler.de Cc: haproxy@formilux.org Envoyé: Mercredi 29 Mars 2017 12:36:01 Objet: Re: 100% cpu usage with compression in haproxy.cfg Hi all, De: nos...@mrietzler.de À: haproxy@formilux.org Envoyé:

Re: [Patches] TLS methods configuration reworked

2017-03-30 Thread Emmanuel Hocdet
The right patch series ... > Le 30 mars 2017 à 19:00, Emmanuel Hocdet a écrit : > > Hi Emeric, Willy > > Rework of patches serie to match default-server requirement and talk with > Willy. > It should be easier to follow. > > >> Le 27 mars 2017 à 16:15, Emeric Brun

Re: [Patches] TLS methods configuration reworked

2017-03-30 Thread Emmanuel Hocdet
Hi Emeric, Willy Rework of patches serie to match default-server requirement and talk with Willy. It should be easier to follow. > Le 27 mars 2017 à 16:15, Emeric Brun a écrit : > > Hi Manu, > >> >> What kind of api and dependency? To generate haproxy configuration? >>

stick-table ,show table, use field

2017-03-30 Thread Arnall
Hello everyone, when using socat to show a stick-table i have lines like this : # table: dummy_table, type: ip, size:52428800, used:33207 0x7f202f800720: key=aaa.bbb.ccc.ddd use=0 exp=599440 gpc0=0 conn_rate(5000)=19 conn_cur=0 http_req_rate(1)=55 ../... I understand all the fields

Re: stick-table ,show table, use field

2017-03-30 Thread Bryan Talbot
> On Mar 30, 2017, at Mar 30, 10:19 AM, Arnall wrote: > > Hello everyone, > > when using socat to show a stick-table i have lines like this : > > # table: dummy_table, type: ip, size:52428800, used:33207 > > 0x7f202f800720: key=aaa.bbb.ccc.ddd use=0 exp=599440 gpc0=0 >

Re: concat set-var headers ?

2017-03-30 Thread Jarno Huuskonen
Hi Willy, On Thu, Mar 30, Willy Tarreau wrote: > On Thu, Mar 30, 2017 at 07:18:48AM +0300, Jarno Huuskonen wrote: > > Hi, > > > > On Sat, Mar 25, Aleksandar Lazic wrote: > > > how about to try this, it's untested. > > > > > > http-request set-var(req.mysticky) > > >

Re: concat set-var headers ?

2017-03-30 Thread Willy Tarreau
On Thu, Mar 30, 2017 at 09:44:46AM +0300, Jarno Huuskonen wrote: > > With Thierry we've started to think about a stack-based > > expression evaluator which would make it trivial to concat strings > > and perform many other operations but we found that it will suffer > > from some deep problems

removing/renaming cookie for certain requests ?

2017-03-30 Thread Jarno Huuskonen
Hi, I'd like to remove(or rename) PHPSESSID cookie for most requests, there're couple of pages that need/use PHPSESSID. Is there better/simpler way than this: acl is_phpsess_url path_beg /sesspath1/ /some/anothersess.php acl is_phpsess_cookie req.cook(PHPSESSID) -m found http-request

Re: stick-table ,show table, use field

2017-03-30 Thread Willy Tarreau
On Thu, Mar 30, 2017 at 01:50:17PM -0700, Bryan Talbot wrote: > I believe that these are documented in the management guides and not the > config guides. > > https://cbonte.github.io/haproxy-dconv/1.6/management.html#9.2-show%20table >