comparison auto/options @ 406:79c5df00501e NGINX_0_7_15

nginx 0.7.15 *) Feature: the ngx_http_random_index_module. *) Feature: the "directio" directive has been optimized for file requests starting from arbitrary position. *) Feature: the "directio" directive turns off sendfile if it is necessary. *) Feature: now nginx allows underscores in a client request header line names.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Sep 2008 00:00:00 +0400
parents 349057ecf4d5
children b246022ef454
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
62 HTTP_DAV=NO 62 HTTP_DAV=NO
63 HTTP_ACCESS=YES 63 HTTP_ACCESS=YES
64 HTTP_AUTH_BASIC=YES 64 HTTP_AUTH_BASIC=YES
65 HTTP_USERID=YES 65 HTTP_USERID=YES
66 HTTP_AUTOINDEX=YES 66 HTTP_AUTOINDEX=YES
67 HTTP_RANDOM_INDEX=NO
67 HTTP_STATUS=NO 68 HTTP_STATUS=NO
68 HTTP_GEO=YES 69 HTTP_GEO=YES
69 HTTP_MAP=YES 70 HTTP_MAP=YES
70 HTTP_REFERER=YES 71 HTTP_REFERER=YES
71 HTTP_REWRITE=YES 72 HTTP_REWRITE=YES
169 --with-http_xslt_module) HTTP_XSLT=YES ;; 170 --with-http_xslt_module) HTTP_XSLT=YES ;;
170 --with-http_sub_module) HTTP_SUB=YES ;; 171 --with-http_sub_module) HTTP_SUB=YES ;;
171 --with-http_dav_module) HTTP_DAV=YES ;; 172 --with-http_dav_module) HTTP_DAV=YES ;;
172 --with-http_flv_module) HTTP_FLV=YES ;; 173 --with-http_flv_module) HTTP_FLV=YES ;;
173 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 174 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
175 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
174 176
175 --without-http_charset_module) HTTP_CHARSET=NO ;; 177 --without-http_charset_module) HTTP_CHARSET=NO ;;
176 --without-http_gzip_module) HTTP_GZIP=NO ;; 178 --without-http_gzip_module) HTTP_GZIP=NO ;;
177 --without-http_ssi_module) HTTP_SSI=NO ;; 179 --without-http_ssi_module) HTTP_SSI=NO ;;
178 --without-http_userid_module) HTTP_USERID=NO ;; 180 --without-http_userid_module) HTTP_USERID=NO ;;
285 --with-http_xslt_module enable ngx_http_xslt_module 287 --with-http_xslt_module enable ngx_http_xslt_module
286 --with-http_sub_module enable ngx_http_sub_module 288 --with-http_sub_module enable ngx_http_sub_module
287 --with-http_dav_module enable ngx_http_dav_module 289 --with-http_dav_module enable ngx_http_dav_module
288 --with-http_flv_module enable ngx_http_flv_module 290 --with-http_flv_module enable ngx_http_flv_module
289 --with-http_gzip_static_module enable ngx_http_gzip_static_module 291 --with-http_gzip_static_module enable ngx_http_gzip_static_module
292 --with-http_random_index_module enable ngx_http_random_index_module
290 --with-http_stub_status_module enable ngx_http_stub_status_module 293 --with-http_stub_status_module enable ngx_http_stub_status_module
291 294
292 --without-http_charset_module disable ngx_http_charset_module 295 --without-http_charset_module disable ngx_http_charset_module
293 --without-http_gzip_module disable ngx_http_gzip_module 296 --without-http_gzip_module disable ngx_http_gzip_module
294 --without-http_ssi_module disable ngx_http_ssi_module 297 --without-http_ssi_module disable ngx_http_ssi_module