找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 9058|回复: 0

nginx-1.17.7-ngx_http_substitutions_filter(关键字替换)编译安装

[复制链接]
发表于 2020-1-17 14:11:05 | 显示全部楼层 |阅读模式
下载需要组件: `9 q. |; j6 P8 A3 H+ V* B
wget http://nginx.org/download/nginx-1.17.7.tar.gz
/ O1 |' A) ?- Ltar xvzf nginx-1.17.7.tar.gz4 n% f- J* @/ l) S' j9 i2 }7 N
: \5 E! X/ X+ o: Y$ N7 g) M$ \3 H- S
wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
+ L- j6 _+ j  ^0 |! x' E9 C, rtar xvzf openssl-1.1.1d.tar.gz
# S' h: U( h( l3 U% A8 F. U. }3 d
' }2 I- v" r5 f; awget https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz1 |1 p) ^& h6 b; _% b* ^
tar xvzf pcre-8.43.tar.gz5 ^9 ~& X' h5 F: T' h: e7 u

# _5 g$ X* J# N6 Rwget https://github.com/yaoweibin/ngx ... /archive/master.zip -O ngx_http_substitutions_filter.zip  ^, F1 U6 m. }) ^) u  G* [
unzip ngx_http_substitutions_filter.zip
; g- w+ Z0 F& m9 U. k/ x8 Y/ {
1 l0 D" b- n% vcd nginx-1.17.7
- o+ I3 @* f" u6 r3 g5 q* g
$ T6 ?% Z& O+ j) T( w& q5 R$ `; p+ C
配置文件
4 J+ \" L2 T0 Z! J8 ~8 ^
[Shell] 纯文本查看 复制代码
./configure \
--user=www \
--group=www \
--prefix=/www/webserver/nginx-1.17.7 \
--sbin-path=/www/webserver/nginx-1.17.7/sbin/nginx \
--pid-path=/www/webserver/nginx-1.17.7/logs/nginx.pid \
--conf-path=/www/webserver/nginx-1.17.7/conf/nginx.conf \
--error-log-path=/www/webserver/nginx-1.17.7/logs/error.log \
--http-log-path=/www/webserver/nginx-1.17.7/logs/access.log \
--http-client-body-temp-path=/www/webserver/nginx-1.17.7/temp/client \
--http-proxy-temp-path=/www/webserver/nginx-1.17.7/temp/proxy \
--http-fastcgi-temp-path=/www/webserver/nginx-1.17.7/temp/fcgi \
--http-scgi-temp-path=/www/webserver/nginx-1.17.7/temp/scgi \
--http-uwsgi-temp-path=/www/webserver/nginx-1.17.7/temp/uwsgi \
--with-http_flv_module \
--with-http_stub_status_module \
--with-http_realip_module \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_gzip_static_module \
--with-pcre=/root/pcre-8.43 \
--with-http_sub_module \
--with-http_geoip_module \
--add-module=/root/ngx_http_substitutions_filter_module-master \
--with-openssl=/root/openssl-1.1.1d

# Y5 b6 y) ?" R( p* ]3 ~* ~编译 make; r% j5 i- t, ?& D! w
安装 make install
: |  p5 j, q( T- m& N" s
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|第一站论坛 ( 蜀ICP备06004864号-6 )

GMT+8, 2026-6-7 04:16 , Processed in 0.063752 second(s), 21 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表