• 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

Second version of PHP not showing in panel

Status
Not open for further replies.

extrim25

New Pleskian
Used this guide - http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=72042.htm while trying to add new version of PHP (5.3.28). All completed successfully, but in the hosting settings of domain still showing only 1 version of PHP (5.4).

Used this command: /usr/local/psa/bin/php_handler --add -displayname 5.3.28 -path /usr/local/php-5.3.28-cgi/bin/php-cgi -phpini /usr/local/lib/php.ini -type fastcgi.
OS: Debian 7.3, Plesk: 11.5.30.

Thanks in advance.
 
And what is output of

# /usr/local/psa/bin/php_handler --list

command? Have you tried to run

# /usr/local/psa/bin/php_handler --reread
 
/usr/local/psa/bin/php_handler --list
id: display name: full version: version: type: cgi-bin: php.ini: custom:
module 5.4.4 5.4.4 5.4 module /usr/bin/php5-cgi /etc/php5/cgi/php.ini false
fastcgi 5.4.4 5.4.4 5.4 fastcgi /usr/bin/php5-cgi /etc/php5/cgi/php.ini false
cgi 5.4.4 5.4.4 5.4 cgi /usr/bin/php5-cgi /etc/php5/cgi/php.ini false
7b5671c2bbd506c87304fe556ef08340b5eb655b 5.3.28 5.3.28 5.3 fastcgi /usr/local/php-5.3.28-cgi/bin/php-cgi /usr/local/lib/php.ini true
5.3.28-custom 5.3.28 5.3.28 5.3 fastcgi /usr/local/php-5.3.28-cgi/bin/php-cgi /usr/local/lib/php.ini true

/usr/local/psa/bin/php_handler --reread
The information about PHP handlers was successfully updated.

Still the same.
 
Do you have this custom PHP in service plan settings?
 
Do you have access to Plesk Administartor interface?
Have you tried to create new Service Plan and select necessary version of PHP in Hosting settings of this Service Plan?
 
Status
Not open for further replies.
Back
Top