Configure > Status Directives
The status handler exposes the current states of the HTTP server. This document describes the configuration directives of the handler.
since v2.0
"status"
- Description:
-
If the argument is
ON, the directive registers the status handler to the current path.Access to the handler should be restricted, considering the fact that the status includes the details of in-flight HTTP requests. The example below uses Basic authentication.
Example. Exposing status with Basic authenticationpaths: /server-status: mruby.handler: | require "htpasswd.rb" Htpasswd.new("/path/to/.htpasswd", "status") status: ON - Level:
- path