comparison auto/sources @ 569:174f1e853e1e release-0.3.6

nginx-0.3.6-RELEASE import *) Change: now the IMAP/POP3 proxy do not send the empty login to authorization server. *) Feature: the "log_format" supports the variables in the $name form. *) Bugfix: if at least in one server was no the "listen" directive, then nginx did not listen on the 80 port; the bug had appeared in 0.3.3. *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the the 80 port was always used.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2005 15:09:41 +0000
parents e48ebafc6939
children 58475592100c
comparison
equal deleted inserted replaced
568:91e400506e99 569:174f1e853e1e
260 src/http/ngx_http_cache.h \ 260 src/http/ngx_http_cache.h \
261 src/http/ngx_http_variables.h \ 261 src/http/ngx_http_variables.h \
262 src/http/ngx_http_script.h \ 262 src/http/ngx_http_script.h \
263 src/http/ngx_http_upstream.h \ 263 src/http/ngx_http_upstream.h \
264 src/http/ngx_http_busy_lock.h \ 264 src/http/ngx_http_busy_lock.h \
265 src/http/ngx_http_log_module.h" 265 src/http/modules/ngx_http_log_module.h"
266 266
267 HTTP_SRCS="src/http/ngx_http.c \ 267 HTTP_SRCS="src/http/ngx_http.c \
268 src/http/ngx_http_core_module.c \ 268 src/http/ngx_http_core_module.c \
269 src/http/ngx_http_special_response.c \ 269 src/http/ngx_http_special_response.c \
270 src/http/ngx_http_request.c \ 270 src/http/ngx_http_request.c \
271 src/http/ngx_http_parse.c \ 271 src/http/ngx_http_parse.c \
272 src/http/ngx_http_header_filter_module.c \ 272 src/http/ngx_http_header_filter_module.c \
273 src/http/ngx_http_write_filter_module.c \ 273 src/http/ngx_http_write_filter_module.c \
274 src/http/ngx_http_copy_filter_module.c \ 274 src/http/ngx_http_copy_filter_module.c \
275 src/http/ngx_http_log_module.c \ 275 src/http/modules/ngx_http_log_module.c \
276 src/http/ngx_http_request_body.c \ 276 src/http/ngx_http_request_body.c \
277 src/http/ngx_http_variables.c \ 277 src/http/ngx_http_variables.c \
278 src/http/ngx_http_script.c \ 278 src/http/ngx_http_script.c \
279 src/http/ngx_http_upstream.c \ 279 src/http/ngx_http_upstream.c \
280 src/http/ngx_http_parse_time.c \ 280 src/http/ngx_http_parse_time.c \