• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

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