comparison CHANGES @ 462:dcb6b5f9d526 NGINX_0_7_43

nginx 0.7.43 *) Bugfix: a request was handled incorrectly, if a "root" directive used variables; the bug had appeared in 0.7.42. *) Bugfix: if a server listened on wildcard address, then the $server_addr variable value was "0.0.0.0"; the bug had appeared in 0.7.36.
author Igor Sysoev <http://sysoev.ru>
date Wed, 18 Mar 2009 00:00:00 +0300
parents bb941a2996a6
children c8cfb6c462ef
comparison
equal deleted inserted replaced
461:47877bb9e445 462:dcb6b5f9d526
1
2 Changes with nginx 0.7.43 18 Mar 2009
3
4 *) Bugfix: a request was handled incorrectly, if a "root" directive
5 used variables; the bug had appeared in 0.7.42.
6
7 *) Bugfix: if a server listened on wildcard address, then the
8 $server_addr variable value was "0.0.0.0"; the bug had appeared in
9 0.7.36.
10
1 11
2 Changes with nginx 0.7.42 16 Mar 2009 12 Changes with nginx 0.7.42 16 Mar 2009
3 13
4 *) Change: now the "Invalid argument" error returned by 14 *) Change: now the "Invalid argument" error returned by
5 setsockopt(TCP_NODELAY) on Solaris, is ignored. 15 setsockopt(TCP_NODELAY) on Solaris, is ignored.
6 16
7 *) Change: now if a file specified in a "auth_basic_user_file" 17 *) Change: now if a file specified in a "auth_basic_user_file"
8 directive is absent, then the 405 error is returned instead of the 18 directive is absent, then the 403 error is returned instead of the
9 500 one. 19 500 one.
10 20
11 *) Feature: the "auth_basic_user_file" directive supports variables. 21 *) Feature: the "auth_basic_user_file" directive supports variables.
12 Thanks to Kirill A. Korinskiy. 22 Thanks to Kirill A. Korinskiy.
13 23