comparison auto/options @ 8372:0e6528551f26 quic

Configure: unbreak with old OpenSSL, --with-http_v3_module added.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Apr 2020 15:47:43 +0300
parents 38c0898b6df7
children 0d2b2664b41c
comparison
equal deleted inserted replaced
8371:9d9531431c8c 8372:0e6528551f26
57 HTTP_CACHE=YES 57 HTTP_CACHE=YES
58 HTTP_CHARSET=YES 58 HTTP_CHARSET=YES
59 HTTP_GZIP=YES 59 HTTP_GZIP=YES
60 HTTP_SSL=NO 60 HTTP_SSL=NO
61 HTTP_V2=NO 61 HTTP_V2=NO
62 HTTP_V3=YES 62 HTTP_V3=NO
63 HTTP_SSI=YES 63 HTTP_SSI=YES
64 HTTP_REALIP=NO 64 HTTP_REALIP=NO
65 HTTP_XSLT=NO 65 HTTP_XSLT=NO
66 HTTP_IMAGE_FILTER=NO 66 HTTP_IMAGE_FILTER=NO
67 HTTP_SUB=NO 67 HTTP_SUB=NO
144 PCRE_OPT= 144 PCRE_OPT=
145 PCRE_CONF_OPT= 145 PCRE_CONF_OPT=
146 PCRE_JIT=NO 146 PCRE_JIT=NO
147 147
148 USE_OPENSSL=NO 148 USE_OPENSSL=NO
149 USE_OPENSSL_QUIC=NO
149 OPENSSL=NONE 150 OPENSSL=NONE
150 151
151 USE_ZLIB=NO 152 USE_ZLIB=NO
152 ZLIB=NONE 153 ZLIB=NONE
153 ZLIB_OPT= 154 ZLIB_OPT=
223 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;; 224 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;;
224 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;; 225 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;;
225 226
226 --with-http_ssl_module) HTTP_SSL=YES ;; 227 --with-http_ssl_module) HTTP_SSL=YES ;;
227 --with-http_v2_module) HTTP_V2=YES ;; 228 --with-http_v2_module) HTTP_V2=YES ;;
229 --with-http_v3_module) HTTP_V3=YES ;;
228 --with-http_realip_module) HTTP_REALIP=YES ;; 230 --with-http_realip_module) HTTP_REALIP=YES ;;
229 --with-http_addition_module) HTTP_ADDITION=YES ;; 231 --with-http_addition_module) HTTP_ADDITION=YES ;;
230 --with-http_xslt_module) HTTP_XSLT=YES ;; 232 --with-http_xslt_module) HTTP_XSLT=YES ;;
231 --with-http_xslt_module=dynamic) HTTP_XSLT=DYNAMIC ;; 233 --with-http_xslt_module=dynamic) HTTP_XSLT=DYNAMIC ;;
232 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;; 234 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
438 440
439 --with-file-aio enable file AIO support 441 --with-file-aio enable file AIO support
440 442
441 --with-http_ssl_module enable ngx_http_ssl_module 443 --with-http_ssl_module enable ngx_http_ssl_module
442 --with-http_v2_module enable ngx_http_v2_module 444 --with-http_v2_module enable ngx_http_v2_module
445 --with-http_v3_module enable ngx_http_v3_module
443 --with-http_realip_module enable ngx_http_realip_module 446 --with-http_realip_module enable ngx_http_realip_module
444 --with-http_addition_module enable ngx_http_addition_module 447 --with-http_addition_module enable ngx_http_addition_module
445 --with-http_xslt_module enable ngx_http_xslt_module 448 --with-http_xslt_module enable ngx_http_xslt_module
446 --with-http_xslt_module=dynamic enable dynamic ngx_http_xslt_module 449 --with-http_xslt_module=dynamic enable dynamic ngx_http_xslt_module
447 --with-http_image_filter_module enable ngx_http_image_filter_module 450 --with-http_image_filter_module enable ngx_http_image_filter_module