From: Jim Jagielski Date: Thu, 9 Feb 2012 15:13:41 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5600464c1e434711584b93d67d43fc194ab1764;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1242357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 95fbfcc620..9758aa2233 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -888,7 +888,7 @@ through + [key=value ...]] [nocanon] [interpolate] [noquery] @@ -1303,6 +1303,11 @@ through so you may still have to resort to mod_rewrite for complex rules.

+

Normally, mod_proxy will include the query string when + generating the SCRIPT_FILENAME environment variable. + The optional noquery keyword (available in + httpd 2.4.1 and later) prevents this.

+

When used inside a <Location> section, the first argument is omitted and the local directory is obtained from the <Location>. The same will occur inside a <LocationMatch> section, diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index d17bf0b334..2bb3a3cff7 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 42e51c29c4..7d9d0b217d 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 ...]] [nocanon] [interpolate]
Context:server config, virtual host, directory
Status:Extension
Module:mod_proxy