KUSANAGI Module Update
KUSANAGI modules have been updated.
The updated modules are as follows:
nginx | 1.25.4-1 | This update includes support for vulnerability(CVE-2024-24989,CVE-2024-24990). |
---|
Ruby on Rails and Shibboleth is not supported on nginx 1.23 or later.
Since nginx 1.25.1, the specification of the configuration file has changed.
Therefore, warning messages will be displayed when starting nginx.
To suppress the warning messages, change the lines described below in all files in /etc/nginx/conf.d/*_ssl.conf from
listen 443 ssl http2;
to
listen 443 ssl; http2 on;
Or with KUSANAGI 8.7.11 or later, execute the following command:
# kusanagi nginx --update-conf
The module update can be applied with the following command:
# yum update --enablerepo=remi,remi-php56
If you are using nginx, please reboot with the following command:
# kusanagi nginx