Fork me on GitHub

Centos7.x 安装php-fpm5.6 + nginx

原创文章,未经允许,请勿转载

#安装php-fpm 5.6(包括mysql、redis、opcache等常用扩展)
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php56w-fpm php56w-devel php56w-mysqlnd php56w-pecl-redis php56w-gd php56w-opcache php56w-mbstring php56w-common php56w-mcrypt -y
#安装nginx
yum install nginx -y

运行php-fpm service php-fpm restart

运行nginx service nginx restart

来源:悠游悠游,2017-05-29,原文地址:https://yymmss.com/p/install-php-fpm.html