From 86ba1e09f48e73da0bd8ceead01b9fadecc5f261 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 9 Feb 2015 11:49:13 -0800 Subject: [PATCH] ./configure: added --without-http_upstream_least_conn_module and --without-http_upstream_keepalive_module to the usage text (for --help) to reflect recent changes in the nginx core. thanks Seyhun Cavus for the report. --- t/sanity.t | 8 ++++++++ util/configure | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/t/sanity.t b/t/sanity.t index aa23112..dea926f 100644 --- a/t/sanity.t +++ b/t/sanity.t @@ -141,6 +141,10 @@ Options directly inherited from nginx --without-http_browser_module disable ngx_http_browser_module --without-http_upstream_ip_hash_module disable ngx_http_upstream_ip_hash_module + --without-http_upstream_least_conn_module + disable ngx_http_upstream_least_conn_module + --without-http_upstream_keepalive_module + disable ngx_http_upstream_keepalive_module --with-http_perl_module enable ngx_http_perl_module --with-perl_modules_path=PATH set path to the perl modules @@ -981,6 +985,10 @@ Options directly inherited from nginx --without-http_browser_module disable ngx_http_browser_module --without-http_upstream_ip_hash_module disable ngx_http_upstream_ip_hash_module + --without-http_upstream_least_conn_module + disable ngx_http_upstream_least_conn_module + --without-http_upstream_keepalive_module + disable ngx_http_upstream_keepalive_module --with-http_perl_module enable ngx_http_perl_module --with-perl_modules_path=PATH set path to the perl modules diff --git a/util/configure b/util/configure index 8c3e453..b0f0603 100755 --- a/util/configure +++ b/util/configure @@ -1037,6 +1037,10 @@ Options directly inherited from nginx --without-http_browser_module disable ngx_http_browser_module --without-http_upstream_ip_hash_module disable ngx_http_upstream_ip_hash_module + --without-http_upstream_least_conn_module + disable ngx_http_upstream_least_conn_module + --without-http_upstream_keepalive_module + disable ngx_http_upstream_keepalive_module --with-http_perl_module enable ngx_http_perl_module --with-perl_modules_path=PATH set path to the perl modules