lnmp搭建
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lnmp搭建相关的知识,希望对你有一定的参考价值。
解压pcre压缩包
编译
生成
安装
解压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地址
以上是关于lnmp搭建的主要内容,如果未能解决你的问题,请参考以下文章