• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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