comparison src/http/ngx_http_request.h @ 478:f2c6a7373274 NGINX_0_7_51

nginx 0.7.51 *) Feature: the "try_files" directive supports a response code in the fallback parameter. *) Feature: now any response code can be used in the "return" directive. *) Bugfix: the "error_page" directive made an external redirect without query string; the bug had appeared in 0.7.44. *) Bugfix: if servers listened on several defined explicitly addresses, then virtual servers might not work; the bug had appeared in 0.7.39.
author Igor Sysoev <http://sysoev.ru>
date Sun, 12 Apr 2009 00:00:00 +0400
parents c8cfb6c462ef
children 829f9a66a659
comparison
equal deleted inserted replaced
477:ba2ea8c4d60f 478:f2c6a7373274
384 ngx_http_request_t *main; 384 ngx_http_request_t *main;
385 ngx_http_request_t *parent; 385 ngx_http_request_t *parent;
386 ngx_http_postponed_request_t *postponed; 386 ngx_http_postponed_request_t *postponed;
387 ngx_http_post_subrequest_t *post_subrequest; 387 ngx_http_post_subrequest_t *post_subrequest;
388 ngx_http_posted_request_t *posted_requests; 388 ngx_http_posted_request_t *posted_requests;
389
390 ngx_http_virtual_names_t *virtual_names;
389 391
390 ngx_int_t phase_handler; 392 ngx_int_t phase_handler;
391 ngx_http_handler_pt content_handler; 393 ngx_http_handler_pt content_handler;
392 ngx_uint_t access_code; 394 ngx_uint_t access_code;
393 395