• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Why is Plesk 12 still using Apache 2.2.15

GlennT

Basic Pleskian
Apache 2.2.15 This is an older version and has vulnerabilities but is still being installed with Plesk 12.

Centos 6 doesn't offer later versions of Apache so perhaps this is something Plesk should upgrade via the updater.

Any thoughts on this?

Thanks
G
 
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). If your OS comes with Apache 2.2.15, then Plesk would run Apache 2.2.15 for clients.
On my test Plesk server:

[root@ppu12-0 ~]# rpm -qi httpd
Name : httpd Relocations: (not relocatable)
Version : 2.2.15 Vendor: CentOS
Release : 39.el6.centos Build Date: Thu 16 Oct 2014 09:47:00 PM NOVT
Install Date: Mon 19 Jan 2015 03:38:15 PM NOVT Build Host: c6b9.bsys.dev.centos.org
Group : System Environment/Daemons Source RPM: httpd-2.2.15-39.el6.centos.src.rpm
Size : 2910986 License: ASL 2.0
Signature : (none)
Packager : CentOS BuildSystem <http://bugs.centos.org>
URL : http://httpd.apache.org/
Summary : Apache HTTP Server
Description :
The Apache HTTP Server is a powerful, efficient, and extensible web server.
 
Apache 2.2.15 This is an older version and has vulnerabilities but is still being installed with Plesk 12.
Centos 6 doesn't offer later versions of Apache so ...
Given that Apache is shipped by CentOS, it might mean that's time to go for CentOS 7
 
Also note that CentOS applies security patches for their supported versions. The installed version would be 2.2.15-39.el6 and not just 2.2.15
 
Back
Top