Zed Series Release Notes¶
21.0.0¶
New Features¶
The
watcher::wsgi::apacheclass 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::apiclass have been removed.watcher_api_portwatcher_api_max_limitwatcher_api_bind_hostwatcher_api_workerswatcher_api_enable_ssl_api
The deprecated
watcher::api::watcher_clinet_*parameters have been removed.
Default value of the
watcher::api::bind_hostparameter has been changed from0.0.0.0to the service default(127.0.0.1). The parameter should be configured propelry during upgrade.
Default value of the
watcher::wsgi::apache::sslparameter has been changed fromtruetofalseand 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_passwordparameter has been removed and the parameter is no longer required.