diff options
author | Daniel Ruggeri <druggeri@apache.org> | 2017-04-05 03:11:36 +0200 |
---|---|---|
committer | Daniel Ruggeri <druggeri@apache.org> | 2017-04-05 03:11:36 +0200 |
commit | edc3965d1a5ff63abeb081e4501fe8262f1bd0bf (patch) | |
tree | 325c80c7a07901e6052bab3404d705c1c6861e4b /modules/metadata | |
parent | On the trunk: (diff) | |
download | apache2-edc3965d1a5ff63abeb081e4501fe8262f1bd0bf.tar.xz apache2-edc3965d1a5ff63abeb081e4501fe8262f1bd0bf.zip |
Rename RemoteIPProxyProtocolDisableHosts to RemoteIPProxyProtocolExceptions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata')
-rw-r--r-- | modules/metadata/mod_remoteip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/mod_remoteip.c b/modules/metadata/mod_remoteip.c index 573adadbb2..6a9f3ab60b 100644 --- a/modules/metadata/mod_remoteip.c +++ b/modules/metadata/mod_remoteip.c @@ -1191,7 +1191,7 @@ static const command_rec remoteip_cmds[] = "see the RemoteIPInternalProxy directive"), AP_INIT_FLAG("RemoteIPProxyProtocol", remoteip_enable_proxy_protocol, NULL, RSRC_CONF, "Enable PROXY protocol handling (`on', `off')"), - AP_INIT_TAKE_ARGV("RemoteIPProxyProtocolDisableHosts", + AP_INIT_TAKE_ARGV("RemoteIPProxyProtocolExceptions", remoteip_disable_networks, NULL, RSRC_CONF, "Disable PROXY " "protocol handling for this list of networks in CIDR format"), { NULL } |