From: Martin Kraemer Date: Sun, 16 Aug 1998 20:51:52 +0000 (+0000) Subject: Add proxy Via: header management. Currently, Via: headers can be left X-Git-Tag: 1.3.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e46d67b96e93e8c1c8a4c3371127458f44a340;p=thirdparty%2Fapache%2Fhttpd.git Add proxy Via: header management. Currently, Via: headers can be left unchanged (compatibility), can be set to protocol and host only, or to protocol, host and comment. Optionally, all Via: headers can be suppressed if intranet privacy in companies is desired when going out over a firewall apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81939 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index c868259d113..c09fc19847f 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -48,6 +48,7 @@ and other protocols.
  • ProxyReceiveBufferSize
  • NoProxy
  • ProxyDomain +
  • ProxyVia
  • CacheRoot
  • CacheSize
  • CacheMaxExpire @@ -552,6 +553,58 @@ Example:
    +

    ProxyVia

    +Syntax: ProxyVia { off + | on + | full + | block + }
    +Default: ProxyVia off
    +Context: server config, virtual host
    +Override: Not applicable
    +Status: Base
    +Module: mod_proxy
    +Compatibility: ProxyVia is only available in +Apache 1.3.2 and later.

    + +This directive controls the use of the Via: HTTP header +by the proxy. Its intended use is to control the flow of of proxy +requests along a chain of proxy servers. +See RFC2068 (HTTP/1.1) for an explanation of Via: header lines.

    + +
    +

    CacheForceCompletion