• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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