comparison auto/unix @ 214:0ad9eeb6ac7f NGINX_0_3_54

nginx 0.3.54 *) Feature: nginx now logs the subrequest information to the error log. *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and "memcached_next_upstream" directives support the "off" parameter. *) Feature: the "debug_connection" directive supports the CIDR address form. *) Bugfix: if a response of proxied server or FastCGI server was converted from UTF-8 or back, then it may be transferred incomplete. *) Bugfix: the $upstream_response_time variable had the time of the first request to a backend only. *) Bugfix: nginx could not be built on amd64 platform; bug appeared in 0.3.53.
author Igor Sysoev <http://sysoev.ru>
date Tue, 11 Jul 2006 00:00:00 +0400
parents 91372f004adf
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
213:405beeeadf7f 214:0ad9eeb6ac7f
19 ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value 19 ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value
20 20
21 21
22 # POSIX types 22 # POSIX types
23 23
24 NGX_INCLUDE_AUTO_CONFIG_H="#include \"../$NGX_AUTO_CONFIG_H\"" 24 case "$NGX_AUTO_CONFIG_H" in
25 /*)
26 NGX_INCLUDE_AUTO_CONFIG_H="#include \"$NGX_AUTO_CONFIG_H\""
27 ;;
28 *)
29 NGX_INCLUDE_AUTO_CONFIG_H="#include \"../$NGX_AUTO_CONFIG_H\""
30 ;;
31 esac
25 32
26 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef 33 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
27 34
28 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef 35 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
29 . auto/types/sizeof 36 . auto/types/sizeof