Installing PHP-FPM on CentOS linux
Add remi repository for PHP Remi Dependency on CentOS 6 and Red Hat (RHEL) 6 # sudo rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm CentOS 6 and Red Hat (RHEL) 6 # sudo rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm Install php-fpm and dependencies sudo yum install php-fpm Server should respond with ==================================================================================== Package Arch Version Repository Size ==================================================================================== Installing: php-fpm x86_64 …