comparison auto/options @ 5121:c0f7b94e88ba

Preliminary experimental support for SPDY draft 2.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 20 Mar 2013 10:36:57 +0000
parents e14b49c12a73
children 00bdc9f08a16
comparison
equal deleted inserted replaced
5120:7956af6b6a02 5121:c0f7b94e88ba
58 58
59 HTTP_CACHE=YES 59 HTTP_CACHE=YES
60 HTTP_CHARSET=YES 60 HTTP_CHARSET=YES
61 HTTP_GZIP=YES 61 HTTP_GZIP=YES
62 HTTP_SSL=NO 62 HTTP_SSL=NO
63 HTTP_SPDY=NO
63 HTTP_SSI=YES 64 HTTP_SSI=YES
64 HTTP_POSTPONE=NO 65 HTTP_POSTPONE=NO
65 HTTP_REALIP=NO 66 HTTP_REALIP=NO
66 HTTP_XSLT=NO 67 HTTP_XSLT=NO
67 HTTP_IMAGE_FILTER=NO 68 HTTP_IMAGE_FILTER=NO
200 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 201 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
201 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;; 202 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;;
202 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;; 203 --http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;;
203 204
204 --with-http_ssl_module) HTTP_SSL=YES ;; 205 --with-http_ssl_module) HTTP_SSL=YES ;;
206 --with-http_spdy_module) HTTP_SPDY=YES ;;
205 --with-http_realip_module) HTTP_REALIP=YES ;; 207 --with-http_realip_module) HTTP_REALIP=YES ;;
206 --with-http_addition_module) HTTP_ADDITION=YES ;; 208 --with-http_addition_module) HTTP_ADDITION=YES ;;
207 --with-http_xslt_module) HTTP_XSLT=YES ;; 209 --with-http_xslt_module) HTTP_XSLT=YES ;;
208 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;; 210 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
209 --with-http_geoip_module) HTTP_GEOIP=YES ;; 211 --with-http_geoip_module) HTTP_GEOIP=YES ;;
347 349
348 --with-file-aio enable file AIO support 350 --with-file-aio enable file AIO support
349 --with-ipv6 enable IPv6 support 351 --with-ipv6 enable IPv6 support
350 352
351 --with-http_ssl_module enable ngx_http_ssl_module 353 --with-http_ssl_module enable ngx_http_ssl_module
354 --with-http_spdy_module enable ngx_http_spdy_module
352 --with-http_realip_module enable ngx_http_realip_module 355 --with-http_realip_module enable ngx_http_realip_module
353 --with-http_addition_module enable ngx_http_addition_module 356 --with-http_addition_module enable ngx_http_addition_module
354 --with-http_xslt_module enable ngx_http_xslt_module 357 --with-http_xslt_module enable ngx_http_xslt_module
355 --with-http_image_filter_module enable ngx_http_image_filter_module 358 --with-http_image_filter_module enable ngx_http_image_filter_module
356 --with-http_geoip_module enable ngx_http_geoip_module 359 --with-http_geoip_module enable ngx_http_geoip_module