Comments on Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.4
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.4 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support.
2 Comment(s)
Comments
This article is out of date as php-fpm is available from the CentOS repositories for 6.4 having installed it myself on several severs when it came out. I had been using spawn-fcgi and always knew the benefits of PHP-FPM. However EPEL and Remi are still useful repositories which I trust (although I still use yum priorities as a safety net).
There is no need to use the Remi repository anymore. Since 6.4, RHEL (and so CentOS) has included php-fpm in their php builds.