HAProxy 1.7 memory leak?

2016-12-08 Thread rickytato rickytato
I'm testing HAProxy 1.7.0 (I'm using 1.6.x from several time) but I notice this strange thing, seen that memory continue to growing. ​​ ​

Re: Rewrite cookie path & cookie domain

2015-07-15 Thread rickytato rickytato
th=(.*) \1\ path=/~xxx/;\ domain=%[hdr(Host)] if hdr_set_cookie_domain_and_path But not work. Anyone can help me? Tnx, rr 2015-07-14 21:34 GMT+02:00 Baptiste : > Please repost your question. I can't see it in my mail history. > > Baptiste > > On Tue, Jul 14, 2015 at 3:33 PM

Re: Rewrite cookie path & cookie domain

2015-07-14 Thread rickytato rickytato
Anyone can help me? I keep using Nginx? 2015-07-07 10:46 GMT+02:00 rickytato rickytato : > 1.5.12 > > 2015-07-06 17:58 GMT+02:00 Aleksandar Lazic : > >> Dear rickytato rickytato. >> >> Am 06-07-2015 15:32, schrieb rickytato rickytato: >> >> Hi all, &

Re: Rewrite cookie path & cookie domain

2015-07-07 Thread rickytato rickytato
1.5.12 2015-07-06 17:58 GMT+02:00 Aleksandar Lazic : > Dear rickytato rickytato. > > Am 06-07-2015 15:32, schrieb rickytato rickytato: > > Hi all, >> I've problem to rewrite cookie path and cookie domain in HAproxy; I've a >> Nginx configuration but I want t

Rewrite cookie path & cookie domain

2015-07-06 Thread rickytato rickytato
Hi all, I've problem to rewrite cookie path and cookie domain in HAproxy; I've a Nginx configuration but I want to move from Nginx to HAProxy for this proxy pass. This is a Nginx config I want to replace: location /~xxx/ { proxy_cookie_domain ~.* .$site.it; proxy_cookie_path ~.* /~xx

Re: url_beg

2011-06-10 Thread rickytato rickytato
2011/6/10 Gerd Müller > Hi list, > > I have a problem with url_beg. I am using it the following way: > > acl aclDEV url_beg /devel/ > With this? acl aclDEV url_beg /devel rr

Re: Can HAProxy be installed on 64bit machine?

2011-04-19 Thread rickytato rickytato
I use HAProxy 1.4.x on Ubuntu 64bit; I compile from source with: make TARGET=linux26 ARCH=x86_64 CPU=native USE_STATIC_PCRE=1 2011/4/19 Stijn Vanhoorelbeke > Hi, > > Can HAProxy be installed on a 64 bit Ubuntu machine? > I couldn't manage to do this. > > Could someone please give me guidelines