Re: [PATCH v2] Add ability to select HASH function amongst (SDBM/DJB2/WT6) and optionally apply avalanche

2013-11-13 Thread Willy Tarreau
On Wed, Nov 13, 2013 at 09:46:19AM -0500, Bhaskar Maddala wrote: Hello Willy, I wanted to ask you permission, on whether it was ok to blog about this change, once it was committed on Tumblr's engineering blog [1]. I can do so after the changes are in and have your permission on it. Yes

Re: [PATCH v2] Add ability to select HASH function amongst (SDBM/DJB2/WT6) and optionally apply avalanche

2013-11-13 Thread Willy Tarreau
On Wed, Nov 13, 2013 at 03:59:20PM +0100, Willy Tarreau wrote: On Wed, Nov 13, 2013 at 09:41:31AM -0500, Bhaskar Maddala wrote: 2/4 : - I really like your principle of keeping the default settings compatible with current implementations. That said, I still think that since 1.4

Marathon Printing

2013-11-13 Thread Jeff
Hello! My name is Jeff, from Shirts Talk. We have incredible deals on custom shirts and would like you to give us a shot! We offer incredible pricing that includes shipping, setup, screens and artwork at no cost! I would love to hear from you. Please don’t hesitate to call, email or simply check

Re: Apache logs and source IP

2013-11-13 Thread PiBa-NL
Also Hi, Remember that for https connections no forwardfor header will be added.(unless you offload the ssl on or before haproxy) Also i don't understand why you have an acl in the https backend? You the only bind is on port 443 so if that frontend is contacted then it will always pass the

Fwd: balance hdr() enhancment suggestion

2013-11-13 Thread Michael Johnson - MJ
Oops, missed the list on my reply. -- Forwarded message -- From: Michael Johnson - MJ m...@revmj.com Date: Wed, Nov 13, 2013 at 11:29 AM Subject: Re: balance hdr() enhancment suggestion To: Bryan Talbot btal...@aeriagames.com That would work for small scale deployments, but what

Re: balance hdr() enhancment suggestion

2013-11-13 Thread Bhaskar Maddala
You could try something like this acl c01 hdr(host) -i -f c01.acl acl c02 hdr(host) -i -f c02.acl acl c03 hdr(host) -i -f c04.acl ... use_backend cluster01 if c01 ... The ACL's can be generated independently, and haproxy reloaded when one of the

Вы требуете пребывать без убыточных слабостей?

2013-11-13 Thread 77mafia77
значительнейший способ застраховаться от прыщей от опасных слабостей http://sticker.yadro.ru/go?url=http://cutshorturl.info/140569/

[PATCH] OPTIM: buffer: align the last output line of buffer_dump()

2013-11-13 Thread Godbach
Hi Willy, buffer_dump() in src/buffer.c is a usefull function to dump buffer to do debugging. However, the last output line should be aligned in a more readable way. Please check the attachment for the patch. -- Best Regards, Godbach From 7d19e9f3d35be3fb253ab586041b67312a03232f Mon Sep 17