From: Jim Jagielski Date: Tue, 20 Nov 2007 15:13:38 +0000 (+0000) Subject: doccos updates X-Git-Tag: 2.2.7~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ce198428749d633e53ba1462423cce1ba31651a;p=thirdparty%2Fapache%2Fhttpd.git doccos updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@596714 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 3c582fe850f..d0cbea793f1 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -711,7 +711,7 @@ through

ProxyPass Directive

- + @@ -975,7 +975,14 @@ through </Proxy>

- +

Normally, mod_proxy will canonicalise ProxyPassed URLs. + But this may be incompatible with some backends, particularly those + that make use of PATH_INFO. The optional nocanon + keyword suppresses this, and passes the URL path "raw" to the + backend. Note that may affect the security of your backend, as it + removes the normal limited protection against URL-based attacks + provided by the proxy.

+

When used inside a <Location> section, the first argument is omitted and the local directory is obtained from the <Location>.

diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 6661f2394f6..0febb7233a9 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +
Description:Maps remote servers into the local server URL-space
Syntax:ProxyPass [path] !|url [key=value key=value ...]]
Syntax:ProxyPass [path] !|url [key=value key=value ...]] [nocanon]
Context:server config, virtual host, directory
Status:Extension
Module:mod_proxy