必须卸载系统中以前安装的Apache
# yum remove httpd* php*
# yum install yum-priorities -y
# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
安装Nginx
# yum install nginx
安装PHP-FPM
# yum --enablerepo=remi install php php-fpm