• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

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