summaryrefslogtreecommitdiff
path: root/include/http_core.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2016-03-14 15:42:45 +0000
committerJeff Trawick <trawick@apache.org>2016-03-14 15:42:45 +0000
commit9b6702a85c165ca6503f564b1653dc2e3f72404f (patch)
tree4498dbddd94a93e12073fe69fe759a48b1692546 /include/http_core.h
parent2d292b96bb0c65b04b962a4aa4be48741d37eefd (diff)
downloadhttpd-9b6702a85c165ca6503f564b1653dc2e3f72404f.tar.gz
Add CGIVar directive for configuring REQUEST_URI behavior
The goal is to use this one directive to handle any configurable CGI variable behavior; only one CGI variable is supported initially. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 1e1882d679..3bd6663657 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -673,6 +673,9 @@ typedef struct {
unsigned int qualify_redirect_url :2;
ap_expr_info_t *expr_handler; /* forced with SetHandler */
+
+ /** Table of rules for building CGI variables, NULL if none configured */
+ apr_hash_t *cgi_var_rules;
} core_dir_config;
/* macro to implement off by default behaviour */