• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • 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.
  • The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.

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