1.
PHP 安装:
http://jingyan.baidu.com/article/b2c186c8f16d05c46ef6ff3c.html
PHP 问题:
http://www.cnblogs.com/happyhotty/articles/2539864.html
2. Nginx(openresty)安装:
安装包:
openresty-1.11.2.1.tar.gz
openssl-1.0.1e.tar.gz
pcre-8.40.tar
zlib-1.2.11.tar
./configure --with-luajit --with-openssl=../openssl-1.0.1e
ln -s /usr/local/lib/libpcre.so. /lib64
http://www.tuicool.com/articles/636nemZ
问题:
http://blog.csdn.net/orangleliu/article/details/41654445