第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何安裝 nginx-http-concat

如何安裝 nginx-http-concat

翻翻過去那場(chǎng)雪 2019-02-20 14:13:49
如何安裝 nginx-http-concat
查看完整描述

2 回答

?
largeQ

TA貢獻(xiàn)2039條經(jīng)驗(yàn) 獲得超8個(gè)贊

下載模塊
git clone git://github.com/alibaba/nginx-http-concat.git

移動(dòng)目錄
mv nginx–http–concat /usr/local/src/nginx–http–concat
查看版本號(hào)以及配置信息(目錄/模塊)
/usr/local/nginx/sbin/nginx –V

nginx version: nginx/1.3.1
TLS SNI support disabled
configure arguments: —prefix=/usr/local/nginx —with–http_stub_status_module —with–http_ssl_module—with–http_gzip_static_module
根據(jù)查詢的版本號(hào)下載對(duì)應(yīng)版本的nginx,可以到官方下載指定版本:http://nginx.org/download/
我這里使用的是1.8.0

wget nginx–1.8.0.tar.gz
tar zxvf nginx–1.8.0.tar.gz
cd nginx–1.8.0
根據(jù)上面-V的信息 加入concat模塊所在路徑 (–add-module=/usr/local/src/nginx-http-concat) 進(jìn)行編譯
./configure —prefix=/usr/local/nginx —with–http_stub_status_module —with–http_ssl_module—with–http_gzip_static_module –add-module=/usr/local/src/nginx-http-concat
make之前備份配置文件,防止意外
cp –r /usr/local/nginx/conf /root/nginxconf
編譯安裝
make && make install

 


查看完整回答
反對(duì) 回復(fù) 2019-03-03
?
ibeautiful

TA貢獻(xiàn)1993條經(jīng)驗(yàn) 獲得超6個(gè)贊

lua-nginx-module和echo-nginx-module都各自詳細(xì)的安裝步驟。
例如:
pushd nginx-1.6.2
./configure \
--prefix=/usr/local/nginx \
--sbin-path=/usr/sbin \
--with-http_ssl_module \
--with-http_sub_module \
--with-http_flv_module \
--with-http_stub_status_module \
--with-zlib=../zlib-1.2.5 \
--with-openssl=../openssl-1.0.1j \
--with-pcre=../pcre-8.36 \
--add-module=/usr/local/echo-nginx-module \
--add-module=/usr/local/lua-nginx-module
make;
make install;
popd

 


查看完整回答
反對(duì) 回復(fù) 2019-03-03
  • 2 回答
  • 0 關(guān)注
  • 1059 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)