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

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