skip to Main Content

I have an ubuntu 14.04 server with plesk 12 I know with previous versions of plesk that you could select php4 for a domain is this still the case?

How would I make php4 available to select for a domain?

2

Answers


  1. Yes, you can use ‘multiple PHP’ Plesk feature. You can use official method from Plesk documentation or third-party Panda PHP from Atomic.

    Login or Signup to reply.
  2. Yes it’s possible to run php4 as CGI or Fast CGI. (See official documentation for instructions)

    This is a detailed description how to compile and install PHP 4.4.9 on Debian Wheezy: How to use PHP 4.4.9 with Apache and ISPConfig 3 Then register the new version in Plesk to make it available in “Hosting Settings”:

    /usr/local/psa/bin/php_handler --add -displayname 4.4.9-custom -path /opt/phpfcgi-4.4.9/bin/php -phpini /opt/phpfcgi-4.4.9/lib/php.ini -type fastcgi -id 449
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search