comparison docs/xml/nginx/changes.xml @ 555:7bd37aef1e7e release-0.2.6

nginx-0.2.6-RELEASE import *) Change: while using load-balancing the time before the failed backend retry was decreased from 60 to 10 seconds. *) Change: the "proxy_pass_unparsed_uri" was canceled, the original URI now passed, if the URI part is omitted in "proxy_pass" directive. *) Feature: the "error_page" directive supports redirects and allows more flexible to change an error code. *) Change: the charset in the "Content-Type" header line now is ignored in proxied subrequests. *) Bugfix: if the URI was changed in the "if" block and request did not found new configuration, then the ngx_http_rewrite_module rules ran again. *) Bugfix: if the "set" directive set the ngx_http_geo_module variable in some configuration part, the this variable was not available in other configuration parts and the "using uninitialized variable" error was occurred; the bug had appeared in 0.2.2.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Oct 2005 14:46:21 +0000
parents 45033d85b30e
children ecd9c160f25b
comparison
equal deleted inserted replaced
554:66e18ef48303 555:7bd37aef1e7e
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10 10
11 11
12 <changes ver="0.2.6" date="05.10.2005">
13
14 <change type="change">
15 <para lang="ru">
16 с 60 до 10 секунд уменьшено время повторного обращения к бэкенду
17 при использовании распределения нагрузки.
18 </para>
19 <para lang="en">
20 while using load-balancing the time before the failed backend retry
21 was decreased from 60 to 10 seconds.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 директива proxy_pass_unparsed_uri упразднена, оригинальный запрос теперь
28 передаётся, если в директиве proxy_pass отсутствует URI.
29 </para>
30 <para lang="en">
31 the "proxy_pass_unparsed_uri" was canceled, the original URI now passed,
32 if the URI part is omitted in "proxy_pass" directive.
33 </para>
34 </change>
35
36 <change type="feature">
37 <para lang="ru">
38 директива error_page поддерживает редиректы и позволяет более гибко
39 менять код ошибки.
40 </para>
41 <para lang="en">
42 the "error_page" directive supports redirects and allows more flexible
43 to change an error code.
44 </para>
45 </change>
46
47 <change type="change">
48 <para lang="ru">
49 в проксированных подзапросах теперь игнорируется переданный charset.
50 </para>
51 <para lang="en">
52 the charset in the "Content-Type" header line now is ignored
53 in proxied subrequests.
54 </para>
55 </change>
56
57 <change type="bugfix">
58 <para lang="ru">
59 если после изменения URI в блоке if для запроса не находилась
60 новая конфигурация, то правила модуля ngx_http_rewrite_module выполнялись
61 снова.
62 </para>
63 <para lang="en">
64 if the URI was changed in the "if" block and request did not found
65 new configuration, then the ngx_http_rewrite_module rules ran again.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 если директива set устанавливала переменную модуля ngx_http_geo_module
72 в какой-либо части конфигурации, то эта переменная не была доступна в
73 других частях конфигурации и выдавалась ошибка "using uninitialized variable";
74 ошибка появилась в 0.2.2.
75 </para>
76 <para lang="en">
77 if the "set" directive set the ngx_http_geo_module variable in some
78 configuration part, the this variable was not available in other
79 configuration parts and the "using uninitialized variable" error was occurred;
80 bug appeared in 0.2.2.
81 </para>
82 </change>
83
84 </changes>
85
86
12 <changes ver="0.2.5" date="04.10.2005"> 87 <changes ver="0.2.5" date="04.10.2005">
13 88
14 <change type="change"> 89 <change type="change">
15 <para lang="ru"> 90 <para lang="ru">
16 дублирующее значение переменной модуля ngx_http_geo_module теперь 91 дублирующее значение переменной модуля ngx_http_geo_module теперь
17 выдаёт предупреждение и изменяёт старое значение. 92 выдаёт предупреждение и изменяет старое значение.
18 </para> 93 </para>
19 <para lang="en"> 94 <para lang="en">
20 the duplicate value of the ngx_http_geo_module variable now causes 95 the duplicate value of the ngx_http_geo_module variable now causes
21 the warning and changes old value. 96 the warning and changes old value.
22 </para> 97 </para>
45 модуль ngx_http_ssi_module поддерживает подстановку значений переменных 120 модуль ngx_http_ssi_module поддерживает подстановку значений переменных
46 в выражениях команды if. 121 в выражениях команды if.
47 </para> 122 </para>
48 <para lang="en"> 123 <para lang="en">
49 the ngx_http_ssi_module supports the variable value substitutions in 124 the ngx_http_ssi_module supports the variable value substitutions in
50 epxiressions of the "if" command. 125 expressions of the "if" command.
51 </para> 126 </para>
52 </change> 127 </change>
53 128
54 </changes> 129 </changes>
55 130