comparison src/http/ngx_http_request.h @ 580:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents bc110f60c0de
children c456a023113c
comparison
equal deleted inserted replaced
579:c570633043e7 580:4d3e880ce86c
70 #define NGX_HTTP_PARTIAL_CONTENT 206 70 #define NGX_HTTP_PARTIAL_CONTENT 206
71 71
72 #define NGX_HTTP_SPECIAL_RESPONSE 300 72 #define NGX_HTTP_SPECIAL_RESPONSE 300
73 #define NGX_HTTP_MOVED_PERMANENTLY 301 73 #define NGX_HTTP_MOVED_PERMANENTLY 301
74 #define NGX_HTTP_MOVED_TEMPORARILY 302 74 #define NGX_HTTP_MOVED_TEMPORARILY 302
75 #define NGX_HTTP_SEE_OTHER 303
75 #define NGX_HTTP_NOT_MODIFIED 304 76 #define NGX_HTTP_NOT_MODIFIED 304
76 77
77 #define NGX_HTTP_BAD_REQUEST 400 78 #define NGX_HTTP_BAD_REQUEST 400
78 #define NGX_HTTP_UNAUTHORIZED 401 79 #define NGX_HTTP_UNAUTHORIZED 401
79 #define NGX_HTTP_FORBIDDEN 403 80 #define NGX_HTTP_FORBIDDEN 403