From 82dc95eadd3f9cca3619f1797d91ffd751f422ea Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 3 Oct 2005 12:53:14 +0000 Subject: nginx-0.2.4-RELEASE import *) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text", "$var=/text/", and "$var!=/text/" expressions in the "if" command. *) Bugfix: in proxying location without trailing slash; the bug had appeared in 0.1.44. *) Bugfix: the segmentation fault may occurred if the "rtsig" method was used; the bug had appeared in 0.2.0. --- docs/xml/nginx/changes.xml | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 912bea2f7..b6c9d3e86 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,46 @@ nginx changelog + + + + +модуль ngx_http_ssi_module поддерживает выражения +"$var=text", "$var!=text", "$var=/text/" и "$var!=/text/" +в команде if. + + +the ngx_http_ssi_module supports +"$var=text", "$var!=text", "$var=/text/", and "$var!=/text/" expressions +in the "if" command. + + + + + +ошибки при проксировании location без слэша в конце; +ошибка появилась в 0.1.44. + + +in proxying location without trailing slash; +bug appeared in 0.1.44. + + + + + +при использовании метода rtsig мог произойти segmentation fault; +ошибка появилась в 0.2.0. + + +the segmentation fault may occurred if the "rtsig" method was used; +bug appeared in 0.2.0. + + + + + + @@ -29,7 +69,7 @@ bug appeared in 0.2.2. -команда config errmsg в модуле ngx_http_ssi_module. +команда config errmsg в модуле ngx_http_sssi_module. the "config errmsg" command of the ngx_http_ssi_module. @@ -78,7 +118,7 @@ the ngx_http_autoindex_module now do not show the files starting by dot. если SSL handshake завершался с ошибкой, то это могло привести также -в закрытию другого соединения. +к закрытию другого соединения. Спасибо Rob Mueller. -- cgit