48% Dto en Asesoría legal a Familias, Comercios y PYMES.

2014-03-12 Thread atualcanze
Ofertas de hoy en Mar del Plata precio descuento ahorro $ 140.00 48  % $ 130 48% Dto. Asesoría legal a Familias, Comercios y PYMES. Somos un grupo de abogados que ofrece sus servicios de asesoría legal así como tramitación vía judicial de cualquier tipo… seguir

Re: System tuning for Haproxy

2014-03-12 Thread Sander Klein
On 12.03.2014 10:36, William Lewis wrote: Hi, I’m looking for any advice in tuning kernel parameters for haproxy. Current sysctl.conf is net.ipv4.icmp_echo_ignore_broadcasts = 1 fs.file-max = 800 vm.swappiness = 20 net.ipv4.tcp_fin_timeout = 15 net.ipv4.tcp_max_syn_backlog = 32768

Re: tcp-request content track

2014-03-12 Thread Baptiste
It would be easier to help you if you share your configuration! Baptiste On Wed, Mar 12, 2014 at 1:36 AM, Patrick Hemmer hapr...@stormcloud9.net wrote: 2 related questions: I'm trying to find a way to concat multiple samples to use in a stick table. Basically in my frontend I pattern match

Re: tcp-request content track

2014-03-12 Thread Patrick Hemmer
Created a new config as an example. My existing config is huge, and hard to read (generated programtically). In regards to the bug, it appears it was a bug. I was using 1.5-dev19. After upgrading to 1.5-dev22 it started behaving as expected. Below is the config I'm using to accomplish what I

Logging ACL activity

2014-03-12 Thread Julien Vehent
Hi everyone, Is there a way to log the activity of an ACL? I tried to use a header insertion using reqadd, and then log that header, but it doesn't work. # match content-length larger than 500kB acl request-too-big hdr_val(content-length) gt 50 reqadd

Expired revocation list

2014-03-12 Thread Mark Ruys
Hi, I got client certificate checks working using something like: bind 8.8.8.8:443 mss 1422 ssl crt server.pem ca-file root.crt crl-file root.crl verify required The gotcha is that this does not work when the revocation list isn't renewed: $ openssl crl -in root-crl.pem -noout -text|head

Endianness issue with integer stick table and peers

2014-03-12 Thread Ian Scott
Hi, It looks like my integer stick table is somehow getting its keys' endianness switched when being sent from one peer to the other. Here are a couple examples: Peer 1: 0x20d7e74: key=1389946712 use=0 exp=86385207 server_id=1 Peer 2: 0x230cab4: key=1491589202 use=0 exp=86385206 server_id=1

Re: Endianness issue with integer stick table and peers

2014-03-12 Thread Ian Scott
On 03/12/2014 02:06 PM, Ian Scott wrote: It looks like my integer stick table is somehow getting its keys' endianness switched when being sent from one peer to the other. Here are a couple examples: Never mind, looks like this was fixed in Cyril Bonté's patch from February 16.

Re: Endianness issue with integer stick table and peers

2014-03-12 Thread Cyril Bonté
Hi Ian, Le 12/03/2014 22:06, Ian Scott a écrit : Hi, It looks like my integer stick table is somehow getting its keys' endianness switched when being sent from one peer to the other. Here are a couple examples: Peer 1: 0x20d7e74: key=1389946712 use=0 exp=86385207 server_id=1 Peer 2:

Goodbye from our Newsletter

2014-03-12 Thread Tu Informe
Goodbye from our Newsletter, sorry to see you go. You have been unsubscribed from our newsletters. This is the last email you will receive from us. Our newsletter system, phpList, will refuse to send you any further messages, without manual intervention by our administrator. If

Re: Logging ACL activity

2014-03-12 Thread Julien Vehent
On 2014-03-12 15:02, Julien Vehent wrote: Hi everyone, Is there a way to log the activity of an ACL? I tried to use a header insertion using reqadd, and then log that header, but it doesn't work. # match content-length larger than 500kB acl request-too-big