comparison CHANGES.ru @ 36:a39d1b793287 NGINX_0_1_18

nginx 0.1.18 *) Workaround: the default values of the devpoll_events and the devpoll_changes directives changed from 512 to 32 to be compatible with Solaris 10. *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not inherited. *) Bugfix: in the redirect rewrite directive the arguments were concatenated with URI by the "&" rather than the "?". *) Bugfix: the lines without trailing ";" in the file being included by the ngx_http_geo_module were silently ignored. *) Feature: the ngx_http_stub_status_module. *) Bugfix: the unknown log format in the access_log directive caused the segmentation fault. *) Feature: the new "document_root" parameter of the fastcgi_params directive. *) Feature: the fastcgi_redirect_errors directive. *) Feature: the new "break" modifier of the "rewrite" directive allows to stop the rewrite/location cycle and sets the current configuration to the request.
author Igor Sysoev <http://sysoev.ru>
date Wed, 09 Feb 2005 00:00:00 +0300
parents aab2ea7c0458
children 2879cd3a40cb
comparison
equal deleted inserted replaced
35:ef53675fe4a6 36:a39d1b793287
1
2 Изменения в nginx 0.1.18 09.02.2005
3
4 *) Изменение: для совместимости с Solaris 10 в директивах
5 devpoll_events и devpoll_changes значения по умолчанию уменьшены с
6 512 до 32.
7
8 *) Исправление: директивы proxy_set_x_var и fastcgi_set_var не
9 наследовались.
10
11 *) Исправление: в директиве rewrite, возвращающей редирект, аргументы
12 присоединялись к URI через символ "&" вместо "?".
13
14 *) Исправление: строки для модуля ngx_http_geo_module без символа ";"
15 во включённом файле игнорировались.
16
17 *) Добавление: модуль ngx_http_stub_status_module.
18
19 *) Исправление: неизвестный формат лог-файла в директиве access_log
20 вызывал segmentation fault.
21
22 *) Добавление: новый параметр document_root в директиве fastcgi_params.
23
24 *) Добавление: директива fastcgi_redirect_errors.
25
26 *) Добавление: новый модификатор break в директиве rewrite позволяет
27 прекратить цикл rewrite/location и устанавливает текущую
28 конфигурацию для запроса.
29
1 30
2 Изменения в nginx 0.1.17 03.02.2005 31 Изменения в nginx 0.1.17 03.02.2005
3 32
4 *) Добавление: модуль ngx_http_rewrite_module полностью переписан. 33 *) Добавление: модуль ngx_http_rewrite_module полностью переписан.
5 Теперь можно делать редиректы, возвращать коды ошибок и проверять 34 Теперь можно делать редиректы, возвращать коды ошибок и проверять