找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 6141|回复: 0

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

[复制链接]
发表于 2020-1-17 14:11:05 | 显示全部楼层 |阅读模式
下载需要组件
2 A, K* n7 P) ]* p7 [! \wget http://nginx.org/download/nginx-1.17.7.tar.gz
; U  l0 Y+ z+ e* z7 V. o' `! y' j/ jtar xvzf nginx-1.17.7.tar.gz
; s" J0 N+ Z1 e' x& x8 @; H/ ~
; f. {! }9 s. y" {. Ywget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
+ S8 P( L+ v& ~: K3 j# f* ]- A% a3 xtar xvzf openssl-1.1.1d.tar.gz
, v2 }0 r& S  c4 p+ x: N& o1 B: Q  C7 _4 }3 F6 m! U$ l" ^7 o3 m
wget https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
/ V# K3 Q! P3 Ttar xvzf pcre-8.43.tar.gz
' D2 O7 g7 h: B0 B' [0 d8 ~( f1 n
8 l: T* _* t' \7 @wget https://github.com/yaoweibin/ngx ... /archive/master.zip -O ngx_http_substitutions_filter.zip
) X0 g8 b8 [8 }! punzip ngx_http_substitutions_filter.zip. g) w' m5 ?% X, Z8 S6 b
6 j0 O# ^$ j" K  J' |  ]0 w' K
cd nginx-1.17.7
0 O6 X% W0 {  W% g5 m* r4 \$ ?) E& ]- ~' a7 X! s7 u

; c) N& T, }7 t% @( M配置文件5 K$ ^' I+ u  R2 v  E: \9 K
[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
& q2 ?- N4 |, r) v* ]6 Z' G6 R
编译 make
" E' A4 c- ]( _9 J安装 make install! j0 M; ^+ g- B4 ?3 E
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2025-4-5 01:45 , Processed in 0.063221 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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