From: Alex Rousskov Date: Tue, 5 Apr 2011 20:57:57 +0000 (-0600) Subject: Polished adaptation_send_client_ip and adaptation_uses_indirect_client docs. X-Git-Tag: take06~27^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea3ae478c4ded498d06fe9b59cd0f52bbae7a132;p=thirdparty%2Fsquid.git Polished adaptation_send_client_ip and adaptation_uses_indirect_client docs. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 9dec2679c9..478f126f32 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -4155,10 +4155,10 @@ IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_ADAPTATION DEFAULT: on LOC: Adaptation::Config::use_indirect_client DOC_START - Controls whether the indirect client address - (see follow_x_forwarded_for) instead of the - direct client address is passed to an ICAP - server as "X-Client-IP". + Controls whether the indirect client IP address (instead of the direct + client IP address) is passed to adaptation services. + + See also: follow_x_forwarded_for adaptation_send_client_ip DOC_END NAME: via @@ -6427,7 +6427,11 @@ COMMENT: on|off LOC: Adaptation::Config::send_client_ip DEFAULT: off DOC_START - This adds the header "X-Client-IP" to ICAP requests. + If enabled, Squid shares HTTP client IP information with adaptation + services. For ICAP, Squid adds the X-Client-IP header to ICAP requests. + For eCAP, Squid sets the libecap::metaClientIp transaction option. + + See also: adaptation_uses_indirect_client DOC_END NAME: adaptation_send_username icap_send_client_username