国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > Nginx > 正文

Nginx為已安裝nginx動(dòng)態(tài)添加模塊

2024-08-30 12:25:07
字體:
供稿:網(wǎng)友

這里以安裝第三方ngx_http_google_filter_module模塊為例

nginx的模塊是需要重新編譯nginx,而不是像apache一樣配置文件引用.so

1. 下載第三方擴(kuò)展模塊ngx_http_google_filter_module

# cd /data/software/ # git clone https://github.com/cuber/ngx_http_google_filter_module 

2. 查看nginx編譯安裝時(shí)安裝了哪些模塊

將命令行切換到nginx執(zhí)行程序所在的目錄并輸入./nginx -V,具體如下:

[root@liuyazhuang121 sbin]# ./nginx -V nginx version: nginx/1.9.3 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) built with OpenSSL 1.0.2 22 Jan 2015 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx-1.9.3 --with-openssl=/usr/local/src/openssl-1.0.2 --with-pcre=/usr/local/src/pcre-8.37 --with-zlib=/usr/local/src/zlib-1.2.8 --with-http_ssl_module [root@liuyazhuang121 sbin]# 

可以看出編譯安裝使用了--prefix=/usr/local/nginx-1.9.3 --with-openssl=/usr/local/src/openssl-1.0.2 --with-pcre=/usr/local/src/pcre-8.37 --with-zlib=/usr/local/src/zlib-1.2.8 --with-http_ssl_module這些參數(shù)。

3. 加入需要安裝的模塊,重新編譯

這里添加-–add-module=/data/software/ngx_http_google_filter_module
具體如下:

  代碼如下:
./configure  --prefix=/usr/local/nginx-1.9.3 --with-openssl=/usr/local/src/openssl-1.0.2 --with-pcre=/usr/local/src/pcre-8.37 --with-zlib=/usr/local/src/zlib-1.2.8 --with-http_ssl_module -–add-module=/data/software/ngx_http_google_filter_module 

如上,將之前安裝Nginx的參數(shù)全部加上,最后添加-–add-module=/data/software/ngx_http_google_filter_module
之后,我們要進(jìn)行編譯操作,如下:

# make //千萬不要make install,不然就真的覆蓋 

4. 替換nginx二進(jìn)制文件

# 備份原來的nginx執(zhí)行程序 # cp /usr/local/nginx-1.9.3/sbin/nginx /usr/local/nginx-1.9.3/sbin/nginx.bak # 將新編譯的nginx執(zhí)行程序復(fù)制到/usr/local/nginx/sbin/目錄下 # cp /opt/nginx/nginx /usr/local/nginx/sbin/ 

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持錯(cuò)新站長站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 龙门县| 洞口县| 石河子市| 勐海县| 安多县| 武冈市| 左云县| 阿图什市| 久治县| 宜州市| 山阴县| 防城港市| 左云县| 三明市| 赣州市| 正阳县| 凤翔县| 常山县| 江山市| 普兰店市| 东阳市| 金湖县| 林西县| 新民市| 当涂县| 中西区| 三穗县| 江陵县| 图片| 永城市| 长海县| 瑞丽市| 弥勒县| 中牟县| 西丰县| 简阳市| 汤原县| 汤阴县| 汤阴县| 奈曼旗| 黎城县|