标签:官网 文件 pcre oca path bsp 安装 pcr ssl
在centos7.0下安装nginx需要安装 prce和zlib包去官网下载相应的包
然后解压相应的包进行编译 解压nginx源码包进入到解压文件
./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/pcre-8.0.0
--with-zlib=/usr/local/zlib-1.2.11
标签:官网 文件 pcre oca path bsp 安装 pcr ssl
原文地址:http://www.cnblogs.com/paulversion/p/7072108.html