From 42e46d67b96e93e8c1c8a4c3371127458f44a340 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Sun, 16 Aug 1998 20:51:52 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.html | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index c868259d11..c09fc19847 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