From 11d753231beaec58401160a5dd6eb51e92e90b86 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Mar 2005 15:20:36 +0000 Subject: nginx-0.1.23-RELEASE import *) Feature: the ngx_http_ssi_filter_module and the ssi, ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands are supported. *) Feature: the %request_time log parameter. *) Feature: if the request has no the "Host" header line, then the "proxy_preserve_host" directive set this header line to the first server name of the "server_name" directive. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.1.22. *) Bugfix: the ngx_http_autoindex_module now shows the information not about the symlink, but about file or directory it points to. *) Bugfix: the %apache_length parameter logged the negative length of the response header if the no response was transferred to a client. --- docs/xml/nginx/changes.xml | 97 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 11 deletions(-) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index f9068c83d..313059192 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,81 @@ nginx changelog + + + + +модуль ngx_http_ssi_filter_module и +директивы ssi, ssi_silent_errors и ssi_min_file_chunk. +Поддерживаются команды 'echo var="HTTP_..." default=""' и +'echo var="REMOTE_ADDR"'. + + +the ngx_http_ssi_filter_module and +the ssi, ssi_silent_errors, and ssi_min_file_chunk directives. +The 'echo var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands +are supported. + + + + + +параметр лога %request_time. + + +the %request_time log parameter. + + + + + +если запрос пришёл без строки заголовка "Host", то директива +proxy_preserve_host устанавливает в качестве этого заголовка первое имя +сервера из директивы server_name. + + +if the request has no the "Host" header line, then the proxy_preserve_host +directive set this header line to the first server name of the server_name +directive. + + + + + +nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; +ошибка появилась в 0.1.22. + + +nginx could not be built on platforms different from i386, amd64, sparc и ppc; +bug appeared in 0.1.22. + + + + + +модуль ngx_http_autoindex_module теперь показывает информацию не о +символическом линке, а о файле или каталоге, на который он указывает. + + +the ngx_http_autoindex_module now shows the information not about the symlink, +but about file or directory it points to. + + + + + +если клиенту ничего не передавалось, то параметр %apache_length +записывал в лог отрицательную длину заголовка ответа. + + +the %apache_length parameter logged the negative length +of the response header if the no response was transferred to a client. + + + + + + @@ -19,7 +94,7 @@ the ngx_http_stub_status_module showed incorrect handled connections -statictics if the proxing or FastCGI server were used. +statistics if the proxing or FastCGI server were used. @@ -29,7 +104,7 @@ statictics if the proxing or FastCGI server were used. ошибка появилась в 0.1.21. -the installation pathes were incorrectly quoted on Linux and Solaris; +the installation paths were incorrectly quoted on Linux and Solaris; bug appeared in 0.1.21. @@ -46,7 +121,7 @@ bug appeared in 0.1.21. рабочих процессов на SMP машине. -the ngx_http_stub_status_module showed incorrect statictics +the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. @@ -82,7 +157,7 @@ nginx could not be built on NetBSD 2.0. the new "script_filename" and "remote_port" parameters -ofthe fastcgi_params directive. +of the fastcgi_params directive. @@ -91,7 +166,7 @@ ofthe fastcgi_params directive. неправильно обрабатывался поток stderr от FastCGI-сервера. -the FastCGI stderr stream was handled incorreсtly. +the FastCGI stderr stream was handled incorrectly. @@ -420,7 +495,7 @@ segmentation fault. выделенных частей не совпадает с числом подстановок. -the correct handling of the regular exporession, that +the correct handling of the regular expression, that has different number of the captures and substitutions. @@ -432,7 +507,7 @@ location, the location, that is passed to the FastCGI server, can be -regualar expression. +regular expression. @@ -480,9 +555,9 @@ bug appeared in 0.1.14. то происходил segmentation fault. -the same pathes in autoconfiguration paramters +the same paths in autoconfiguration parameters --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, -or --http-client-body-temp-path=PATH nad --http-fastcgi-temp-path=PATH +or --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH caused segmentation fault. @@ -783,7 +858,7 @@ method was used. автоматическое определение групп nobody и nogroup. -the autodetection of the nobody and nogroup groups. +the autodetection of the "nobody" and "nogroup" groups. @@ -960,7 +1035,7 @@ bug appeared in 0.1.5. использовалась конфигурация не из того location. -some location directive combiations with the regular expressions caused +some location directive combinations with the regular expressions caused the wrong configuration choose. -- cgit