In the next days your KeyHelp server will be equipped with the latest version of our administration panel.
This version offers among others the following new options:
Furthermore, bug fixes and enhancements were implemented, for example including:
An overview of all changes can be found here https://www.keyhelp.de/changelog.
With this version, unfortunately the support of KeyHelp for Ubuntu 16.04 will be stopped for the moment.
The Ubuntu development team decided for the current PHP7 version, shortly before the release of the final Ubuntu 16.04 edition. Although PHP7 is fully supported by KeyHelp, the third-party source code encryption software ionCube is not. This software, however, is mandatory for the operation of KeyHelp.
According to the ionCube development team we can expect a compatible version in the next 6 months.
The folder structure within the folder "/etc/apache2" changes with this update.
All KeyHelp relevant data are now in the subfolder "/etc/apache2/keyhelp/".
The KeyHelp update routine takes care of a smooth relocation of your files, even if they were protected with chattr + i.
# user vhosts
Include keyhelp/vhosts/*.conf
The following instructions are only relevant if you have protected your configuration files with "chattr +i". Otherwise, the changes are automatically performed by the KeyHelp update routine.
Open the file "/etc/apache/keyhelp/keyhelp.conf" and find the following line:
For Apache version 2.2 [Ubtuntu 12.04]
# user vhosts
Include keyhelp/vhosts/*.conf
For Apache version 2.4 [Ubtuntu 14.04 / Debian8]
# user vhosts
IncludeOptional keyhelp/vhosts/*.conf
For both versions of Apache, the same applies, add directly below the following code
# webmail subdomain
Include keyhelp/webmail.conf
Then reload the Apache configuration with the command:
service apache2 reload