diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-10-05 14:46:21 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-05 14:46:21 +0000 |
| commit | a257367813cc604e9a8012cb64936a96b3a169cc (patch) | |
| tree | f85d61c240f4d0ec775e6fb68709a902b9137111 /docs/xml/nginx | |
| parent | c6806be34feef0bb4a9611338ed3a0b6f886111c (diff) | |
| download | nginx-a257367813cc604e9a8012cb64936a96b3a169cc.tar.gz nginx-a257367813cc604e9a8012cb64936a96b3a169cc.tar.bz2 | |
nginx-0.2.6-RELEASE importrelease-0.2.6
*) 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.
Diffstat (limited to 'docs/xml/nginx')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 79 |
1 files changed, 77 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index f631b20ec..26a5869f1 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,12 +9,87 @@ <title lang="en">nginx changelog</title> +<changes ver="0.2.6" date="05.10.2005"> + +<change type="change"> +<para lang="ru"> +с 60 до 10 секунд уменьшено время повторного обращения к бэкенду +при использовании распределения нагрузки. +</para> +<para lang="en"> +while using load-balancing the time before the failed backend retry +was decreased from 60 to 10 seconds. +</para> +</change> + +<change type="change"> +<para lang="ru"> +директива proxy_pass_unparsed_uri упразднена, оригинальный запрос теперь +передаётся, если в директиве proxy_pass отсутствует URI. +</para> +<para lang="en"> +the "proxy_pass_unparsed_uri" was canceled, the original URI now passed, +if the URI part is omitted in "proxy_pass" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива error_page поддерживает редиректы и позволяет более гибко +менять код ошибки. +</para> +<para lang="en"> +the "error_page" directive supports redirects and allows more flexible +to change an error code. +</para> +</change> + +<change type="change"> +<para lang="ru"> +в проксированных подзапросах теперь игнорируется переданный charset. +</para> +<para lang="en"> +the charset in the "Content-Type" header line now is ignored +in proxied subrequests. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если после изменения URI в блоке if для запроса не находилась +новая конфигурация, то правила модуля ngx_http_rewrite_module выполнялись +снова. +</para> +<para lang="en"> +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. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если директива set устанавливала переменную модуля ngx_http_geo_module +в какой-либо части конфигурации, то эта переменная не была доступна в +других частях конфигурации и выдавалась ошибка "using uninitialized variable"; +ошибка появилась в 0.2.2. +</para> +<para lang="en"> +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; +bug appeared in 0.2.2. +</para> +</change> + +</changes> + + <changes ver="0.2.5" date="04.10.2005"> <change type="change"> <para lang="ru"> дублирующее значение переменной модуля ngx_http_geo_module теперь -выдаёт предупреждение и изменяёт старое значение. +выдаёт предупреждение и изменяет старое значение. </para> <para lang="en"> the duplicate value of the ngx_http_geo_module variable now causes @@ -47,7 +122,7 @@ the ngx_http_ssi_module supports the "file" parameter in the "include" command. </para> <para lang="en"> the ngx_http_ssi_module supports the variable value substitutions in -epxiressions of the "if" command. +expressions of the "if" command. </para> </change> |
