comparison CHANGES @ 60:df7d3fff122b NGINX_0_1_30

nginx 0.1.30 *) Bugfix: the worker process may got caught in an endless loop if the SSI was used. *) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: if the length of the response part received at once from proxied or FastCGI server was equal to 500, then nginx returns the 500 response code; in proxy mode the bug appeared in 0.1.29 only. *) Bugfix: nginx did not consider the directives with 8 or 9 parameters as invalid. *) Feature: the "return" directive can return the 204 response code. *) Feature: the "ignore_invalid_headers" directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 14 May 2005 00:00:00 +0400
parents b55cbf18157e
children 0790a8599248
comparison
equal deleted inserted replaced
59:4cb463ba8cce 60:df7d3fff122b
1
2 Changes with nginx 0.1.30 14 May 2005
3
4 *) Bugfix: the worker process may got caught in an endless loop if the
5 SSI was used.
6
7 *) Bugfix: the response encrypted by SSL may not transferred complete.
8
9 *) Bugfix: if the length of the response part received at once from
10 proxied or FastCGI server was equal to 500, then nginx returns the
11 500 response code; in proxy mode the bug appeared in 0.1.29 only.
12
13 *) Bugfix: nginx did not consider the directives with 8 or 9 parameters
14 as invalid.
15
16 *) Feature: the "return" directive can return the 204 response code.
17
18 *) Feature: the "ignore_invalid_headers" directive.
19
1 20
2 Changes with nginx 0.1.29 12 May 2005 21 Changes with nginx 0.1.29 12 May 2005
3 22
4 *) Feature: the ngx_http_ssi_module supports "include virtual" command. 23 *) Feature: the ngx_http_ssi_module supports "include virtual" command.
5 24
40 the "proxy_set_header X-URL http://$host:$server_port$request_uri" 59 the "proxy_set_header X-URL http://$host:$server_port$request_uri"
41 directive. 60 directive.
42 61
43 *) Feature: the "fastcgi_param" directive. 62 *) Feature: the "fastcgi_param" directive.
44 63
45 *) Change: the "fastcgi_set_var" and "fastcgi_params" directive are 64 *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params"
46 canceled and must be replaced with the fastcgi_param directives. 65 directive are canceled and must be replaced with the fastcgi_param
66 directives.
47 67
48 *) Feature: the "index" directive can use the variables. 68 *) Feature: the "index" directive can use the variables.
49 69
50 *) Feature: the "index" directive can be used at http and server levels. 70 *) Feature: the "index" directive can be used at http and server levels.
51 71