• 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.

PHP-FPM installed but not showing anywhere in control panel

Phil Wareham

New Pleskian
I've installed PHP-FPM into Plesk 12 and it is showing as a running service. However I can't find any way of enabling it per site at all. I'm still just getting the 3 standard PHP options:

Apache module
CGI application
FastCGI application

The help documentation states the option would be available on a per-site basis but it isn't. Any idea how to solve this?
 
Hi Phil Wareham,

please keep in mind, that if you use the webserver - setting "Process PHP by nginx", then PHP5-FPM from your system-wide PHP installation will be used - you can't change the PHP - version in this case.

Websites and Domains > Web Server Settings > and disable "Process PHP by nginx"

... if you would like to have the choice to choose other installed PHP - versions for your domain.
 
Thanks but I can't see the 'Process PHP by nginx' setting in web server settings either, so that doesn't help me out.

I have these components installed, and php-fpm is running OK in the services page...

nginx 1.6.0-1.14060611.centos5
php 5.4.39-45.el5.art
php-fpm 5.4.39-45.el5.art
 
Ah, the Reverse Proxy Server (nginx) service was not running, enabled that now and I can see the various nginx options.
 
Back
Top