From: Graham Leggett Date: Sat, 29 Sep 2001 20:16:16 +0000 (+0000) Subject: ianh: add the ProxyHTTPOverrideReturnedErrors directive documentation X-Git-Tag: 2.0.26~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24e5d12ad4728c91840c1c0f0fa22eb9c91f6f95;p=thirdparty%2Fapache%2Fhttpd.git ianh: add the ProxyHTTPOverrideReturnedErrors directive documentation PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91201 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index f9d7904668a..0d8cf31c738 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -83,6 +83,8 @@ into a new module, mod_cache.
  • NoProxy
  • ProxyDomain
  • ProxyVia +
  • ProxyHTTPOverrideReturnedErrors +

    Common configuration topics

    @@ -862,6 +864,46 @@ additionally have the Apache server version shown as a Via: comment Via: header lines removed. No new Via: header will be generated. +
    + +

    ProxyHTTPOverrideReturnedErrors directive

    +Syntax: ProxyHTTPOverrideReturnedErrorson
    +Default: off
    +Context: server config, virtual host
    +Override: Not applicable
    +Status: Base
    +Module: mod_proxy
    +Compatibility: ProxyHTTPOverrideReturnedErrors +Apache 2.0 and later.

    + +This directive is usefull for reverse-proxy setups, where you wan't to +have a common look and feel on the error pages seen by the end user. +This also allows for included files (via mod_include's SSI) to get +the error code and act accordingly. (default behavior would display +the error page of the proxied server, turning this on shows the SSI +Error message ) +