• 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.

php5 as cgi and php4

S

spoelwijk

Guest
Hello,

I have an plesk 8 installation on my debian 3.1 machine. Now i have updated plesk and plesk installed php5 next to the original php4.

I want to be able to run php5 as cgi for some domains, but what is the best way to set this up?

www17:~# ls /etc/php5
cgi cli

www17:~# whereis php4
php4: /usr/bin/php4 /etc/php4 /usr/lib/php4 /usr/share/php4 /usr/share/man/man1/php4.1.gz
www17:~# whereis php5
php5: /usr/bin/php5 /etc/php5 /usr/lib/php5 /usr/share/php5 /usr/share/man/man1/php5.1.gz
 
i would also like to know strategies for using php4 / php5 or even just reverting back to php4 after the 8.1 upgrade for linux/unix
 
Back
Top