[PATCH] MEDIUM: stats: include disabled proxies that hold active sessions to stats

2021-06-28 Thread Marno Krahmer
/1307 The patch: From 0648fc0c148fe463ea9f0c77f34beeb484688eac Mon Sep 17 00:00:00 2001 From: Marno Krahmer Date: Thu, 24 Jun 2021 16:51:08 +0200 Subject: [PATCH] MEDIUM: stats: include disabled proxies that hold active sessions to stats After reloading HAProxy, the old process may still hold

Re: [EXT] Re: Regarding the new dark mode dashboard in 2.5

2022-03-08 Thread Marno Krahmer
t... :) see: https://github.com/haproxy/haproxy/issues/1461 Best regards Tim Düsterhus From 74bc376bb290d50b5fd140a8f8f8d87f59899322 Mon Sep 17 00:00:00 2001 From: Marno Krahmer Date: Tue, 8 Mar 2022 13:45:09 +0100 Subject: [PATCH] MINOR: stats: Add dark mode support for socket row

Re: [EXT] Re: [EXT] Re: Regarding the new dark mode dashboard in 2.5

2022-03-08 Thread Marno Krahmer
Hey Tim, I added a reference to the GitHub issue to the second line of the commit message. Cheers Marno Am 08.03.22, 14:42 schrieb "Tim Düsterhus" : Marno, On 3/8/22 14:38, Marno Krahmer wrote: > Is it enough to send the patch to this mailing list? >

Re: [EXT] FTP Server in passive mode with HAProxy Frontend and Backend nodes

2022-04-15 Thread Marno Krahmer
Hey Roberto, Yes, there is a misconfiguration in both config snippets that you sent: frontend Frontend_FTP bind *:21 bind *:2-20010 mode tcp option tcplog timeout client 1h default_backend HAProxy_BE backend HAProxy_BE mode tcp server HAProxy-Node-2 172.

Understanding "show sess" output, especially "age" and "exp"

2022-08-12 Thread Marno Krahmer
Hey,  (I already sent this mail to this mailing list a few days ago, but could not see it in the list archive at  https://www.mail-archive.com/haproxy@formilux.org/maillist.html, so I assume, it never arrived. Therefore I am sending it again from a different mail address now): I have to reload

Help wanted: Random delays in https request processing

2023-05-30 Thread Marno Krahmer
Hey, I noticed, that I am experiencing a strange issue with https requests (both on http/1.1 and http/2): It seems like around 1 of 500 / 1 of 1000 requests gets delayed by around 60 to 90 Seconds between the Client and HAProxy. All other requests work fine and are blazingly fast. What the cl

How to debug "IH" termination state on HTTP connections?

2023-11-20 Thread Marno Krahmer
Hello, since a while I see connection errors in my HAProxy-Logs, looking like this: <134>Nov 20 13:19:10 haproxy[8]: :60923 [20/Nov/2023:13:18:41.494] http~ nextcloud/nextcloud 0/0/18/-1/28956 500 208 - - IH-- 19/19/0/0/0 0/0 {} "PUT https:///remote.php/dav/uploads//5D56BCEB-AE7E-423A-B424-DCAB

Re: How to debug "IH" termination state on HTTP connections?

2023-11-25 Thread Marno Krahmer
2:17:20 MEZ hat Christopher Faulet Folgendes geschrieben: Le 20/11/2023 à 20:23, Marno Krahmer a écrit : > Hello, > > since a while I see connection errors in my HAProxy-Logs, looking like this: > > <134>Nov 20 13:19:10 haproxy[8]: :60923 [20/Nov/2023:13:18:41.49

AW: [EXT] Re: error HAproxy with Galera Cluster v4

2024-05-10 Thread Marno Krahmer
Hey, There actually is some stuff in the haproxy documentation about this: https://docs.haproxy.org/2.9/configuration.html#4-option%20mysql-check MySQL will block a client host when it does more unsuccessful authentication requests than configured in the global variable “max_connect_errors”. Th