]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished adaptation_send_client_ip and adaptation_uses_indirect_client docs.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 5 Apr 2011 20:57:57 +0000 (14:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 5 Apr 2011 20:57:57 +0000 (14:57 -0600)
src/cf.data.pre

index 9dec2679c9e434f44b97cf4ac737afa93e15e2f7..478f126f32c3338f03deb76ef1c957860dffba7a 100644 (file)
@@ -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