aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-04-07 14:08:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-04-07 14:08:04 +0000
commit94e32ce7f885ecc648ae6377276f8813fc1c9347 (patch)
tree88da0722e206c60326b466b85ab118c00be13f55 /src/http/ngx_http_core_module.h
parent7469680c6c32901e7b6082a0e564430b587bbcfa (diff)
downloadnginx-release-0.3.37.tar.gz
nginx-release-0.3.37.zip
nginx-0.3.37-RELEASE importrelease-0.3.37
*) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 9f5b65c96..6e19ebf8c 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -28,6 +28,8 @@ typedef struct {
ngx_uint_t deferred_accept;
#endif
+ u_char addr[INET_ADDRSTRLEN + 6];
+
} ngx_http_listen_conf_t;
@@ -196,6 +198,9 @@ struct ngx_http_core_loc_conf_s {
/* pointer to the modules' loc_conf */
void **loc_conf ;
+ uint32_t limit_except;
+ void **limit_except_loc_conf ;
+
ngx_http_handler_pt handler;
ngx_str_t root; /* root, alias */