mod_status lists BusyWorkers/IdleWorkers keys twice
Issue
server-status?auto lists the keys BusyWorkers and IdleWorkers twice on rhel8 httpd.
# curl -s http://127.0.0.1/server-status?auto | egrep 'BusyWorkers|IdleWorkers'
BusyWorkers: 1
IdleWorkers: 74
BusyWorkers: 1
IdleWorkers: 74
Environment
- Red Hat Enterprise Linux 9
- httpd 2.4.57
- Red Hat Enterprise Linux 8
- httpd 2.4.37
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.