apache2modstatus

March 17, 2026 ยท View on GitHub

Back to resource list

Manages the Apache mod_status configuration file.

Actions

ActionDescription
:createCreate the configuration.

Properties

NameTypeDefaultDescription
locationString'/server-status'URL path for the server status page.
status_allow_listString, Array['127.0.0.1', '::1']IP addresses allowed to access the status page.
extended_statusString'On'ExtendedStatus directive.
proxy_statusString'Off'ProxyStatus directive.

Examples

apache2_mod_status '' do
  status_allow_list %w(127.0.0.1 ::1 10.0.0.0/8)
end