Since PHP 5.3.3, the PHP-FPM engine is bundled. The php-fpm package is available in remi repository and will be soon in rawhide.
This entry show how to use it with the nginx web server.
My goal is to install a working web server, for local and packaged (RPM) applications, I will use phpMyAdmin as an example. 1. Installation : yum --enablerepo=remi install php-fpm nginx phpMyAdminThis command will also install the apache web server, listening on port 80. I will not use it, but I will configure nginx to listen on port 82. 2.... Lire PHP-FPM and NGINX