Re: How to verify HAProxy build on Solaris/SPARC ?

2018-08-31 Thread Tom Hood
Hi, I tried Willy's suggestion with -pthread in the OPTIONS_CFLAGS and it didn't make any difference. Same errors. I haven't tried looking at it anymore other than to try Willy's test. Although I didn't mention it previously, I had seen that suggestion of trying USE_PTHREAD_SHARED=1. It also

haproxy-auth-request

2018-08-31 Thread Computerisms Corporation
Hi Gurus; I was in the IRC channel the other day looking for a way to get authentication through apache's authnz-external working from haproxy; specifically I have a few nodejs applications and I want to put an authentication system using imap in front. I already have authnz-external

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-08-31 Thread Willy Tarreau
On Fri, Aug 31, 2018 at 11:14:00AM +0200, Frederic Lecaille wrote: > Hi, > > I am coming back to this reg testing sent by Daniel which was very > interesting because very complete and because there was a little > detail to fix. (...) applied, thanks Fred. Willy

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-08-31 Thread Frederic Lecaille
Hi, I am coming back to this reg testing sent by Daniel which was very interesting because very complete and because there was a little detail to fix. On 06/21/2018 04:53 AM, Willy Tarreau wrote: Hi Daniel, On Wed, Jun 20, 2018 at 10:28:43AM -0400, Daniel Corbett wrote: +shell -expect

Re: How to verify HAProxy build on Solaris/SPARC ?

2018-08-31 Thread Olivier Houchard
Hi Lukas, On Fri, Aug 31, 2018 at 02:03:47PM +0200, Lukas Tribus wrote: > Hello, > > > On Fri, 31 Aug 2018 at 04:30, Willy Tarreau wrote: > > I'd like to ask you to test something just in case it helps. Could > > you please modify your makefile to add "-pthread" to "-DUSE_THREAD" > > like this

RE: URL rewrite

2018-08-31 Thread Norman Branitsky
I just realized that this isn't actually correct: in their web browser it gets proxied to a backend running at https://.cloud.example.com/main?query I need this request: https://cloud.example.com/[/]?query to be sent to the backend server directly as http://.cloud.example.com/?query I