• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue with PHP-FPM for Nginx

Khorne

New Pleskian
One of my server is running CentOS 6.7 with Plesk 12.5.

For my websites, I have installed support for PHP 5.6.

So in the settings of my websites, I have selected :

"PHP version 5.6.17, run PHP as FPM application served by nginx"

But if I do a phpinfo(), it is still PHP 5.3 that is reported as the running version.

If I select PHP version 5.6.17 as FastCGI server by Apache, then phpinfo() return correctly version 5.6.17.

Does someone know how to make PHP-FPM with Nginx works?

Regards
 
I can't reproduce this issue on my test Plesk server.
Try to run at least:

# plesk bin php_handler --reread

for fixing this issue.
 
The command runned well : "The information about PHP handlers was successfully updated."

But that didn't fixed the problem. It still PHP 5.3 that is reported instard of PHP 5.6.

Is there more information I can provide you? On this server, it was first Plesk 12.0 installed then it was updated to 12.5.
 
But if I do a phpinfo(),
Do you mean that you click on link in Plesk interface? Have you tried switch php handler for this domain and check that phpinfo() is correct for other handlers?
 
I've tried both method for phpinfo() :
- The link directly in Plesk interface
- A phpinfo directly in my code

And yes I've tried other handlers and the phpinfo() is correct for them. Only PHP-FPM with Nginx don't work.
 
Back
Top