X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2Fhttp_client.xml;h=50ef7b852d3a2b480b9de89cc6da5acb0c201b4c;hb=550f4a0d4f273e59f901aeb1e27776431c37a771;hp=f6f434352e7a97cdeaaa14c22f4a1b12c0a6af45;hpb=9ba857a582fe7b7e4890d5c520a072d173e02e0e;p=metaproxy-moved-to-github.git diff --git a/doc/http_client.xml b/doc/http_client.xml index f6f4343..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 @@ -50,7 +93,7 @@ A typical configuration looks like this: - localhost:9999 + localhost:3128 ]]>