如下为安装代码,报如下错误。安装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"
这个模块是内置支持的,编译时不用额外在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: