From 7e3c3a718c5e1e1ca40d45c68b207c0eabe8c87d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 21 Jun 2018 20:16:21 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834052 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_html.html.en | 11 ++++++----- docs/manual/mod/mod_proxy_html.xml.fr | 2 +- docs/manual/mod/mod_proxy_html.xml.meta | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en index 930be25ce4..cd8267fee8 100644 --- a/docs/manual/mod/mod_proxy_html.html.en +++ b/docs/manual/mod/mod_proxy_html.html.en @@ -40,7 +40,7 @@ for earlier 2.x versions

This module provides an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. -It serves the same purpose as Apache's ProxyPassReverse directive does +It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.

For example, if a company has an application server at @@ -49,7 +49,7 @@ the company's internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/. When the application server links to itself, those links need to be -rewritten to work through the gateway. mod_proxy_html serves to rewrite +rewritten to work through the gateway. mod_proxy_html serves to rewrite <a href="http://appserver.example.com/foo/bar.html">foobar</a> to <a href="http://www.example.com/appserver/foo/bar.html">foobar</a> making it accessible from outside.

@@ -82,6 +82,7 @@ extensive documentation Description:Sets the buffer size increment for buffering inline scripts and stylesheets. Syntax:ProxyHTMLBufSize bytes +Default:ProxyHTMLBufSize 8192 Context:server config, virtual host, directory Status:Base Module:mod_proxy_html @@ -89,7 +90,7 @@ stylesheets. for earlier 2.x versions

In order to parse non-HTML content (stylesheets and scripts) embedded -in HTML documents, mod_proxy_html +in HTML documents, mod_proxy_html has to read the entire script or stylesheet into a buffer. This buffer will be expanded as necessary to hold the largest script or stylesheet in a page, in increments of bytes as set by this directive.

@@ -137,7 +138,7 @@ according to the option selected. This option also determines whether HTML or XHTML syntax is used for output. Note that the format of the documents coming from the backend server is immaterial: the parser will deal with it automatically. If the optional second argument is set to -"Legacy", documents will be declared "Transitional", an option that may +Legacy, documents will be declared "Transitional", an option that may be necessary if you are proxying pre-1998 content or working with defective authoring/publishing tools.

In the second form, it will insert your own FPI. The optional second @@ -256,7 +257,7 @@ Only use them if you know you have a broken backend server.

Status:Base Module:mod_proxy_html Compatibility:Version 2.4 and later; available as a third-party -for earlier 2.x versions +module for earlier 2.x versions

This enables per-request interpolation in ProxyHTMLURLMap to- and from- patterns.

diff --git a/docs/manual/mod/mod_proxy_html.xml.fr b/docs/manual/mod/mod_proxy_html.xml.fr index 818b4b3fd8..9fcf6d9c46 100644 --- a/docs/manual/mod/mod_proxy_html.xml.fr +++ b/docs/manual/mod/mod_proxy_html.xml.fr @@ -1,7 +1,7 @@ - +