12 2013 档案
nginx1.4.4+php5.5.6(fpm)安装
摘要:1、nginx安装需要先安装pcre、zlib、openssl./configure --sbin-path=/usr/local/nginx/nginx \--conf-path=/usr/local/nginx/nginx.conf \--pid-path=/usr/local/nginx/nginx.pid \--with-http_ssl_module \--with-pcre=/usr/local/src/pcre-8.21 \--with-zlib=/usr/local/src/zlib-1.2.8 \--with-openssl=/usr/local/src/openssl-1. 阅读全文
posted @ 2013-12-02 15:03 heters 阅读(355) 评论(0) 推荐(0)