comparison CHANGES.ru @ 50:72eb30262aac NGINX_0_1_25

nginx 0.1.25 *) Bugfix: nginx did run on Linux parisc. *) Feature: nginx now does not start under FreeBSD if the sysctl kern.ipc.somaxconn value is too big. *) Bugfix: if a request was internally redirected by the ngx_http_index_module module to the ngx_http_proxy_module or ngx_http_fastcgi_module modules, then the index file was not closed after request completion. *) Feature: the "proxy_pass" can be used in location with regular expression. *) Feature: the ngx_http_rewrite_filter_module module supports the condition like "if ($HTTP_USER_AGENT ~ MSIE)". *) Bugfix: nginx started too slow if the large number of addresses and text values were used in the "geo" directive. *) Change: a variable name must be declared as "$name" in the "geo" directive. The previous variant without "$" is still supported, but will be removed soon. *) Feature: the "%{VARIABLE}v" logging parameter. *) Feature: the "set $name value" directive. *) Bugfix: gcc 4.0 compatibility. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 19 Mar 2005 00:00:00 +0300
parents 6cfc63e68377
children 0d75d65c642f
comparison
equal deleted inserted replaced
49:93dabbc9efb9 50:72eb30262aac
1
2 Изменения в nginx 0.1.25 19.03.2005
3
4 *) Исправление: nginx не работал на Linux parisc.
5
6 *) Добавление: nginx теперь не запускается под FreeBSD, если значение
7 sysctl kern.ipc.somaxconn слишком большое.
8
9 *) Исправление: если модуль ngx_http_index_module делал внутреннее
10 перенаправление запроса в модули ngx_http_proxy_module или
11 ngx_http_fastcgi_module, то файл индекса не закрывался после
12 обслуживания запроса.
13
14 *) Добавление: директива proxy_pass может использоваться в location,
15 заданных регулярным выражением.
16
17 *) Добавление: модуль ngx_http_rewrite_filter_module поддерживает
18 условия вида "if ($HTTP_USER_AGENT ~ MSIE)".
19
20 *) Исправление: nginx очень медленно запускался при большом количестве
21 адресов и использовании текстовых значений в директиве geo.
22
23 *) Изменение: имя переменной в директиве geo нужно указывать, как
24 $name. Прежний вариант без "$" пока работает, но вскоре будет убран.
25
26 *) Добавление: параметр лога "%{VARIABLE}v".
27
28 *) Добавление: директива "set $name value".
29
30 *) Исправление: совместимость с gcc 4.0.
31
32 *) Добавление: параметр автоконфигурации --with-openssl-opt=OPTIONS.
33
1 34
2 Изменения в nginx 0.1.24 04.03.2005 35 Изменения в nginx 0.1.24 04.03.2005
3 36
4 *) Добавление: модуль ngx_http_ssi_filter_module поддерживает 37 *) Добавление: модуль ngx_http_ssi_filter_module поддерживает
5 переменные QUERY_STRING и DOCUMENT_URI. 38 переменные QUERY_STRING и DOCUMENT_URI.