• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

PHP4 and PHP5 with Plesk 8.0.1 + CentOS 4.3

S

Santi

Guest
Hello,

I need to install PHP5 in a server running CentOS 4.3 and Plesk 8.0.1, running in parallel with PHP4.

PHP4 scripts will be procesed by default, and PHP5 script only when file extension is ".php5":

Code:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

What's the correct way to make this, is there any RPM and howto avaliable?

I'm thinking to install directly from PHP source code tarballs because I'm afraid to use RPMs that overwrites PHP4 installation ;-(

That is the server configuration:

Code:
php-4.3.9-3.15
php-mbstring-4.3.9-3.15
php-pear-4.3.9-3.15
php-imap-4.3.9-3.15
php-gd-4.3.9-3.15
php-domxml-4.3.9-3.15
php-mysql-4.3.9-3.15
psa-php4-configurator-1.0.0-centos4.2.build80060613.20
mysql-4.1.20-1.RHEL4.1
mysql-server-4.1.20-1.RHEL4.1
php-mysql-4.3.9-3.15
httpd-suexec-2.0.52-22.ent.centos4
httpd-2.0.52-22.ent.centos4

Regards,
 
Back
Top