Apache HTTP server can have mod_status enabled and can
Apache HTTP server can have mod_status enabled and can display some server status via HTTP/HTML. However, the page sent to browser is a bit raw, completely unstyled, and hard to read. This script tries to make that page much prettier and more readable. It has been tested with Apache versions 2.0.55 until 2.2.21 and should work on most versions, unless the generated HTML changes, which will gradually degrade the script.
Sample page: https://www.apache.org/server-status
History/Changelog: