# HG changeset patch # User Igor Sysoev # Date 1163620931 0 # Node ID 979045fdcbd20cf7188545c1c589ff240251f890 # Parent c2cae54f204594afce92bedcb6f1c3cf4ea65a76 nginx-0.4.13-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,93 @@ nginx changelog + + + + +директиву proxy_pass можно использовать внутри блока limit_expect. + + +the "proxy_pass" directive may be used inside the "limit_expect" block. + + + + + +директива limit_expect поддерживает все WebDAV методы. + + +the "limit_expect" directive supports all WebDAV methods. + + + + + +при использовании директивы add_before_body без директивы add_after_body +ответ передавался не полностью. + + +if the "add_before_body" directive was used without +the "add_after_body" directive, then an response did not transferred complete. + + + + + +большое тело запроса не принималось, если использовались метод epoll +и deferred accept(). + + +a large request body did not receive if the epoll method +and the deferred accept() were used. + + + + + +для ответов модуля ngx_http_autoindex_module не выставлялась кодировка; +ошибка появилась в 0.3.50. + + +a charset could not be set for ngx_http_autoindex_module responses; +bug appeared in 0.3.50. + + + + + +ошибки "[alert] zero size buf" при работе с FastCGI-сервером; + + +the "[alert] zero size buf" error when FastCGI server was used; + + + + + +параметр конфигурации --group= игнорировался.
+Спасибо Thomas Moschny. +
+ +the --group= configuration parameter was ignored.
+Thanks to Thomas Moschny. +
+
+ + + +50-й подзапрос в SSI ответе не работал; +ошибка появилась в 0.3.50. + + +the 50th subrequest in SSI response did not work; +bug appeared in 0.3.50. + + + +
+ + @@ -70,7 +157,7 @@ the ngx_http_perl_module supports the $r ошибка появилась в 0.4.10. -if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands +if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10. @@ -83,10 +170,10 @@ bug appeared in 0.4.10. -IMAP/POP3 прокси поддерживает APOP. - - -the IMAP/POP3 proxy supports the APOP command. +POP3 прокси поддерживает APOP. + + +the POP3 proxy supports the APOP command.