comparison docs/xml/nginx/changes.xml @ 479:c52408583801 release-0.1.14

nginx-0.1.14-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Jan 2005 13:03:58 +0000
parents ad1e9ebf93bb
children fd661d14a7fa
comparison
equal deleted inserted replaced
478:e6576f690993 479:c52408583801
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7
8
9 <changes ver="0.1.14" date="18.01.2005">
10
11 <change type="feature">
12 <para lang="ru">
13 параметры автоконфигурации
14 --http-client-body-temp-path=PATH,
15 --http-proxy-temp-path=PATH
16 и --http-fastcgi-temp-path=PATH
17 </para>
18 <para lang="en">
19 the autoconfiguration directives:
20 --http-client-body-temp-path=PATH,
21 --http-proxy-temp-path=PATH,
22 and --http-fastcgi-temp-path=PATH
23 </para>
24 </change>
25
26 <change type="change">
27 <para lang="ru">
28 имя каталога с временными файлами, содержащие тело запроса клиента,
29 задаётся директивой client_body_temp_path,
30 по умолчанию &lt;prefix&gt;/client_body_temp.
31 </para>
32 <para lang="en">
33 the directory name for the temporary files with the client request body
34 is specified by directive client_body_temp_path,
35 by default it is &lt;prefix&gt;/client_body_temp.
36 </para>
37 </change>
38
39 <change type="feature">
40 <para lang="ru">
41 модуль ngx_http_fastcgi_module и директивы
42 fastcgi_pass,
43 fastcgi_root,
44 fastcgi_index,
45 fastcgi_params,
46 fastcgi_connect_timeout,
47 fastcgi_send_timeout,
48 fastcgi_read_timeout,
49 fastcgi_send_lowat,
50 fastcgi_header_buffer_size,
51 fastcgi_buffers,
52 fastcgi_busy_buffers_size,
53 fastcgi_temp_path,
54 fastcgi_max_temp_file_size,
55 fastcgi_temp_file_write_size,
56 fastcgi_next_upstream
57 и fastcgi_x_powered_by.
58
59 </para>
60 <para lang="en">
61 the ngx_http_fastcgi_module and the directives:
62 fastcgi_pass,
63 fastcgi_root,
64 fastcgi_index,
65 fastcgi_params,
66 fastcgi_connect_timeout,
67 fastcgi_send_timeout,
68 fastcgi_read_timeout,
69 fastcgi_send_lowat,
70 fastcgi_header_buffer_size,
71 fastcgi_buffers,
72 fastcgi_busy_buffers_size,
73 fastcgi_temp_path,
74 fastcgi_max_temp_file_size,
75 fastcgi_temp_file_write_size,
76 fastcgi_next_upstream,
77 and fastcgi_x_powered_by.
78 </para>
79 </change>
80
81 <change type="bugfix">
82 <para lang="ru">
83 ошибка "[alert] zero size buf";
84 ошибка появилась в 0.1.3.
85 </para>
86 <para lang="en">
87 the "[alert] zero size buf" error;
88 bug appeared in 0.1.3.
89 </para>
90 </change>
91
92 <change type="change">
93 <para lang="ru">
94 в директиве proxy_pass нужно обязательно указывать URI после имени хоста.
95 </para>
96 <para lang="en">
97 the URI must be specified after the host name in the proxy_pass directive.
98 </para>
99 </change>
100
101 <change type="change">
102 <para lang="ru">
103 если в URI встречался символ %3F, то он считался началом строки аргументов.
104 </para>
105 <para lang="en">
106 the %3F symbol in the URI was considered as the argument string start.
107 </para>
108 </change>
109
110 <change type="feature">
111 <para lang="ru">
112 поддержка unix domain сoкетов в модуле ngx_http_proxy_module.
113 </para>
114 <para lang="en">
115 the unix domain sockets support in the ngx_http_proxy_module.
116 </para>
117 </change>
118
119 <change type="feature">
120 <para lang="ru">
121 директивы ssl_engine и ssl_ciphers.<br/>
122 Спасибо Сергею Скворцову за SSL-акселератор.
123 </para>
124 <para lang="en">
125 the ssl_engine and ssl_ciphers directives.<br/>
126 Thanks to Sergey Skvortsov for SSL-accelerator.
127 </para>
128 </change>
129
130 </changes>
7 131
8 132
9 <changes ver="0.1.13" date="21.12.2004"> 133 <changes ver="0.1.13" date="21.12.2004">
10 134
11 <change type="feature"> 135 <change type="feature">