Zed Series Release Notes¶
21.0.0¶
New Features¶
The
watcher::wsgi::apache
class now supports customizing request/response headers added by apache.
Added parameters for advanced configuration of httpd access and error log destinations including piped logging and syslog (see mod_syslog). Note that mod_syslog requires Apache2 >= 2.5.0.
Upgrade Notes¶
The following parameters of the
watcher::api
class have been removed.watcher_api_port
watcher_api_max_limit
watcher_api_bind_host
watcher_api_workers
watcher_api_enable_ssl_api
The deprecated
watcher::api::watcher_clinet_*
parameters have been removed.
Default value of the
watcher::api::bind_host
parameter has been changed from0.0.0.0
to the service default(127.0.0.1
). The parameter should be configured propelry during upgrade.
Default value of the
watcher::wsgi::apache::ssl
parameter has been changed fromtrue
tofalse
and now ssl is disabled by default.
CentOS 8 Stream is no longer supported by this module.
Bug Fixes¶
Validation of the deprecated
watcher::api::watcher_client_password
parameter has been removed and the parameter is no longer required.