KUSANAGI version upgrade details 8.0.1-2
The bug fix of KUSANAGI 8.0.0 is done.
If you are currently using a previous version, please enter the following command as root user to upgrade to 8.0.1-2.
# yum update
KUSANAGI 8.0.1-1 Bug Fixes
- Apache configuration when kusanagi provision/setting specifies FQDN with www
- Kusanagi Package update issue
1. Apache configuration when kusanagi provision/setting specifies FQDN with www
If specifies www.example.com either example.com as FQDN with kusanagi provision/setting both will be set as VirtualHost, but we defined the second FQDN is not set as ServerAlias instead ServerName in Apache configuration.
In this patch, correctly set the second FQDN as ServerAlias issue has been solved in this case.
2. Kusanagi Package update issue
There was a issue that yum update freezes when updating kusanagi package. In this patch , this issue has been solved.