问题: 新手问题 安装nginx ngx_http_limit_conn_module无法安装成功
描述:


如下为安装代码,报如下错误。安装http_ssl_module可以成功安装,求原因。
[root@localhost nginx-1.10.1]# ./configure --prefix=/home/liycq/nginx --with-ngx_http_limit_conn_module
./configure: error: invalid option "--with-ngx_http_limit_conn_module"


解决方案1:

这个模块是内置支持的,编译时不用额外在configure参数里面指定了。
另外官方 这里 提到了,1.x的nginx都支持这个limit_zone (或后来改为新名称limit_conn_zone  的用法的)

Syntax: 	limit_zone name $variable size;
Default:  —
Context:  http
This directive was made obsolete in version 1.1.8 and was removed in version 1.7.6. An equivalent limit_conn_zone directive with a changed syntax should be used instead: 

上一篇cinder 多后端存储 方案
下一篇storm102 supervisor {taskid} still hasn't started
明星图片
相关文章
《 新手问题 安装nginx ngx_http_limit_conn_module无法安装成功》由码蚁之家搜集整理于网络,
联系邮箱:mxgf168#qq.com(#改为@)