comparison auto/modules @ 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 c982febb7588
children 0effe91f6083
comparison
equal deleted inserted replaced
243:d371c9d33781 244:500a3242dff6
248 if [ $HTTP_BROWSER = YES ]; then 248 if [ $HTTP_BROWSER = YES ]; then
249 HTTP_MODULES="$HTTP_MODULES $HTTP_BROWSER_MODULE" 249 HTTP_MODULES="$HTTP_MODULES $HTTP_BROWSER_MODULE"
250 HTTP_SRCS="$HTTP_SRCS $HTTP_BROWSER_SRCS" 250 HTTP_SRCS="$HTTP_SRCS $HTTP_BROWSER_SRCS"
251 fi 251 fi
252 252
253 if [ $HTTP_FLV = YES ]; then
254 HTTP_MODULES="$HTTP_MODULES $HTTP_FLV_MODULE"
255 HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"
256 fi
257
253 # STUB 258 # STUB
254 #USE_MD5=YES 259 #USE_MD5=YES
255 #HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS" 260 #HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS"
256 #HTTP_SRCS="$HTTP_SRCS $HTPP_FILE_CACHE_SRCS" 261 #HTTP_SRCS="$HTTP_SRCS $HTPP_FILE_CACHE_SRCS"
257 262