learning_curve
Golden Pleskian
So far
our Plesk experience has been nothing but rewarding and this forum has often been of great help if/when we have had issues. On our server, official "General Release" Plesk updates normally all work correctly and Non-Plesk updates (RPMs etc) using "Enable safe updates for system packages" also normally work correctly. However, Non-Plesk updates are more frequent (reaction to changes) than Plesk. So, we're busy working through how to carefully update key areas of Plesk Onyx ourselves (mainly items shown in our signature) in order to keep on top of all those 'regular challenges'. A quick look shows;
CentOS has just been upgraded;
Apache is regularly backported by RHEL (only the last two notes are shown here);
Updating sw-cp-server (Plesk) was solved by @Varrenlad primarily with THIS post in a connected thread
Updating Postfix was solved by @IgorG with THIS post in a connected thread
Next is sw-nginx
which is compiled on an old nginx release, so it's out of date and missing a few handy modules too
There's no news as to when this will be addressed by Plesk (well none that we can find anyway, at the time this thread was posted) So re-compiling sw-nginx from up-to-date sources and enabling it, is what we ourselves, need to do... Next Post
We didn't forget Dovecot, but Dovecot is not too far behind at present, so we'll cover that separately after nginx
The offical stable release is v2.2.33 (2017-10-10) and we are on v2.2.27 (2016-12-03):
CentOS has just been upgraded;
Code:
rpm --query centos-release
centos-release-7-4.1708.el7.centos.x86_64
Code:
rpm -q --changelog httpd
* Wed Oct 11 2017 CentOS Sources <[email protected]> - 2.4.6-67.el7.centos.5
- Remove index.html, add centos-noindex.tar.gz
- change vstring
- change symlink for poweredby.png
- update welcome.conf with proper aliases
* Tue Sep 19 2017 Luboš Uhliarik <[email protected]> - 2.4.6-67.5
- Resolves: #1493064 - CVE-2017-9798 httpd: Use-after-free by limiting
unregistered HTTP method
Code:
rpm -qa | grep sw-cp-server
sw-cp-server-2.6-1.x86_64
Code:
rpm -qa | grep postfix
postfix-3.2.3-1.el7.centos.x86_64
Code:
rpm -qa | grep sw-nginx
sw-nginx-1.11.10-centos7.17032813.x86_64
We didn't forget Dovecot, but Dovecot is not too far behind at present, so we'll cover that separately after nginx
The offical stable release is v2.2.33 (2017-10-10) and we are on v2.2.27 (2016-12-03):
Code:
rpm -qa | grep dovecot
plesk-dovecot-pigeonhole-0.4.16-centos7.17031614.x86_64
plesk-dovecot-core-2.2.27-centos7.17031716.x86_64
plesk-dovecot-2.2.27-centos7.17031716.x86_64
plesk-dovecot-imap-driver-17.5.3-cos7.build1705170317.16.x86_64