From 2519cd7dd3a25491026b7295b17cd640d9fa075e Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 9 Feb 2015 11:42:45 -0800 Subject: [PATCH] ./configure: renamed the --without-http_limit_zone_module option to --without-http_limit_conn_module to reflect the change in recent nginx cores. thanks Seyhun Cavus for the report. --- t/sanity.t | 4 ++-- util/configure | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/sanity.t b/t/sanity.t index 9be153a..aa23112 100644 --- a/t/sanity.t +++ b/t/sanity.t @@ -135,7 +135,7 @@ Options directly inherited from nginx --without-http_uwsgi_module disable ngx_http_uwsgi_module --without-http_scgi_module disable ngx_http_scgi_module --without-http_memcached_module disable ngx_http_memcached_module - --without-http_limit_zone_module disable ngx_http_limit_zone_module + --without-http_limit_conn_module disable ngx_http_limit_conn_module --without-http_limit_req_module disable ngx_http_limit_req_module --without-http_empty_gif_module disable ngx_http_empty_gif_module --without-http_browser_module disable ngx_http_browser_module @@ -975,7 +975,7 @@ Options directly inherited from nginx --without-http_uwsgi_module disable ngx_http_uwsgi_module --without-http_scgi_module disable ngx_http_scgi_module --without-http_memcached_module disable ngx_http_memcached_module - --without-http_limit_zone_module disable ngx_http_limit_zone_module + --without-http_limit_conn_module disable ngx_http_limit_conn_module --without-http_limit_req_module disable ngx_http_limit_req_module --without-http_empty_gif_module disable ngx_http_empty_gif_module --without-http_browser_module disable ngx_http_browser_module diff --git a/util/configure b/util/configure index 313777c..8c3e453 100755 --- a/util/configure +++ b/util/configure @@ -1031,7 +1031,7 @@ Options directly inherited from nginx --without-http_uwsgi_module disable ngx_http_uwsgi_module --without-http_scgi_module disable ngx_http_scgi_module --without-http_memcached_module disable ngx_http_memcached_module - --without-http_limit_zone_module disable ngx_http_limit_zone_module + --without-http_limit_conn_module disable ngx_http_limit_conn_module --without-http_limit_req_module disable ngx_http_limit_req_module --without-http_empty_gif_module disable ngx_http_empty_gif_module --without-http_browser_module disable ngx_http_browser_module