linux 安装nginx,php+php-fpm

nginx

http://www.runoob.com/linux/nginx-install-setup.html

 

php

wget  php链接

tar 解压

./configure --prefix=/usr/local/php5 --with-config-file-path=/usr/local/php5/etc --enable-fpm

make出现错误,解决办法

https://blog.csdn.net/dexter_wang/article/details/61616154

nginx和php链接

http://www.cnblogs.com/freeweb/p/5425554.html

 

posted @ 2018-09-04 11:39  星云惊蛰  阅读(106)  评论(0)    收藏  举报