• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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