]> granicus.if.org Git - apache/commit
Introduce a per request version of the remote IP address, which can be
authorGraham Leggett <minfrin@apache.org>
Tue, 22 Nov 2011 13:10:39 +0000 (13:10 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 22 Nov 2011 13:10:39 +0000 (13:10 +0000)
commit4ee7eea4cf60fad5fca9fe9c39d306ae870b5907
tree26ad4d77ee36f67a65343a1d5a13cc31ecc458e8
parente68738b5dcfc7d243b3eb91b541b9739910a34ce
Introduce a per request version of the remote IP address, which can be
optionally modified by a module when the effective IP of the client
is not the same as the real IP of the client (such as a load balancer).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204968 13f79535-47bb-0310-9956-ffa450edef68
18 files changed:
include/httpd.h
modules/aaa/mod_access_compat.c
modules/aaa/mod_authz_host.c
modules/arch/netware/mod_nw_ssl.c
modules/filters/mod_ext_filter.c
modules/http/http_request.c
modules/loggers/mod_log_config.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_remoteip.c
modules/metadata/mod_setenvif.c
modules/proxy/ajp_header.c
modules/proxy/mod_proxy_http.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_vars.c
server/log.c
server/protocol.c
server/request.c
server/util_expr_eval.c