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)