comparison docs/xml/nginx/changes.xml @ 503:b1648294f693 release-0.1.26

nginx-0.1.26-RELEASE import *) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Mar 2005 16:02:46 +0000
parents d4ea69372b94
children ee66921ecd47
comparison
equal deleted inserted replaced
502:2017b79d7db5 503:b1648294f693
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 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.1.26" date="22.03.2005">
13
14 <change type="change">
15 <para lang="ru">
16 неверные строки заголовка, переданные клиентом, теперь игнорируется и
17 записываются в error_log на уровне info.
18 </para>
19 <para lang="en">
20 the invalid client header lines are now ignored and logged at the info level.
21 </para>
22 </change>
23
24 <change type="change">
25 <para lang="ru">
26 при записи ошибок в лог записывается так же имя хоста, при обращении
27 к которому, произошла ошибка.
28 </para>
29 <para lang="en">
30 the host name is also logged in error log.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 модуль ngx_http_auth_basic_module и директивы auth_basic и
37 auth_basic_user_file.
38 </para>
39 <para lang="en">
40 the ngx_http_auth_basic_module module and the auth_basic and
41 auth_basic_user_file directives.
42 </para>
43 </change>
44
45 </changes>
10 46
11 47
12 <changes ver="0.1.25" date="19.03.2005"> 48 <changes ver="0.1.25" date="19.03.2005">
13 49
14 <change type="bugfix"> 50 <change type="bugfix">