comparison CHANGES.ru @ 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 56688ed172c8
children fa32d59d9a15
comparison
equal deleted inserted replaced
213:405beeeadf7f 214:0ad9eeb6ac7f
1
2 Изменения в nginx 0.3.54 11.07.2006
3
4 *) Добавление: nginx теперь записывает в лог информацию о подзапросах.
5
6 *) Добавление: директивы proxy_next_upstream, fastcgi_next_upstream и
7 memcached_next_upstream поддерживают параметр off.
8
9 *) Добавление: директива debug_connection поддерживает запись адресов в
10 формате CIDR.
11
12 *) Исправление: при перекодировании ответа проксированного сервера или
13 сервера FastCGI в UTF-8 или наоборот ответ мог передаваться не
14 полностью.
15
16 *) Исправление: переменная $upstream_response_time содержала время
17 только первого обращения к бэкенду.
18
19 *) Исправление: nginx не собирался на платформе amd64; ошибка появилась
20 в 0.3.53.
21
1 22
2 Изменения в nginx 0.3.53 07.07.2006 23 Изменения в nginx 0.3.53 07.07.2006
3 24
4 *) Изменение: директива add_header добавляет строки в ответы с кодом 25 *) Изменение: директива add_header добавляет строки в ответы с кодом
5 204, 301 и 302. 26 204, 301 и 302.