From: Adam Dickmeiss Date: Mon, 27 Oct 2014 13:52:19 +0000 (+0100) Subject: Document bind_host for {http,z3950}_client X-Git-Tag: v1.7.0~2 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=62115bba63edf2fc7be111351842bedfd102b239 Document bind_host for {http,z3950}_client --- diff --git a/doc/http_client.xml b/doc/http_client.xml index 30fd3f8..50ef7b8 100644 --- a/doc/http_client.xml +++ b/doc/http_client.xml @@ -23,7 +23,7 @@ DESCRIPTION - This module implements HTTP client functionality. Filter rontend_net + This module implements HTTP client functionality. Filter frontend_net + http_client in combo - acts as a normal, non-transparent, proxy. @@ -35,6 +35,49 @@ The configuration element, proxy, is optional and enables a remote HTTP proxy to be in use. + + + default-host + + + Specifies host for transparant proxy mode. + + + + max-redirects + + + Maximum number of HTTP redirects. Default value is 0 (HTTP redirect + disabled). + + + + proxy + + + Specifies HTTP proxy for outgoing connections. + + + + x-forwarded-for + + + Is a boolean value (false, true). If true, the peer + IP address as seen in frontend_net will be added to + x-forwarded HTTP header. + + + + bind_host + + + Is a boolean value (false, true). If true, the out going + TCP connection will be bound to the same as listening IP. + + + + + SCHEMA diff --git a/doc/z3950_client.xml b/doc/z3950_client.xml index ec9d3af..a5f9132 100644 --- a/doc/z3950_client.xml +++ b/doc/z3950_client.xml @@ -75,6 +75,23 @@ + charset + + + If set, holds Z39.50 negotiation charset (encoding) that is + sent via the Initialize Request. If Initalize Request already + contains negotaition information it will be left un-modified. + + + + bind_host + + + Is a boolean value (false, true). If true, the out going + TCP connection will be bound to the same as listening IP. + + +