From: Jim Jagielski Date: Wed, 31 Oct 2007 12:28:12 +0000 (+0000) Subject: Update docco transforms X-Git-Tag: 2.3.0~1298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10e7200ef7e580221e04569a5c9160b22cf24ea8;p=apache Update docco transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@590646 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 488de2de46..fc2a034cf6 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -358,6 +358,7 @@
  • ScriptLogLength
  • ScriptSock
  • SecureListen
  • +
  • SeeRequestTail
  • SendBufferSize
  • ServerAdmin
  • ServerAlias
  • diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index e3cc2e18fd..81fbcd613d 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -719,7 +719,7 @@ through + [key=value ...]] [nocanon] [interpolate] @@ -985,6 +985,21 @@ 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.

    + +

    The optional interpolate keyword, in combination with + ProxyPassInterpolateEnv causes the ProxyPass + to interpolate environment variables, using the syntax + ${VARNAME}. Note that many of the standard CGI-derived + environment variables will not exist when this interpolation happens, + so you may still have to resort to mod_rewrite + for complex rules.

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

    @@ -1005,7 +1020,11 @@ through
    Description:Maps remote servers into the local server URL-space
    Syntax:ProxyPass [path] !|url [key=value - [key=value ...]]
    Context:server config, virtual host, directory
    Status:Extension
    Module:mod_proxy
    Module:mod_proxy
    Compatibility:Available in trunk only
    -

    This directive enables reverse proxies to be dynamically +

    This directive, together with the interpolate argument to + ProxyPass, ProxyPassReverse, + ProxyPassReverseCookieDomain and + ProxyPassReverseCookiePath + enables reverse proxies to be dynamically configured using environment variables, which may be set by another module such as mod_rewrite. It affects the ProxyPass, @@ -1054,7 +1073,8 @@ through - + @@ -1103,6 +1123,11 @@ proxied server (RewriteRule ... [P]) from mod_rewrite because it doesn't depend on a corresponding ProxyPass directive.

    +

    The optional interpolate keyword, used together with + ProxyPassInterpolateEnv, enables interpolation + of environment variables specified using the format ${VARNAME}. +

    +

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

    @@ -1112,7 +1137,8 @@ proxied server
    Description:Adjusts the URL in HTTP response headers sent from a reverse proxied server
    Syntax:ProxyPassReverse [path] url
    Syntax:ProxyPassReverse [path] url +[interpolate]
    Context:server config, virtual host, directory
    Status:Extension
    Module:mod_proxy
    - + @@ -1128,7 +1154,8 @@ string in Set-Cookie headers.

    Description:Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    Syntax:ProxyPassReverseCookieDomain internal-domain public-domain
    Syntax:ProxyPassReverseCookieDomain internal-domain +public-domain [interpolate]
    Context:server config, virtual host, directory
    Status:Extension
    Module:mod_proxy
    - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 1a6fd1d89d..a2bf42598a 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + +
    Description:Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    Syntax:ProxyPassReverseCookiePath internal-path public-path
    Syntax:ProxyPassReverseCookiePath internal-path +public-path [interpolate]
    Context:server config, virtual host, directory
    Status:Extension
    Module:mod_proxy