• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

plesk upgrade to original my compiled version php/httpd

wduric

New Pleskian
Dears,

I have experimented a strange behaviour on plesk linux 12.0.18 Update #33

Basically:
1. I have recompiled Apache with more file descriptors
2. Several days later watchdog did not work properly. Support requested me to remove and install wd
3. I ran the autoinstaller. All my compiled version where replaced.

Watchdog is ok now, but I have to recompile Apache.

I have been searching on forum and kb but could not find any reoccurance.

Question : Is there a way to avoid this ?

Compilation performed based on article
http://download1.parallels.com/Ples...nistration-guide/index.htm?fileName=68766.htm

after having executed /usr/local/psa/admin/bin/autoinstaller --debug

[root@ns7 scripts]# rpm -qa --last | grep "Sat 21 Feb 2015"
psa-watchdog-12.0.18-cos6.build1200140707.14.x86_64 Sat 21 Feb 2015 01:12:58 PM CET
php-tidy-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-soap-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-pspell-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-process-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-ldap-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-intl-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-gd-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-bcmath-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
php-xmlrpc-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:05 PM CET
php-fpm-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:05 PM CET
php-embedded-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:05 PM CET
php-dba-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:05 PM CET
php-zts-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-xml-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-recode-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-pgsql-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-odbc-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-mysql-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-mbstring-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-imap-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-enchant-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-devel-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
mod_ssl-2.2.15-39.el6.centos.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
httpd-manual-2.2.15-39.el6.centos.noarch Sat 21 Feb 2015 01:10:04 PM CET
httpd-devel-2.2.15-39.el6.centos.x86_64 Sat 21 Feb 2015 01:10:04 PM CET
php-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:03 PM CET
php-pdo-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:01 PM CET
php-common-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:01 PM CET
php-cli-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:01 PM CET
httpd-tools-2.2.15-39.el6.centos.x86_64 Sat 21 Feb 2015 01:10:01 PM CET
httpd-2.2.15-39.el6.centos.x86_64 Sat 21 Feb 2015 01:10:01 PM CET
 
As you can see, httpd package is OS vendor's package, but not Parallels:

[root@ppu12-0 ~]# rpm -qi httpd | grep Vendor
Version : 2.2.15 Vendor: CentOS
[root@ppu12-0 ~]# rpm -qi httpd | grep Packager
Packager : CentOS BuildSystem <http://bugs.centos.org>

So, it can be updated by OS autoupdate process, not connected to Plesk.
 
Back
Top