 
mod_status: status info module

Status Module.  Provide a way of getting at the internal Apache
status information without having to worry where the scoreboard is
held.
AddType application/x-httpd-status .status
You might like to do this in a .htaccess in a protected directory only

GET /.status - Returns pretty page for system admin user
GET /.status?refresh - Returns page with 1 second refresh
GET /.status?refresh=6 - Returns page with refresh every 6 seconds
GET /.status?auto - Returns page with data for automatic parsing
GET /.status?notable - Returns page with no table niceties

Mark Cox, mark ukweb.com, November 1995
 
