Zed Series Release Notes¶
8.0.0¶
New Features¶
The
placement::wsgi::apacheclass now supports customizing request/response headers added by apache.
The
placement::wsgi::apacheclass now supports customizing wsgi process options, by the newcustom_wsgi_process_optionsparameter.
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¶
Default value of the
placement::wsgi::apache::sslparameter has been changed fromtruetofalseand now ssl is disabled by default.
CentOS 8 Stream is no longer supported by this module.
The
hostparameter and theportparameter were removed from theplacement::apiclass. These two parameters were deprecated and had no effect.
The
placement::wsgi::apache::ensure_packageparameter has been removed.
Deprecation Notes¶
The
placement::wsgi::apache::api_portparameter has been deprecated. Use theportparameter instead.