nginx增加新模块

以gzip这个模块为例,讲述一下,在nginx中如何安装新的模块

1、首先查看nginx已经安装了哪些模块。

nginx –V

 

2、发现没有gzip模块,安装

进入nginx的安装目录中,不是nginx的软件目录。

在已有模块种写上要安装的模块,执行下边的命令

./configure \

--prefix=/usr/local/ywgh/nginx \

--http-client-body-temp-path=/tmp/clientbody \

--http-proxy-temp-path=/tmp/proxy \

--http-fastcgi-temp-path=/tmp/fastcgi \

--http-uwsgi-temp-path=/tmp/uwsgi \

--http-scgi-temp-path=/tmp/scgi \

--user=www \

--group=www \

--with-file-aio \

--with-http_realip_module \

--with-http_ssl_module \

--with-openssl=/usr/local/src/software/nginx/openssl \

--with-http_gunzip_module \

--with-http_gzip_static_module \

--with-zlib=/usr/local/src/software/nginx/zlib \

--with-http_stub_status_module \

--with-pcre=/usr/local/src/software/nginx/pcre \

 

3、然后编译,覆盖

直接make就行,不需要再make install了,如果要重新安装就使用make install,就直接覆盖了。

 

然后新产生的可执行文件nginx在安装目录中的objs目录下。

将objs目录下的nginx 复制到软件位置的nginx中。进行覆盖就可以了。覆盖的时候,需要先关闭nginx。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值