• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Plesk 2.5 PHP-FPM

UweP

Regular Pleskian
I have Plesk 2.5 and installed all available php versions. With the latest 5.6.14 i have enabled php-fpm in the php settings. now when i go to my domain and try to switch to php-fpm it's not listed - only fcgi. Can you help me?

Thank you, freaky.
 
Hi @UweP!

Several questions to clarify your case:
1. I suppose you have the following permissions for your subscription:
Hosting settings management = On
Setup of potentially insecure web scripting options that override provider's policy = Off

Am I right?

2.
With the latest 5.6.14 i have enabled php-fpm in the php settings
Where did you enabled it? In service plan or subscription settings? Or somewhere else?

3. Could you please post here the content of /usr/local/psa/admin/conf/site_isolation_settings.ini
 
1. yes ure right.
2. in php settings in tools & settings. in services plans.
3. here comes to content:

;;;
;;; An option value can be one of the following:
;;; * "on", "off" for scripting options
;;; * a string for the "php_handler_type" and the "shell" options:
;;; * for "php_handler_type": "module", "fastcgi", "cgi"
;;; * for "shell": see /etc/shells
;;; * "any" for any option; "any" means that an option value is not restricted
;;;
;;; There are several cases of values dependency:
;;; * if "php" is set to "off", php_handler_type SHOULD be set to "any"
;;; * if "fastcgi" is set to "off", php_handler_type SHOULD NOT be set to "fastcgi"
;;; * if "php" is set to "off", php_safe_mode SHOULD be set to "any"


;; The section describes allowed hosting options
[hosting]
;php = any
;php_handler_type = fastcgi
;python = off
;perl = off
;fastcgi = any
;miva = off
;ssi = any
;ssl = on
;shell = /opt/psa/bin/chrootsh
;asp = any
;php_safe_mode = on
;coldfusion = off
 
Back
Top