• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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