Bug 58720

Summary: querying server status stalls when scoreboard is full
Product: Apache httpd-2 Reporter: Andreas Elvers <andreas.bz.apache.org>
Component: mod_statusAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement CC: archon810
Priority: P2    
Version: 2.4.17   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Andreas Elvers 2015-12-11 13:48:57 UTC
In case of a full scoreboard it is not possible to retrieve the server status, since the request will stall. There is no other way to retrieve the server-status on a reserved port, or via other means.
Comment 1 Eric Covener 2015-12-11 13:52:42 UTC
Reclassifying as an enhancement, if the server's too busy it's too busy.
Comment 2 Rainer Jung 2015-12-11 18:27:41 UTC
Have a look at Jeff's mod_backdoor. Don't know how well it works with 2.4 but give it a try:

http://people.apache.org/~trawick/

(look for "mod_backdoor" which will find you the source and a txt file serving as a README).
Comment 3 Artem Russakovskii 2020-01-17 17:39:08 UTC
Would also like to see this implemented. 1 (or configurable N) reserved thread(s) for mod_status would be extremely lightweight and helpful when the server is otherwise very busy, because the very thing you're trying to do at that moment is figure out what's hogging all the connections, but can't.