comparison auto/os/features @ 466:9eda3153223b NGINX_0_7_45

nginx 0.7.45 *) Change: now the "proxy_cache" and the "proxy_cache_valid" can be set on different levels. *) Change: the "clean_time" parameter of the "proxy_cache_path" directive is canceled. *) Feature: the "max_size" parameter of the "proxy_cache_path" directive. *) Feature: the ngx_http_fastcgi_module preliminary cache support. *) Feature: now on shared memory allocation errors directive and zone names are logged. *) Bugfix: the directive "add_header last-modified ''" did not delete a "Last-Modified" response header line; the bug had appeared in 0.7.44. *) Bugfix: a relative path in the "auth_basic_user_file" directive given without variables did not work; the bug had appeared in 0.7.44. Thanks to Jerome Loyet. *) Bugfix: in an "alias" directive given using variables without references to captures of regular expressions; the bug had appeared in 0.7.42.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Mar 2009 00:00:00 +0400
parents a8e3f1441eec
children 56baf312c1b5
comparison
equal deleted inserted replaced
465:29602be46850 466:9eda3153223b
96 96
97 ngx_feature="kqueue's EVFILT_TIMER" 97 ngx_feature="kqueue's EVFILT_TIMER"
98 ngx_feature_name="NGX_HAVE_TIMER_EVENT" 98 ngx_feature_name="NGX_HAVE_TIMER_EVENT"
99 ngx_feature_run=yes 99 ngx_feature_run=yes
100 ngx_feature_incs="#include <sys/event.h> 100 ngx_feature_incs="#include <sys/event.h>
101 #include <sys/time.h>" 101 #include <sys/time.h>"
102 ngx_feature_path= 102 ngx_feature_path=
103 ngx_feature_libs= 103 ngx_feature_libs=
104 ngx_feature_test="int kq; 104 ngx_feature_test="int kq;
105 struct kevent kev; 105 struct kevent kev;
106 struct timespec ts; 106 struct timespec ts;