Re: [PATCH] CLEANUP/MINOR LIM2A function comment fix

2018-10-25 Thread Willy Tarreau
Hello John, On Wed, Oct 24, 2018 at 10:09:36AM +0300, John Cherouvim wrote: > I changed "the HTML representation" to "the ASCII representation" in the > documentation for LIM2A to make it consistent with what it actually does. I > think the fact that it returns ASCII is encoded in the function nam

Re: [PATCHES] Cache for larger HTTP objects

2018-10-25 Thread Willy Tarreau
On Thu, Oct 25, 2018 at 08:40:03PM +0200, Frederic Lecaille wrote: > Here is a new series of patches. Looks good, all applied now, thank you Fred! Willy

question

2018-10-25 Thread Comerford, Sue
Good Evening, I have a question, Can haproxy be used with postgresql using jdbc the datasource impl: org.postgresql.ds.PGConnectionPoolDataSource? Load balancing between 2 master databases (on separate servers)? Appreciate your expertise Sue Comerford

Re: [PATCHES] Cache for larger HTTP objects

2018-10-25 Thread Frederic Lecaille
On 10/25/2018 07:01 PM, William Lallemand wrote: Hi Fred! On Thu, Oct 25, 2018 at 10:59:43AM +0200, Frederic Lecaille wrote: Well, after having checked, haproxy could start with a cache bigger than 2047 MB on my PC due to parsing issue. I provide three patches. The first fixes the "total-max-s

Re: [PATCHES] Cache for larger HTTP objects

2018-10-25 Thread William Lallemand
Hi Fred! On Thu, Oct 25, 2018 at 10:59:43AM +0200, Frederic Lecaille wrote: > Well, after having checked, haproxy could start with a cache bigger than > 2047 MB on my PC due to parsing issue. > > I provide three patches. The first fixes the "total-max-size" parsing > issue. The second patch is

Re: [PATCHES] Cache for larger HTTP objects

2018-10-25 Thread Frederic Lecaille
On 10/24/2018 04:49 AM, Willy Tarreau wrote: Hi Fred, On Tue, Oct 23, 2018 at 02:57:05PM +0200, Frederic Lecaille wrote: Hello ML, Here is a serie of patches to make the cache capable of caching HTTP objects larger than a buffer. The 4th patch add "max-object-size" option to "cache" section s

Re: apache proxy pass rules in HAproxy

2018-10-25 Thread Igor Cicimov
On Thu, Oct 25, 2018 at 6:31 PM Igor Cicimov wrote: > > > On Thu, 25 Oct 2018 6:13 pm Imam Toufique wrote: > >> so I almost got this to work, based on the situation I am in. To >> elaborate just a bit, my setup involves a shibboleth SP that I need to >> authenticate my application. Since I can

Re: apache proxy pass rules in HAproxy

2018-10-25 Thread Igor Cicimov
On Thu, 25 Oct 2018 6:13 pm Imam Toufique wrote: > so I almost got this to work, based on the situation I am in. To > elaborate just a bit, my setup involves a shibboleth SP that I need to > authenticate my application. Since I can't set up the HA proxy node with > shibboleth SP - I had to wrap

Re: apache proxy pass rules in HAproxy

2018-10-25 Thread Imam Toufique
so I almost got this to work, based on the situation I am in. To elaborate just a bit, my setup involves a shibboleth SP that I need to authenticate my application. Since I can't set up the HA proxy node with shibboleth SP - I had to wrap my application in the backend with apache so I can pass RE