{"id":21,"date":"2020-10-21T17:58:29","date_gmt":"2020-10-21T09:58:29","guid":{"rendered":"https:\/\/www.92k.xin\/?p=21"},"modified":"2020-11-10T10:34:47","modified_gmt":"2020-11-10T02:34:47","slug":"nginx-%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/www.92k.xin\/?p=21","title":{"rendered":"Nginx 1.18.0 \u5b89\u88c5\u811a\u672c"},"content":{"rendered":"\n
\u8be5\u5b89\u88c5\u811a\u672c\u4e3aNginx\u6700\u65b0\u7a33\u5b9a\u7248\u672c(1.18.0)\u7684\u901a\u7528\u811a\u672c\uff0c
\u5728\u6d4b\u8bd5\u673a\u4e0a\u9762(CentOS7\u6700\u5c0f \u7eaf\u51c0\u7248\u672c)\u5df2\u7ecf\u901a\u8fc7\u6d4b\u8bd5\u3002<\/p>\n\n\n\n
\u5b89\u88c5\u811a\u672c\u5982\u4e0b\uff1a<\/p>\n\n\n\n
yum install -y gcc gcc-c++ wget perl\nmkdir \/web\/soft\/ -p\ncd \/web\/soft\/\nwget http:\/\/nginx.org\/download\/nginx-1.18.0.tar.gz\nwget https:\/\/ftp.pcre.org\/pub\/pcre\/pcre-8.44.tar.gz\nwget http:\/\/www.zlib.net\/zlib-1.2.11.tar.gz\nwget https:\/\/www.openssl.org\/source\/openssl-1.1.1h.tar.gz\ntar -zxf nginx-1.18.0.tar.gz\ntar -zxf pcre-8.44.tar.gz\ntar -zxf zlib-1.2.11.tar.gz\ntar -zxf openssl-1.1.1h.tar.gz\ncd nginx-1.18.0\n.\/configure \\\n--prefix=\/web\/nginx \\\n--with-http_ssl_module \\\n--with-http_v2_module \\\n--with-http_realip_module \\\n--with-http_addition_module \\\n--with-http_sub_module \\\n--with-http_dav_module \\\n--with-http_flv_module \\\n--with-http_mp4_module \\\n--with-http_gunzip_module \\\n--with-http_gzip_static_module \\\n--with-http_auth_request_module \\\n--with-http_random_index_module \\\n--with-http_secure_link_module \\\n--with-http_degradation_module \\\n--with-http_slice_module \\\n--with-http_stub_status_module \\\n--with-stream \\\n--with-stream_ssl_module \\\n--with-stream_ssl_preread_module \\\n--with-pcre=..\/pcre-8.44\/ \\\n--with-zlib=..\/zlib-1.2.11\/ \\\n--with-openssl=..\/openssl-1.1.1h\/\nmake\nmake install\nrm \/web\/nginx\/conf\/*.default -rf<\/code><\/pre>\n\n\n\n\u901a\u7528\u66f4\u65b0\uff0c\u53ea\u9700\u8981\u66f4\u65b0\u5bf9\u5e94\u7684\u8f6f\u4ef6\u5305\uff0c\u89e3\u538b\u8f6f\u4ef6\u5305 \u548c \u7f16\u8bd1\u53c2\u6570\u4e2d\u5bf9\u5e94\u7684\u8def\u5f84\u3002<\/p>\n\n\n\n
\u5982\u679c\u957f\u671f\u4e0d\u66f4\u65b0\uff0c\u5fd8\u8bb0\u53c2\u6570\u4e86\uff0c\u53ef\u4ee5\u901a\u8fc7 \/web\/nginx\/sbin\/nginx -V \u6765\u67e5\u770b\u3002<\/p>\n\n\n\n