comparison auto/sources @ 464:c8cfb6c462ef NGINX_0_7_44

nginx 0.7.44 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query string in a fallback parameter. *) Bugfix: the "try_files" directive might test incorrectly directories. *) Bugfix: if there is the single server for given address:port pair, then captures in regular expressions in a "server_name" directive did not work.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Mar 2009 00:00:00 +0300
parents b4f69f2ef02c
children 549994537f15
comparison
equal deleted inserted replaced
463:51cb914e6d3a 464:c8cfb6c462ef
31 src/core/ngx_shmtx.h \ 31 src/core/ngx_shmtx.h \
32 src/core/ngx_connection.h \ 32 src/core/ngx_connection.h \
33 src/core/ngx_cycle.h \ 33 src/core/ngx_cycle.h \
34 src/core/ngx_conf_file.h \ 34 src/core/ngx_conf_file.h \
35 src/core/ngx_resolver.h \ 35 src/core/ngx_resolver.h \
36 src/core/ngx_open_file_cache.h \ 36 src/core/ngx_open_file_cache.h"
37 src/core/ngx_garbage_collector.h"
38 37
39 38
40 CORE_SRCS="src/core/nginx.c \ 39 CORE_SRCS="src/core/nginx.c \
41 src/core/ngx_log.c \ 40 src/core/ngx_log.c \
42 src/core/ngx_palloc.c \ 41 src/core/ngx_palloc.c \
60 src/core/ngx_cycle.c \ 59 src/core/ngx_cycle.c \
61 src/core/ngx_spinlock.c \ 60 src/core/ngx_spinlock.c \
62 src/core/ngx_cpuinfo.c \ 61 src/core/ngx_cpuinfo.c \
63 src/core/ngx_conf_file.c \ 62 src/core/ngx_conf_file.c \
64 src/core/ngx_resolver.c \ 63 src/core/ngx_resolver.c \
65 src/core/ngx_open_file_cache.c \ 64 src/core/ngx_open_file_cache.c"
66 src/core/ngx_garbage_collector.c"
67 65
68 66
69 REGEX_DEPS=src/core/ngx_regex.h 67 REGEX_DEPS=src/core/ngx_regex.h
70 REGEX_SRCS=src/core/ngx_regex.c 68 REGEX_SRCS=src/core/ngx_regex.c
71 69
251 249
252 HTTP_MODULES="ngx_http_module \ 250 HTTP_MODULES="ngx_http_module \
253 ngx_http_core_module \ 251 ngx_http_core_module \
254 ngx_http_log_module \ 252 ngx_http_log_module \
255 ngx_http_upstream_module" 253 ngx_http_upstream_module"
256
257 HTTP_CACHE_MODULE=ngx_http_cache_module
258 254
259 HTTP_WRITE_FILTER_MODULE="ngx_http_write_filter_module" 255 HTTP_WRITE_FILTER_MODULE="ngx_http_write_filter_module"
260 HTTP_HEADER_FILTER_MODULE="ngx_http_header_filter_module" 256 HTTP_HEADER_FILTER_MODULE="ngx_http_header_filter_module"
261 257
262 HTTP_POSTPONE_FILTER_MODULE=ngx_http_postpone_filter_module 258 HTTP_POSTPONE_FILTER_MODULE=ngx_http_postpone_filter_module
311 # STUB 307 # STUB
312 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c" 308 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
313 309
314 HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c 310 HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
315 311
316 HTTP_CACHE_SRCS=src/http/ngx_http_cache.c
317 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c 312 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
318 313
319 314
320 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module 315 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
321 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter_module.c 316 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter_module.c