Re: [users@httpd] Keepalive closing connections prematurely on high load on newer httpd versions

2023-05-25 Thread Mateusz Kempski
Tested server is Rocky 8. We don't use Ubuntu in prod so I focused on testing Rocky. Mateusz Kempski On Wed, 24 May 2023 at 12:18, Deepak Goel wrote: > > The below test results are on which OS? Ubuntu 18 or 20? > > On Wed, 24 May 2023, 17:17 Mateusz Kempski, > wrote: >> >> They are all identi

Re: [users@httpd] Keepalive closing connections prematurely on high load on newer httpd versions

2023-05-25 Thread Mateusz Kempski
Before the test: ``` Apache Server Status for 127.0.0.1 (via 127.0.0.1) Server Version: Apache/2.4.37 (rocky) Server MPM: event Server Built: May 17 2023 16:27:49 ---

[users@httpd] Proxy with ssl backend server

2023-05-25 Thread Josef Wolf
Hello, I am trying to use apache as a proxy to pass requests to a https backend like this: SSLProxyEngine on ProxyPass/service/ https://backend.do.main:4434/service ProxyPassReverse /service/ https://backend.do.main:4434/service ProxyPassReverseCookieP