From a5ecae6231b475bbd086b854df3fadb5d92a77b7 Mon Sep 17 00:00:00 2001 From: 007gzs <007gzs@gmail.com> Date: Mon, 2 Aug 2021 14:50:42 +0800 Subject: [PATCH] fix configure fix --without-http_ssl_module and --without-http_stub_status_module dos not work in configure --- auto/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto/options b/auto/options index 0dde9665a4..33ea5cf271 100644 --- a/auto/options +++ b/auto/options @@ -267,6 +267,7 @@ $0: warning: the \"--with-ipv6\" option is deprecated" --without-http_charset_module) HTTP_CHARSET=NO ;; --without-http_gzip_module) HTTP_GZIP=NO ;; --without-http_ssi_module) HTTP_SSI=NO ;; + --without-http_ssl_module) HTTP_SSL=NO ;; --without-http_userid_module) HTTP_USERID=NO ;; --without-http_access_module) HTTP_ACCESS=NO ;; --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; @@ -288,6 +289,7 @@ $0: warning: the \"--with-ipv6\" option is deprecated" --without-http_limit_req_module) HTTP_LIMIT_REQ=NO ;; --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;; --without-http_browser_module) HTTP_BROWSER=NO ;; + --without-http_stub_status_module) HTTP_STUB_STATUS=NO ;; --without-http_upstream_hash_module) HTTP_UPSTREAM_HASH=NO ;; --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;; --without-http_upstream_least_conn_module)