ISPConfig 3.1.12 Released

What’s new in ISPConfig 3.1.12

This ISPConfig Release adds support for Ubuntu 18.04 LTS, new log configuration and management functions have been added to comply with GDPR in Europe and several bugs have been fixed. For details, please see the changelog.

New Log Management functions

To make it easier for system administrators to comply to the upcoming GDPR in Europe, we added several functions that allows it to configure log rotation and IP anonymization in website logs.

  • A log retention option has been added to System > Server config which allows it to configure how long the following ISPConfig log files are kept: ispconfig.log, cron.log, and auth.log. This setting is also used as default log retention time for website logs of newly added sites. The value can be overridden for each site on the options tab of the website settings.
  • A new setting under System > Server config > web allows it to turn off website logging and to turn on IP address anonymization for website access logs. IP anonymization will work for apache website error logs as well. The error.log on nginx servers cannot be anonymized.
  • The website log retention option is effective for access and error log file of the websites with apache and nginx.

Download

The software can be downloaded here:

http://www.ispconfig.org/downloads/ISPConfig-3.1.12.tar.gz

Changelog

https://git.ispconfig.org/ispconfig/ispconfig3/milestones/63

Known Issues

Please take a look at the bug tracker:

https://git.ispconfig.org/ispconfig/ispconfig3/issues

BUG Reporting

Please report bugs to the ISPConfig bug tracking system:

https://git.ispconfig.org/ispconfig/ispconfig3/issues

Supported Linux Distributions

– Debian Etch (4.0) – Stretch (9.0) and Debian testing
– Ubuntu 7.10 – 18.04
– OpenSuSE 11 – 13.2
– CentOS 5.2 – 7
– Fedora 9 – 15

Installation

The installation instructions for ISPConfig can be found here:

http://www.ispconfig.org/ispconfig-3/documentation/

Update

To update existing ISPConfig 3 installations, run these commands in the shell:

cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3.1.12.tar.gz
tar xvfz ISPConfig-3.1.12.tar.gz
cd ispconfig3_install/install
php -q update.php