Manages the Apache mod_proxy_balancer configuration file.
| Action | Description |
|---|---|
| :create | Create the configuration. |
| Name | Type | Default | Description |
|---|---|---|---|
| status_location | String | '/balancer-manager' |
URL path for the balancer manager status page. |
| set_handler | String | 'balancer-manager' |
Handler for the balancer manager location. |
| require | String | 'all denied' |
Access control for the balancer manager location. |
apache2_mod_proxy_balancer '' do
require 'ip 127.0.0.1'
end