• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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