comparison src/http/ngx_http_request.h @ 6:80ba094c6b3e NGINX_0_1_3

nginx 0.1.3 *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Oct 2004 00:00:00 +0400
parents 4b2dafa26fe2
children 46833bd150cb
comparison
equal deleted inserted replaced
5:985c56ebe724 6:80ba094c6b3e
144 144
145 ngx_table_elt_t *keep_alive; 145 ngx_table_elt_t *keep_alive;
146 146
147 #if (NGX_HTTP_PROXY) 147 #if (NGX_HTTP_PROXY)
148 ngx_table_elt_t *x_forwarded_for; 148 ngx_table_elt_t *x_forwarded_for;
149 ngx_table_elt_t *x_real_ip;
150 ngx_table_elt_t *x_url;
149 #endif 151 #endif
150 152
151 ngx_array_t cookies; 153 ngx_array_t cookies;
152 154
153 size_t host_name_len; 155 size_t host_name_len;
281 ngx_http_request_t *main; 283 ngx_http_request_t *main;
282 284
283 uint32_t in_addr; 285 uint32_t in_addr;
284 ngx_uint_t port; 286 ngx_uint_t port;
285 ngx_str_t *port_text; /* ":80" */ 287 ngx_str_t *port_text; /* ":80" */
286 ngx_str_t *server_name; 288 ngx_str_t server_name;
287 ngx_array_t *virtual_names; 289 ngx_array_t *virtual_names;
288 290
289 ngx_uint_t phase; 291 ngx_uint_t phase;
290 ngx_int_t phase_handler; 292 ngx_int_t phase_handler;
291 ngx_http_handler_pt content_handler; 293 ngx_http_handler_pt content_handler;