comparison auto/options @ 244:500a3242dff6 NGINX_0_4_7

nginx 0.4.7 *) Feature: the ngx_http_flv_module. *) Feature: the $request_body_file variable. *) Feature: the "charset" and "source_charset" directives support the variables. *) Bugfix: if an "include" SSI command were before another "include" SSI command with an "wait" parameter, then the "wait" parameter might not work. *) Bugfix: if the "proxy_buffering off" directive was used or while working with memcached the connections might not be closed on timeout. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Oct 2006 00:00:00 +0400
parents a528ae0fe909
children 0effe91f6083
comparison
equal deleted inserted replaced
243:d371c9d33781 244:500a3242dff6
68 HTTP_FASTCGI=YES 68 HTTP_FASTCGI=YES
69 HTTP_PERL=NO 69 HTTP_PERL=NO
70 HTTP_MEMCACHED=YES 70 HTTP_MEMCACHED=YES
71 HTTP_EMPTY_GIF=YES 71 HTTP_EMPTY_GIF=YES
72 HTTP_BROWSER=YES 72 HTTP_BROWSER=YES
73 HTTP_FLV=NO
73 74
74 # STUB 75 # STUB
75 HTTP_STUB_STATUS=NO 76 HTTP_STUB_STATUS=NO
76 77
77 IMAP=NO 78 IMAP=NO
148 149
149 --with-http_ssl_module) HTTP_SSL=YES ;; 150 --with-http_ssl_module) HTTP_SSL=YES ;;
150 --with-http_realip_module) HTTP_REALIP=YES ;; 151 --with-http_realip_module) HTTP_REALIP=YES ;;
151 --with-http_addition_module) HTTP_ADDITION=YES ;; 152 --with-http_addition_module) HTTP_ADDITION=YES ;;
152 --with-http_dav_module) HTTP_DAV=YES ;; 153 --with-http_dav_module) HTTP_DAV=YES ;;
154 --with-http_flv_module) HTTP_FLV=YES ;;
153 155
154 --without-http_charset_module) HTTP_CHARSET=NO ;; 156 --without-http_charset_module) HTTP_CHARSET=NO ;;
155 --without-http_gzip_module) HTTP_GZIP=NO ;; 157 --without-http_gzip_module) HTTP_GZIP=NO ;;
156 --without-http_ssi_module) HTTP_SSI=NO ;; 158 --without-http_ssi_module) HTTP_SSI=NO ;;
157 --without-http_userid_module) HTTP_USERID=NO ;; 159 --without-http_userid_module) HTTP_USERID=NO ;;
249 251
250 --with-http_ssl_module enable ngx_http_ssl_module 252 --with-http_ssl_module enable ngx_http_ssl_module
251 --with-http_realip_module enable ngx_http_realip_module 253 --with-http_realip_module enable ngx_http_realip_module
252 --with-http_addition_module enable ngx_http_addition_module 254 --with-http_addition_module enable ngx_http_addition_module
253 --with-http_dav_module enable ngx_http_dav_module 255 --with-http_dav_module enable ngx_http_dav_module
256 --with-http_flv_module enable ngx_http_flv_module
254 257
255 --without-http_charset_module disable ngx_http_charset_module 258 --without-http_charset_module disable ngx_http_charset_module
256 --without-http_gzip_module disable ngx_http_gzip_module 259 --without-http_gzip_module disable ngx_http_gzip_module
257 --without-http_ssi_module disable ngx_http_ssi_module 260 --without-http_ssi_module disable ngx_http_ssi_module
258 --without-http_userid_module disable ngx_http_userid_module 261 --without-http_userid_module disable ngx_http_userid_module