summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-01-18 13:03:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-01-18 13:03:58 +0000
commit02025fd6bdfa997f521c3b26a08aeba366308e84 (patch)
tree44db6ebb4e310f97f4550b7d7d69932636764304 /docs/xml/nginx/changes.xml
parent543d02a4427e1833f8f9bdb60e3ff5e9fe2eb21b (diff)
downloadnginx-release-0.1.14.tar.gz
nginx-release-0.1.14.tar.bz2
nginx-0.1.14-RELEASE importrelease-0.1.14
*) Feature: the autoconfiguration directives: --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and --http-fastcgi-temp-path=PATH *) Change: the directory name for the temporary files with the client request body is specified by directive client_body_temp_path, by default it is <prefix>/client_body_temp. *) Feature: the ngx_http_fastcgi_module and the directives: fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params, fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout, fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers, fastcgi_busy_buffers_size, fastcgi_temp_path, fastcgi_max_temp_file_size, fastcgi_temp_file_write_size, fastcgi_next_upstream, and fastcgi_x_powered_by. *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in 0.1.3. *) Change: the URI must be specified after the host name in the proxy_pass directive. *) Change: the %3F symbol in the URI was considered as the argument string start. *) Feature: the unix domain sockets support in the ngx_http_proxy_module. *) Feature: the ssl_engine and ssl_ciphers directives. Thanks to Sergey Skvortsov for SSL-accelerator.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
-rw-r--r--docs/xml/nginx/changes.xml124
1 files changed, 124 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index cf3b3afcf..5144a5b43 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -6,6 +6,130 @@
title="nginx">
+<changes ver="0.1.14" date="18.01.2005">
+
+<change type="feature">
+<para lang="ru">
+параметры автоконфигурации
+--http-client-body-temp-path=PATH,
+--http-proxy-temp-path=PATH
+и --http-fastcgi-temp-path=PATH
+</para>
+<para lang="en">
+the autoconfiguration directives:
+--http-client-body-temp-path=PATH,
+--http-proxy-temp-path=PATH,
+and --http-fastcgi-temp-path=PATH
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+имя каталога с временными файлами, содержащие тело запроса клиента,
+задаётся директивой client_body_temp_path,
+по умолчанию &lt;prefix&gt;/client_body_temp.
+</para>
+<para lang="en">
+the directory name for the temporary files with the client request body
+is specified by directive client_body_temp_path,
+by default it is &lt;prefix&gt;/client_body_temp.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_fastcgi_module и директивы
+fastcgi_pass,
+fastcgi_root,
+fastcgi_index,
+fastcgi_params,
+fastcgi_connect_timeout,
+fastcgi_send_timeout,
+fastcgi_read_timeout,
+fastcgi_send_lowat,
+fastcgi_header_buffer_size,
+fastcgi_buffers,
+fastcgi_busy_buffers_size,
+fastcgi_temp_path,
+fastcgi_max_temp_file_size,
+fastcgi_temp_file_write_size,
+fastcgi_next_upstream
+и fastcgi_x_powered_by.
+
+</para>
+<para lang="en">
+the ngx_http_fastcgi_module and the directives:
+fastcgi_pass,
+fastcgi_root,
+fastcgi_index,
+fastcgi_params,
+fastcgi_connect_timeout,
+fastcgi_send_timeout,
+fastcgi_read_timeout,
+fastcgi_send_lowat,
+fastcgi_header_buffer_size,
+fastcgi_buffers,
+fastcgi_busy_buffers_size,
+fastcgi_temp_path,
+fastcgi_max_temp_file_size,
+fastcgi_temp_file_write_size,
+fastcgi_next_upstream,
+and fastcgi_x_powered_by.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибка "[alert] zero size buf";
+ошибка появилась в 0.1.3.
+</para>
+<para lang="en">
+the "[alert] zero size buf" error;
+bug appeared in 0.1.3.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+в директиве proxy_pass нужно обязательно указывать URI после имени хоста.
+</para>
+<para lang="en">
+the URI must be specified after the host name in the proxy_pass directive.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+если в URI встречался символ %3F, то он считался началом строки аргументов.
+</para>
+<para lang="en">
+the %3F symbol in the URI was considered as the argument string start.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+поддержка unix domain сoкетов в модуле ngx_http_proxy_module.
+</para>
+<para lang="en">
+the unix domain sockets support in the ngx_http_proxy_module.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директивы ssl_engine и ssl_ciphers.<br/>
+Спасибо Сергею Скворцову за SSL-акселератор.
+</para>
+<para lang="en">
+the ssl_engine and ssl_ciphers directives.<br/>
+Thanks to Sergey Skvortsov for SSL-accelerator.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.13" date="21.12.2004">
<change type="feature">