甜美大树

文章
3
资源
0
加入时间
3年0月21天

redhat7.2源码安装Nginx(pcre、zlib、openssl及升级其版本)

操作系统环境版本redhat-release 7.2编译环境准备:安装make#yum -y install gcc automake autoconf libtool make安装g++#yum install gcc gcc-c++ -y需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩相关版本使用如下:pcre-8.43.tar.gzzlib-1...