# HG changeset patch # User Igor Sysoev # Date 1180965476 0 # Node ID f461a49b6c747e0b67f721f2be172902afea5528 # Parent 863c3490103e5f9ae030fc3b09e55f64b7455778 nginx-0.5.23-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,64 @@ nginx changelog + + + + +модуль ngx_http_ssl_module поддерживает расширение TLS Server Name Indication. + + +the ngx_http_ssl_module supports Server Name Indication TLS extension. + + + + + +директива fastcgi_catch_stderr.
+Спасибо Николаю Гречуху, проект OWOX. +
+ +the "fastcgi_catch_stderr" directive.
+Thanks to Nick S. Grechukh, OWOX project. +
+
+ + + +на Линуксе в основном процессе происходил segmentation fault, +если два виртуальных сервера должны bind()ится к пересекающимся портам. + + +a segmentation fault occurred in master process if +two virtual servers should bind() to the overlapping ports. + + + + + +если nginx был собран с модулем ngx_http_perl_module и perl +поддерживал потоки, то во время второй переконфигурации +выдавались ошибки "panic: MUTEX_LOCK" и "perl_parse() failed". + + +if nginx was built with ngx_http_perl_module and perl supported threads, +then during second reconfiguration the error messages +"panic: MUTEX_LOCK" and "perl_parse() failed" were issued. + + + + + +в использовании протокола HTTPS в директиве proxy_pass. + + +in the HTTPS protocol in the "proxy_pass" directive. + + + +
+ + @@ -17,7 +75,7 @@ ошибка появилась в 0.5.21. -the big request body might not be passed to backend; +a big request body might not be passed to backend; bug appeared in 0.5.21.