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

centos 5.6 + plesk 10.2 httpd package version

argonius

Basic Pleskian
hi,

i've seen that on centos 5.6 and plesk 10.2 the httpd package version is 2.2.12
if i try to update it to httpd-2.2.17 (utterramblings repo) yum tells me,
httpd-2.2.12 is up to date, but the repo holds the 2.2.17???
is there anything broken in the httpd-package??

i've looked on a centos 5.5 with plesk 9.5.x and found
rpm -qa httpd ---> httpd-2.2.17.json.1 (utterrramblings)

i think there is something broken with the actual httpd packages (mayber version information oder something)

any help would be fine.

thx
patrick
 
additional info

rpm -Uhv httpd-2.2.17-jason.1.x86_64.rpm
warning: httpd-2.2.17-jason.1.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 0d4306ef
Preparing... ########################################### [100%]
package httpd-2.2.12-11031815.x86_64 (which is newer than httpd-2.2.17-jason.1.x86_64) is already installed


that's NOT true! :(

maybe it has something to do with apache SNI support in plesk 10?

greetz
patrick
 
Right. For SNI support for CentOS5 custom Apache, PHP 5.3 and OpenSSL are shipped. Therefore you shouldn't update it not from Parallels repository.

# rpm -qi httpd | grep Vendor
Version : 2.2.12 Vendor: Parallels

# cat /etc/redhat-release
CentOS release 5.6 (Final)

# /usr/sbin/httpd -v
Server version: Apache/2.2.12 (Unix)
Server built: Mar 18 2011 15:34:08
 
Last edited:
Back
Top