comparison CHANGES.ru @ 511:f0cac61857ae NGINX_0_8_3

nginx 0.8.3 *) Feature: the $upstream_cache_status variable. *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.2. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Fri, 19 Jun 2009 00:00:00 +0400
parents 13b908d5338a
children c178dbab489a
comparison
equal deleted inserted replaced
510:531b6bbae529 511:f0cac61857ae
1
2 Изменения в nginx 0.8.2 19.06.2009
3
4 *) Добавление: переменная $upstream_cache_status.
5
6 *) Исправление: nginx не собирался на MacOSX 10.6.
7
8 *) Исправление: nginx не собирался с параметром --without-http-cache;
9 ошибка появилась в 0.8.2.
10
11 *) Исправление: если было использовался перехват 401 ошибки от бэкенда
12 и бэкенд не возвращал строку "WWW-Authenticate" в заголовке ответа,
13 то в рабочем процессе происходил segmentation fault.
14 Спасибо Евгению Мычло.
15
1 16
2 Изменения в nginx 0.8.2 15.06.2009 17 Изменения в nginx 0.8.2 15.06.2009
3 18
4 *) Исправление: во взаимодействии open_file_cache и proxy/fastcgi кэша 19 *) Исправление: во взаимодействии open_file_cache и proxy/fastcgi кэша
5 на старте. 20 на старте.