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

2023-05-23 Thread Deepak Goel
On Tue, May 23, 2023 at 6:19 PM Mateusz Kempski wrote: > Ubuntu 20 idle: > ``` > Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s > Current DISK READ: 0.00 B/s | Current DISK WRITE: 0.00 B/s > ``` > ``` > top - 12:31:00 up 2 min, 1 user, load average: 0.13,

Re: [users@httpd] pwauth to external server

2023-05-23 Thread Adam Weremczuk
Thank you Frank. This is my entire gitweb config: cat /etc/apache2/conf-available/gitweb.conf         Define ENABLE_GITWEB           Define ENABLE_GITWEB         Alias /gitweb /usr/share/gitweb     AddExternalAuth pwauth /usr/sbin/pwauth     SetExternalAuthMethod

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

2023-05-23 Thread Mateusz Kempski
Ubuntu 20 idle: ``` Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s Current DISK READ: 0.00 B/s | Current DISK WRITE: 0.00 B/s ``` ``` top - 12:31:00 up 2 min, 1 user, load average: 0.13, 0.04, 0.01 Tasks: 239 total, 1 running, 238 sleeping, 0 stopped, 0

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

2023-05-23 Thread Deepak Goel
can you please post top, iotop results for both apache 18/20? On Tue, 23 May 2023, 17:33 Mateusz Kempski, wrote: > On Ubuntu 20 with apache in stock settings + my mpm event config: > ``` > ab -k -t 900 -c 1000 -n 100 http://ubuntu20/ > This is ApacheBench, Version 2.3 <$Revision: 1430300 $>

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

2023-05-23 Thread Mateusz Kempski
On Ubuntu 20 with apache in stock settings + my mpm event config: ``` ab -k -t 900 -c 1000 -n 100 http://ubuntu20/ This is ApacheBench, Version 2.3 <$Revision: 1430300 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation,

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

2023-05-23 Thread Mateusz Kempski
Looks like I did not respond to the right thread so I paste my response below. If you got it twice my apologies. There seems to be no difference in configuration file except for some comments: ``` diff -Bbde /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.roc ky 8a # See the httpd.conf(5)