comparison src/http/modules/ngx_http_userid_filter_module.c @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 371c1cee100d
children 45033d85b30e
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
175 ngx_module_t ngx_http_userid_filter_module = { 175 ngx_module_t ngx_http_userid_filter_module = {
176 NGX_MODULE_V1, 176 NGX_MODULE_V1,
177 &ngx_http_userid_filter_module_ctx, /* module context */ 177 &ngx_http_userid_filter_module_ctx, /* module context */
178 ngx_http_userid_commands, /* module directives */ 178 ngx_http_userid_commands, /* module directives */
179 NGX_HTTP_MODULE, /* module type */ 179 NGX_HTTP_MODULE, /* module type */
180 NULL, /* init master */
180 ngx_http_userid_init, /* init module */ 181 ngx_http_userid_init, /* init module */
181 NULL /* init process */ 182 NULL, /* init process */
183 NULL, /* init thread */
184 NULL, /* exit thread */
185 NULL, /* exit process */
186 NULL, /* exit master */
187 NGX_MODULE_V1_PADDING
182 }; 188 };
183 189
184 190
185 static ngx_http_log_op_name_t ngx_http_userid_log_fmt_ops[] = { 191 static ngx_http_log_op_name_t ngx_http_userid_log_fmt_ops[] = {
186 { ngx_string("uid_got"), 0, NULL, 192 { ngx_string("uid_got"), 0, NULL,