• 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 ?

SuperElf

New Pleskian
Hi,

I often see lots of errors in my log that look something like this:

Hostname www.MyDomain.com provided via SNI and hostname www.mydomain.com provided via HTTP are different.

I understand that this specific error has been fixed in apache 2.2.26. See here: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup&pathrev=1515565.

I am using Plesk Panel for Linux version 11.5.30 update #31.

Is there a safe way to update apache from 2.2.15 to 2.2.26 so that I can get rid of these errors?

Thanks!
-Nick
 
As you can see vendor of httpd package is CentOS:

# rpm -qi httpd
Name : httpd Relocations: (not relocatable)
Version : 2.2.15 Vendor: CentOS
Release : 29.el6.centos Build Date: Wed 14 Aug 2013 12:28:20 AM NOVT

Therefore I think you can try to update it from one of Centos repositories. But note, that consequences are unpredictable.
 
Back
Top