Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2159603

Summary: mod_status lists BusyWorkers IdleWorkers keys twice
Product: Red Hat Enterprise Linux 8 Reporter: kazuhiro kawana <kkawana>
Component: httpdAssignee: Tomas Korbar <tkorbar>
Status: CLOSED ERRATA QA Contact: icesalov
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.6CC: icesalov, luhliari, sbroz, tkorbar
Target Milestone: rcKeywords: AutoVerified, TestCaseProvided, Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: httpd-2.4-8090020230720125714.b46abd14 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2222001 (view as bug list) Environment:
Last Closed: 2023-11-14 15:35:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2222001    

Description kazuhiro kawana 2023-01-10 05:49:21 UTC
### Description of problem:
server-status?auto lists the keys BusyWorkers and IdleWorkers twice on rhel8 httpd.

- httpd-2.4.37-51.module+el8.7.0+16050+02173b8e.x86_64
# curl -s http://127.0.0.1/server-status?auto | egrep 'BusyWorkers|IdleWorkers'
BusyWorkers: 1
IdleWorkers: 74
BusyWorkers: 1
IdleWorkers: 74

- httpd-2.4.6-97.el7_9.5.x86_64
# curl -s http://127.0.0.1/server-status?auto | egrep 'BusyWorkers|IdleWorkers'
BusyWorkers: 1
IdleWorkers: 74

A same issue was reported in apache bug database:

Filed bug: 
mod_status lists BusyWorkers IdleWorkers keys twice
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300

This issue is not fixed yet

### Version-Release number of selected component (if applicable):
- httpd-2.4.37-51.module+el8.7.0+16050+02173b8e.x86_64

### How reproducible:

Anytime

### Steps to Reproduce:

1: Edit /etc/httpd/conf/httpd.conf and add below config.

...snip...
<Location "/server-status">
SetHandler server-status
Require local
</Location>
...snip...

2. Restart httpd (systemctl restart httpd)

3. Access to below url
#curl -s http://127.0.0.1/server-status?auto

### Actual results:

- httpd-2.4.37-51.module+el8.7.0+16050+02173b8e.x86_64
# curl -s http://127.0.0.1/server-status?auto | egrep 'BusyWorkers|IdleWorkers'
BusyWorkers: 1
IdleWorkers: 74
BusyWorkers: 1
IdleWorkers: 74

### Expected results:
We expect display mod_status server-status?auto lists the keys BusyWorkers and IdleWorkers onece

Comment 13 errata-xmlrpc 2023-11-14 15:35:16 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (httpd:2.4 bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:7018