KUSANAGI 9 update 9.6.8-1

KUSANAGI 9 update has been released.

Added --showpath option to kusanagi nginx/httpd/php command to show the full path of the command.

Modified kusanagi ratelimit command to perform a check of the configuration file before reloading.

NGINX 1.24/1.25 are no longer supported.

- Obsoleted --nginx124 and --nginx125 in kuasanagi init command.
- Obsoleted --use nginx124 and --use nginx125 in kusanagi nginx command.

If you are using NGINX 1.24/1.25, please use the following command to migrate to NGINX 1.26/1.27.

# kusanagi nginx --use nginx126
or
# kusanagi nginx --use nginx127

PHP 8.0 is no longer supported.

- Obsoleted --php80 in kusanagi init command.
- Obsoleted --use php80 in kusanagi php command.

If you are using PHP 8.0, please use the following command to migrate to PHP 8.1 or later.

# kusanagi php --use php81
or
# kusanagi nginx --use php82
or
# kusanagi nginx --use php83
or
# kusanagi nginx --use php84

You can apply the module update with the following command:

# dnf upgrade

The specification for Nginx has been changed since KUSANAGI 9.5.0 release.
For details, please refer to Changes in KUSANAGI 9.5.0 .