lnmp搭建
时间:2018-09-18 22:32:25
收藏:0
阅读:204
解压pcre压缩包

编译

生成

安装

解压openssl压缩包

编译

编译

生成

安装

解压openssl压缩包

编译
解压zlib
编译
生成
安装
解压nginx
编译
/configure --prefix=/usr/local/nginx --without-http_memcached_module --user=www --group=www --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-openssl=/usr/local/src/openssl-1.0.1h --with-zlib=/usr/local/src/zlib-1.2.8 --with-pcre=/usr/local/src/pcre-8.35
生成
安装
编译脚本文件
vim /etc/rc.d/init.d/nginx
重启Nginx服务,用chkconfig命令添加到开机启动项
访问ip地址
原文:http://blog.51cto.com/13956368/2176873
评论(0)