• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Updating-apache-from-2-2-15-to-2-2-26

Are you sure that latest version of 2.2.x version is available in your yum repositories?
 
No, it most probably is not. At least I did not add one. rkhunter sent me a warning about the old version of apache. I figured that Plesk would somehow keep Apache up-to-date.
 
Plesk doesn't ship Apache, it only downloads it from original OS vendor repo and it is quite likely it may be outdated there (especially for older OS). For example:

# plesk version
Product version: 12.0.18 Update #18
Update date: 2014/09/30 05:29
Build date: 2014/08/21 14:00
Build target: CentOS 6
Revision: 333059
Architecture: 32-bit
Wrapper version: 1.1

# rpm -qi httpd | grep Vendor
Version : 2.2.15 Vendor: CentOS

# rpm -qi httpd | grep Packager
Packager : CentOS BuildSystem <http://bugs.centos.org>
 
Back
Top