Re: [PATCH] CLEANUP/MINOR removal of unused function U2A

2018-10-23 Thread Willy Tarreau
Hello John, On Tue, Oct 23, 2018 at 11:15:22AM +0300, John Cherouvim wrote: > Hello > > I'm removing an unused function. > stats.c is only using U2H and LIM2A. U2A was not being referenced from > anywhere. Well, it's only an inline function which costs zero resource, and it's in the file which

Re: [PATCHES] Cache for larger HTTP objects

2018-10-23 Thread Willy Tarreau
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 so that > to limit the size of the

Re: apache proxy pass rules in HAproxy

2018-10-23 Thread Imam Toufique
Ok, I will give that a try. thanks. On Tue, Oct 23, 2018 at 5:40 PM Igor Cicimov wrote: > > > On Wed, Oct 24, 2018 at 11:35 AM Imam Toufique > wrote: > >> Not completely there yet, but I at least got the backend server login >> screen to come up with the following: >> >> frontend >> acl

Re: Lots of PR state failed connections with HTTP/2 on HAProxy 1.8.14

2018-10-23 Thread Igor Cicimov
On Wed, Oct 24, 2018 at 9:16 AM James Brown wrote: > > I tested enabling HTTP/2 on the frontend for some of our sites today and > immediately started getting a flurry of failures. Browsers (at least Chrome) > showed a lot of SPDY protocol errors and the HAProxy logs had a lot of lines > ending

Re: apache proxy pass rules in HAproxy

2018-10-23 Thread Igor Cicimov
On Wed, Oct 24, 2018 at 11:35 AM Imam Toufique wrote: > Not completely there yet, but I at least got the backend server login > screen to come up with the following: > > frontend > acl host_web3 path_beg /jhub > use_backend web3_cluster if host_web3 > > backend > backend web3_cluster >mode

Re: apache proxy pass rules in HAproxy

2018-10-23 Thread Imam Toufique
Not completely there yet, but I at least got the backend server login screen to come up with the following: frontend acl host_web3 path_beg /jhub use_backend web3_cluster if host_web3 backend backend web3_cluster mode http #http-request set-header Host bk.dom.com balance roundrobin #

Re: Lots of PR state failed connections with HTTP/2 on HAProxy 1.8.14

2018-10-23 Thread James Brown
The config is several thousand lines long and includes a bunch of material non-public info, but if there are parts you think may be relevant I can try to snip them out. The HAProxy version (as noted in the subject of the e-mail) is 1.8.14 (which is, I believe, the latest 1.8 release). Chrome

Electric Scooters article

2018-10-23 Thread Anna Kucirkova
Hello there, Amazing job on your page http://feedjunkie.com/item/28186964/The%20mad%2C%20twisted%20tale%20of%20the%20electric%20scooter%20craze%20%20%20%20 you have on your site really great stuff!. :) I wanted to get in touch with you. I've recently written an article Are Electric

Re: Lots of PR state failed connections with HTTP/2 on HAProxy 1.8.14

2018-10-23 Thread Aleksandar Lazic
Hi. SPDY is not HTTP/2 . Please can you share the config and the haproxy version. Best regards Aleks Ursprüngliche Nachricht Von: James Brown Gesendet: 24. Oktober 2018 00:13:37 MESZ An: HAProxy CC: jared Betreff: Lots of PR state failed connections with HTTP/2 on HAProxy

Lots of PR state failed connections with HTTP/2 on HAProxy 1.8.14

2018-10-23 Thread James Brown
I tested enabling HTTP/2 on the frontend for some of our sites today and immediately started getting a flurry of failures. Browsers (at least Chrome) showed a lot of SPDY protocol errors and the HAProxy logs had a lot of lines ending in https_domain_redacted/ -1/-1/-1/-1/100 400 187 - - PR--

Re: HAproxy fails to start in CentOS with 'systemctl reload' ?

2018-10-23 Thread Imam Toufique
Thank you, Lukas and Brain! I came to HAproxy / web services world after a very long time :-) , you guys have been extremely helpful to me. :-) . and I sincerely appreciate it. On Tue, Oct 23, 2018 at 7:01 AM Lukas Tribus wrote: > Hello, > > On Tue, 23 Oct 2018 at 02:25, Imam Toufique

Re: apache proxy pass rules in HAproxy

2018-10-23 Thread Aleksandar Lazic
Hi. Am 23.10.2018 um 09:04 schrieb Imam Toufique: > I am looking for some help on how to write the following apache proxypass  > rules > in HAproxy.  Not to mention I am at a bit of loss with my first try :-) .  > Here > are my current proxypass rules: > > ProxyPass

Re: HAproxy fails to start in CentOS with 'systemctl reload' ?

2018-10-23 Thread Lukas Tribus
Hello, On Tue, 23 Oct 2018 at 02:25, Imam Toufique wrote: > > Hi Brain, > > That seems to have worked! Thanks!I did not know the wrapper was not > needed. Let's see if it dies again ( hopefully not ) . > > Thanks again! For the record: - you can find the systemd unit file, including a

[PATCHES] Cache for larger HTTP objects

2018-10-23 Thread Frederic Lecaille
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 so that to limit the size of the HTTP objects to be cached. Do not hesitate to test them. Regards, Fred. >From

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Willy Tarreau
Hi Dirkjan, On Tue, Oct 23, 2018 at 02:22:08PM +0200, Dirkjan Bussink wrote: > Hi all, > > > On 21 Oct 2018, at 21:05, Willy Tarreau wrote: > > > > The support for TLS 1.3 ciphersuites was merged. If you play with it, > > please report successes or failures, as this was backported to 1.8. > >

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Dirkjan Bussink
Hi all, > On 21 Oct 2018, at 21:05, Willy Tarreau wrote: > > The support for TLS 1.3 ciphersuites was merged. If you play with it, > please report successes or failures, as this was backported to 1.8. > Regarding TLS, certificates can now be generated on the fly on > BoringSSL as well. Is

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Aleksandar Lazic
Hi Willy. Am 23.10.2018 um 10:55 schrieb Willy Tarreau: > Hi Aleks, > > On Tue, Oct 23, 2018 at 10:23:43AM +0200, Aleksandar Lazic wrote: >>> I'm not sure what you mean because the basic stuff (http actions, fetching >>> samples, ACLs etc) will be OK. What will definitely not be ready will be to

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Willy Tarreau
Hi Aleks, On Tue, Oct 23, 2018 at 10:23:43AM +0200, Aleksandar Lazic wrote: > > I'm not sure what you mean because the basic stuff (http actions, fetching > > samples, ACLs etc) will be OK. What will definitely not be ready will be to > > have a TCP frontend connecting to an HTTP backend,

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Aleksandar Lazic
Hi. Am 23.10.2018 um 09:49 schrieb Willy Tarreau: > Hi Pavlos, > > On Tue, Oct 23, 2018 at 09:42:26AM +0200, Pavlos Parissis wrote: >>> While we won't be doing anything specific for gRPC, my previous reading of >>> the spec taught me that if we simply support H2 end to end it *should* work. >>

[PATCH] CLEANUP/MINOR removal of unused function U2A

2018-10-23 Thread John Cherouvim
Hello I'm removing an unused function. stats.c is only using U2H and LIM2A. U2A was not being referenced from anywhere. thanks From 692996c782d14240c563c319010ad89939400157 Mon Sep 17 00:00:00 2001 From: Ioannis Cherouvim <743305+cherou...@users.noreply.github.com> Date: Tue, 23 Oct 2018

subscribe

2018-10-23 Thread John Cherouvim

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Willy Tarreau
Hi Pavlos, On Tue, Oct 23, 2018 at 09:42:26AM +0200, Pavlos Parissis wrote: > > While we won't be doing anything specific for gRPC, my previous reading of > > the spec taught me that if we simply support H2 end to end it *should* work. > > So, haproxy wont be able to understand services and

Re: [ANNOUNCE] haproxy-1.9-dev4

2018-10-23 Thread Pavlos Parissis
On 10/22/18 11:15 AM, Willy Tarreau wrote: > Hi Pavlos! > > On Mon, Oct 22, 2018 at 11:01:37AM +0200, Pavlos Parissis wrote: >> On 10/21/18 9:05 PM, Willy Tarreau wrote: >>> Hi, >>> >>> HAProxy 1.9-dev4 was released on 2018/10/21. It added 97 new commits >>> after version 1.9-dev3. >>> >>>

apache proxy pass rules in HAproxy

2018-10-23 Thread Imam Toufique
I am looking for some help on how to write the following apache proxypass rules in HAproxy. Not to mention I am at a bit of loss with my first try :-) . Here are my current proxypass rules: ProxyPass http://10.1.100.156:8000/jhub ProxyPassReverse http://10.1.100.156:8000/jhub