apache2modproxy_balancer

March 17, 2026 ยท View on GitHub

Back to resource list

Manages the Apache mod_proxy_balancer configuration file.

Actions

ActionDescription
:createCreate the configuration.

Properties

NameTypeDefaultDescription
status_locationString'/balancer-manager'URL path for the balancer manager status page.
set_handlerString'balancer-manager'Handler for the balancer manager location.
requireString'all denied'Access control for the balancer manager location.

Examples

apache2_mod_proxy_balancer '' do
  require 'ip 127.0.0.1'
end