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

Using PHP4 and PHP5 in Plesk 8.1

F

>fm_

Guest
Hi there,

is it possible to user PHP4 and PHP5 in any Linux Distribution together with Plesk 8.1 like in Plesk 8.1 for Windows where you can choose the PHP-Version which the User of a Domain wanted to use for there hosting?

Greetz,
fm_
 
Yes, but you have to choose which one has to be running as apache module. Both PHP4 and PHP5 configured as apxs2 module won't work.

We usally use PHP5 as module and PHP4 compiled from vanilla source into a separate path (i.e: /usr/local/php4) and configure virtual host to use the CGI interpreter for a particular file extension (i.e: php4).

Hope this will be useful
 
Back
Top