Victoria Series Release Notes¶
17.4.0-5¶
New Features¶
Support was added to set the SECURE_PROXY_ADDR_HEADER option. If horizon is behind a proxy server and the proxy is configured, the IP address from request is passed using header variables inside the request. This setting specifies the name of the header with remote IP address.
Added the ssl_verify_client parameter to init class and horizon::wsgi::apache that is passed down to the created apache::vhost resource.
Upgrade Notes¶
The puppetlabs-apache module 2.1.0 introduced a change where ssl_verify_client is required otherwise the SSL CA certificate passed to the horizon module using the horizon_ca parameter is ignored.
17.1.0¶
New Features¶
The new
horizon::log_handlers
parameter was added to specify multiple log handlers.
Upgrade Notes¶
This module now requires a puppetlabs-apache version >= 5.0.0
Deprecation Notes¶
The
horizon::log_handler
parameter has been deprecated in favor of thehorizon::log_handlers
parameter and will be removed in a future release.