Re: Multi-line reqirep?

2014-11-15 Thread Baptiste
On Sat, Nov 15, 2014 at 12:17 AM, Rodney Smith rodney...@gmail.com wrote: Is there a way to do a multi-line reqirep? I want to set the host and port based on elements in the path. Something like this where some path parts end up in a rewritten host:

Re: Haproxy SSL termination - will it be fast enough?

2014-11-15 Thread Baptiste
On Fri, Nov 14, 2014 at 10:16 PM, Shawn Heisey hapr...@elyograg.org wrote: On 11/14/2014 11:09 AM, Shawn Heisey wrote: I have a co-worker that is concerned with the idea of moving SSL termination to haproxy, rather than using LVS to NAT the SSL to back end servers directly. It would be

Re: [PATCH] BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks

2014-11-15 Thread Cyril Bonté
Hi Willy, Le 12/11/2014 08:45, Cyril Bonté a écrit : Le 12/11/2014 06:42, Willy Tarreau a écrit : I'm wondering if we shouldn't have it work differently instead : move xprt to struct check and support check.xprt and agen._xprt, and always initialize agent_xprt to raw_sock, while check_xprt

Re: [PATCH] BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks

2014-11-15 Thread Willy Tarreau
Hi Cyril, On Sat, Nov 15, 2014 at 10:44:55PM +0100, Cyril Bonté wrote: That was my first version :-) I removed it from the structure in an attempt to reduce the memory size and because we could find a similar pattern in checks.c (see function tcpcheck_main() before the call to conn_prepare).