comparison auto/sources @ 118:644a7935144b NGINX_0_3_6

nginx 0.3.6 *) 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; bug 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 <http://sysoev.ru>
date Mon, 24 Oct 2005 00:00:00 +0400
parents dad2fe8ecf08
children d25a1d6034f1
comparison
equal deleted inserted replaced
117:0821ea4ccfc5 118:644a7935144b
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 \