=== Cli ===
<source lang='bash'>
# Using wget isn't advised because you'll get html output . However, if you simply append the ?auto querystring, you'll get machine readable output.
wget http://localhost/server-status -O -
curl localhost/server-status?auto
# Ubuntu
apache2ctl fullstatus