• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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