• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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