comparison src/http/ngx_http_core_module.h @ 368:15c84a40e87d

nginx-0.0.7-2004-06-24-20:07:04 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 16:07:04 +0000
parents 7650aea1816f
children 9c2515d70489
comparison
equal deleted inserted replaced
367:ceec87d1c2b3 368:15c84a40e87d
18 } ngx_http_listen_t; 18 } ngx_http_listen_t;
19 19
20 20
21 typedef enum { 21 typedef enum {
22 NGX_HTTP_REWRITE_PHASE = 0, 22 NGX_HTTP_REWRITE_PHASE = 0,
23
23 NGX_HTTP_FIND_CONFIG_PHASE, 24 NGX_HTTP_FIND_CONFIG_PHASE,
25
26 NGX_HTTP_ACCESS_PHASE,
24 NGX_HTTP_CONTENT_PHASE, 27 NGX_HTTP_CONTENT_PHASE,
28
25 NGX_HTTP_LAST_PHASE 29 NGX_HTTP_LAST_PHASE
26 } ngx_http_phases; 30 } ngx_http_phases;
27 31
28 32
29 typedef struct { 33 typedef struct {