Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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?
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
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