comparison src/http/modules/ngx_http_access_handler.c @ 408:d6e2b445c1b8

nginx-0.0.10-2004-08-27-19:40:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Aug 2004 15:40:59 +0000
parents 37b5381fb6d8
children da8c5707af39
comparison
equal deleted inserted replaced
407:35fe251cd231 408:d6e2b445c1b8
66 NGX_MODULE, 66 NGX_MODULE,
67 &ngx_http_access_module_ctx, /* module context */ 67 &ngx_http_access_module_ctx, /* module context */
68 ngx_http_access_commands, /* module directives */ 68 ngx_http_access_commands, /* module directives */
69 NGX_HTTP_MODULE, /* module type */ 69 NGX_HTTP_MODULE, /* module type */
70 ngx_http_access_init, /* init module */ 70 ngx_http_access_init, /* init module */
71 NULL /* init child */ 71 NULL /* init process */
72 }; 72 };
73 73
74 74
75 static ngx_int_t ngx_http_access_handler(ngx_http_request_t *r) 75 static ngx_int_t ngx_http_access_handler(ngx_http_request_t *r)
76 { 76 {