comparison auto/options @ 6246:257b51c37c5a

The HTTP/2 implementation (RFC 7240, 7241). The SPDY support is removed, as it's incompatible with the new module.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 11 Sep 2015 20:13:06 +0300
parents 0dcef374b8bb
children 29f35e60840b
comparison
equal deleted inserted replaced
6245:3cf25d33886a 6246:257b51c37c5a
56 56
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_SPDY=NO 61 HTTP_V2=NO
62 HTTP_SSI=YES 62 HTTP_SSI=YES
63 HTTP_POSTPONE=NO 63 HTTP_POSTPONE=NO
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
208 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 208 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
209 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;; 209 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;;
210 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;; 210 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;;
211 211
212 --with-http_ssl_module) HTTP_SSL=YES ;; 212 --with-http_ssl_module) HTTP_SSL=YES ;;
213 --with-http_spdy_module) HTTP_SPDY=YES ;; 213 --with-http_v2_module) HTTP_V2=YES ;;
214 --with-http_realip_module) HTTP_REALIP=YES ;; 214 --with-http_realip_module) HTTP_REALIP=YES ;;
215 --with-http_addition_module) HTTP_ADDITION=YES ;; 215 --with-http_addition_module) HTTP_ADDITION=YES ;;
216 --with-http_xslt_module) HTTP_XSLT=YES ;; 216 --with-http_xslt_module) HTTP_XSLT=YES ;;
217 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;; 217 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
218 --with-http_geoip_module) HTTP_GEOIP=YES ;; 218 --with-http_geoip_module) HTTP_GEOIP=YES ;;
376 376
377 --with-file-aio enable file AIO support 377 --with-file-aio enable file AIO support
378 --with-ipv6 enable IPv6 support 378 --with-ipv6 enable IPv6 support
379 379
380 --with-http_ssl_module enable ngx_http_ssl_module 380 --with-http_ssl_module enable ngx_http_ssl_module
381 --with-http_spdy_module enable ngx_http_spdy_module 381 --with-http_v2_module enable ngx_http_v2_module
382 --with-http_realip_module enable ngx_http_realip_module 382 --with-http_realip_module enable ngx_http_realip_module
383 --with-http_addition_module enable ngx_http_addition_module 383 --with-http_addition_module enable ngx_http_addition_module
384 --with-http_xslt_module enable ngx_http_xslt_module 384 --with-http_xslt_module enable ngx_http_xslt_module
385 --with-http_image_filter_module enable ngx_http_image_filter_module 385 --with-http_image_filter_module enable ngx_http_image_filter_module
386 --with-http_geoip_module enable ngx_http_geoip_module 386 --with-http_geoip_module enable ngx_http_geoip_module