summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-09-20 15:41:45 +0200
committerJim Jagielski <jim@apache.org>2012-09-20 15:41:45 +0200
commitb360fcb2d2fad34e296a438fdc852ceb91f681a5 (patch)
tree570a386ff49b1995d4dccf69294ad8d46b1bd1cc /modules/proxy/mod_proxy.h
parentInstall the new printenv.vbs file in cgi-bin on Windows (diff)
downloadapache2-b360fcb2d2fad34e296a438fdc852ceb91f681a5.tar.xz
apache2-b360fcb2d2fad34e296a438fdc852ceb91f681a5.zip
OK, enable/allow previous broken, bad behavior iff the user
really, really wants it. And warn that b-m isn't recommended in those cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/mod_proxy.h')
-rw-r--r--modules/proxy/mod_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index f1b64d6daa..9fd18d8f18 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -179,6 +179,7 @@ typedef struct {
unsigned int source_address_set:1;
unsigned int bgrowth_set:1;
unsigned int bal_persist:1;
+ unsigned int inherit:1;
} proxy_server_conf;