• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Can Apache work with PHP-FPM?

Ulugbek

New Pleskian
I am very confused. I have installed apache, plesk on my ubuntu server. As my website grow, I wanted to speed up my processes. That is why I installed Nginx web server and php-fpm support for nginx via plesk web page. I know that the website is still running on Apache. Via services, I see that "PHP-FPM support for nginx" is already running. Is this mean that my website will respond faster than before or as the server running on Apache, "PHP-FPM support for nginx" will not affect to the performance?

If there is some documentation on how to migrate from Apache to Nginx via plesk, please share.

Another question is does Apache also support PHP-FPM. If yes, how to enable this?

Any help is appreciated
 
Unfortunately nginx does not support .htaccess files and this is a feature I need. I too would very much like to be able to use PHP-FPM with Apache and not just nginx.
Is this is not possible with Plesk (12.5) right now?
 
That's great if you're on a distribution that has Apache 2.4. Unfortunately it's not available in Debian 7 which uses Apache 2.2.
 
When the Process PHP by nginx option is on, Apache does not take any part in processing the requests for PHP files. All requests for PHP files are processed by nginx using the PHP-FPM handler.
More detail you can find in Administrator's Guide - http://docs.plesk.com/en-US/12.5/administrator-guide/web-servers/apache-web-server-linux.71933/ http://docs.plesk.com/en-US/12.5/administrator-guide/web-hosting/php-management.70668/
Thank you very much for the links. I could manage to solve the problem. Now the server is running on Apache and Nginx with PHP-FPM.
 
Back
Top