You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2009/09/24 00:36:07 UTC

svn commit: r818295 - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/

Author: minfrin
Date: Wed Sep 23 22:36:06 2009
New Revision: 818295

URL: http://svn.apache.org/viewvc?rev=818295&view=rev
Log:
Update transformations with ./build.sh all convmap

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/convenience.map
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ja.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.tr.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.es
    httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ja.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ko.euc-kr
    httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.tr.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r
    httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8
    httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.de
    httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.es
    httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ja.utf8
    httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ko.euc-kr
    httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.tr.utf8

Modified: httpd/httpd/branches/2.2.x/docs/manual/convenience.map
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/convenience.map?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/convenience.map (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/convenience.map Wed Sep 23 22:36:06 2009
@@ -277,6 +277,8 @@
 proxyremote	mod/mod_proxy.html#proxyremote
 proxyremotematch	mod/mod_proxy.html#proxyremotematch
 proxyrequests	mod/mod_proxy.html#proxyrequests
+proxyscgiinternalredirect	mod/mod_proxy_scgi.html#proxyscgiinternalredirect
+proxyscgisendfile	mod/mod_proxy_scgi.html#proxyscgisendfile
 proxyset	mod/mod_proxy.html#proxyset
 proxystatus	mod/mod_proxy.html#proxystatus
 proxytimeout	mod/mod_proxy.html#proxytimeout

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.de?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.de Wed Sep 23 22:36:06 2009
@@ -310,6 +310,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxyset">ProxySet</a></li>
 <li><a href="mod_proxy.html#proxystatus">ProxyStatus</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es Wed Sep 23 22:36:06 2009
@@ -316,6 +316,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxyset">ProxySet</a></li>
 <li><a href="mod_proxy.html#proxystatus">ProxyStatus</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ja.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ja.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -301,6 +301,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>
 <li><a href="mod_proxy.html#proxyvia">ProxyVia</a></li>
 <li><a href="mod_autoindex.html#readmename" id="R" name="R">ReadmeName</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr [euc-kr] Wed Sep 23 22:36:06 2009
@@ -304,6 +304,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxyset">ProxySet</a></li>
 <li><a href="mod_proxy.html#proxystatus">ProxyStatus</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r [koi8-r] Wed Sep 23 22:36:06 2009
@@ -313,6 +313,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxyset">ProxySet</a></li>
 <li><a href="mod_proxy.html#proxystatus">ProxyStatus</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.tr.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.tr.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -310,6 +310,8 @@
 <li><a href="mod_proxy.html#proxyremote">ProxyRemote</a></li>
 <li><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch</a></li>
 <li><a href="mod_proxy.html#proxyrequests">ProxyRequests</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect</a></li>
+<li><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile</a></li>
 <li><a href="mod_proxy.html#proxyset">ProxySet</a></li>
 <li><a href="mod_proxy.html#proxystatus">ProxyStatus</a></li>
 <li><a href="mod_proxy.html#proxytimeout">ProxyTimeout</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.de?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.de Wed Sep 23 22:36:06 2009
@@ -157,6 +157,7 @@
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
+<dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
 URLs on the fly</dd>
 <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>Allows the setting of environment variables based

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.es?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.es Wed Sep 23 22:36:06 2009
@@ -158,6 +158,7 @@
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
+<dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
 URLs on the fly</dd>
 <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>Allows the setting of environment variables based

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ja.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ja.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -145,6 +145,7 @@
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
+<dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
 URLs on the fly</dd>
 <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>リクエストの特徴に基づいた環境変数の設定を可能にする</dd>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ko.euc-kr?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.ko.euc-kr [euc-kr] Wed Sep 23 22:36:06 2009
@@ -141,6 +141,7 @@
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
+<dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
 URLs on the fly</dd>
 <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>요청의 성격에 따라 환경변수 설정을 변경한다</dd>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.tr.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/index.html.tr.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -151,6 +151,7 @@
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_proxy_http.html">mod_proxy_http</a></dt><dd>HTTP support module for
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
+<dt><a href="mod_proxy_scgi.html">mod_proxy_scgi</a></dt><dd>SCGI gateway module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></dd>
 <dt><a href="mod_rewrite.html" id="R" name="R">mod_rewrite</a></dt><dd>Provides a rule-based rewriting engine to rewrite requested
 URLs on the fly</dd>
 <dt><a href="mod_setenvif.html" id="S" name="S">mod_setenvif</a></dt><dd>Ortam değişkenlerinin isteğin özelliklerine uygun olarak atanmasını sağlar</dd>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.de?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.de Wed Sep 23 22:36:06 2009
@@ -549,6 +549,10 @@
 <tr><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Remote proxy used to handle requests matched by regular
 expressions</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>svd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>svd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr><td><a href="mod_proxy.html#proxyset">ProxySet <var>url</var> <var>key=value [key=value ...]</var></a></td><td></td><td>d</td><td>E</td></tr><tr><td class="descr" colspan="4">Set various Proxy balancer or member parameters</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxystatus">ProxyStatus Off|On|Full</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Show Proxy LoadBalancer status in mod_status</td></tr>
 <tr><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es Wed Sep 23 22:36:06 2009
@@ -544,6 +544,10 @@
 <tr class="odd"><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Remote proxy used to handle requests matched by regular
 expressions</td></tr>
 <tr><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>svd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>svd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyset">ProxySet <var>url</var> <var>key=value [key=value ...]</var></a></td><td></td><td>d</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Set various Proxy balancer or member parameters</td></tr>
 <tr><td><a href="mod_proxy.html#proxystatus">ProxyStatus Off|On|Full</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Show Proxy LoadBalancer status in mod_status</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -476,6 +476,10 @@
 <tr><td><a href="mod_proxy.html#proxyremote">ProxyRemote <var>match</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">特定のリクエストを扱う時に使われるリモートプロキシを指定する</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">正規表現でのマッチによるリクエストを扱うリモートプロキシの指定</td></tr>
 <tr><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">フォワード (標準の) プロキシリクエストを有効にする</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>svd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>svd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td> 300 </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">プロキシされたリクエストのネットワークタイムアウト</td></tr>
 <tr><td><a href="mod_proxy.html#proxyvia">ProxyVia On|Off|Full|Block</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">プロキシされたリクエストの <code>Via</code> HTTP 応答ヘッダ
 により提供される情報</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr [euc-kr] Wed Sep 23 22:36:06 2009
@@ -484,6 +484,10 @@
 <tr><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Remote proxy used to handle requests matched by regular
 expressions</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>svd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>svd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr><td><a href="mod_proxy.html#proxyset">ProxySet <var>url</var> <var>key=value [key=value ...]</var></a></td><td></td><td>d</td><td>E</td></tr><tr><td class="descr" colspan="4">Set various Proxy balancer or member parameters</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxystatus">ProxyStatus Off|On|Full</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Show Proxy LoadBalancer status in mod_status</td></tr>
 <tr><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r [koi8-r] Wed Sep 23 22:36:06 2009
@@ -542,6 +542,10 @@
 <tr class="odd"><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Remote proxy used to handle requests matched by regular
 expressions</td></tr>
 <tr><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>svd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>svd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyset">ProxySet <var>url</var> <var>key=value [key=value ...]</var></a></td><td></td><td>d</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Set various Proxy balancer or member parameters</td></tr>
 <tr><td><a href="mod_proxy.html#proxystatus">ProxyStatus Off|On|Full</a></td><td> Off </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">Show Proxy LoadBalancer status in mod_status</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -540,6 +540,10 @@
 <tr class="odd"><td><a href="mod_proxy.html#proxyremotematch">ProxyRemoteMatch <var>regex</var> <var>remote-server</var></a></td><td></td><td>sk</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Remote proxy used to handle requests matched by regular
 expressions</td></tr>
 <tr><td><a href="mod_proxy.html#proxyrequests">ProxyRequests On|Off</a></td><td> Off </td><td>sk</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables forward (standard) proxy requests</td></tr>
+<tr class="odd"><td><a href="mod_proxy_scgi.html#proxyscgiinternalredirect">ProxySCGIInternalRedirect On|Off</a></td><td> On </td><td>skd</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable or disable internal redirect responses from the
+backend</td></tr>
+<tr><td><a href="mod_proxy_scgi.html#proxyscgisendfile">ProxySCGISendfile On|Off|<var>Headername</var></a></td><td> Off </td><td>skd</td><td>E</td></tr><tr><td class="descr" colspan="4">Enable evaluation of <var>X-Sendfile</var> pseudo response
+header</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxyset">ProxySet <var>url</var> <var>key=value [key=value ...]</var></a></td><td></td><td>d</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Set various Proxy balancer or member parameters</td></tr>
 <tr><td><a href="mod_proxy.html#proxystatus">ProxyStatus Off|On|Full</a></td><td> Off </td><td>sk</td><td>E</td></tr><tr><td class="descr" colspan="4">Show Proxy LoadBalancer status in mod_status</td></tr>
 <tr class="odd"><td><a href="mod_proxy.html#proxytimeout">ProxyTimeout <var>seconds</var></a></td><td></td><td>sk</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Network timeout for proxied requests</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.de?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.de Wed Sep 23 22:36:06 2009
@@ -226,6 +226,7 @@
 <li><a href="mod/mod_proxy_connect.html">Apache-Modul mod_proxy_connect</a></li>
 <li><a href="mod/mod_proxy_ftp.html">Apache-Modul mod_proxy_ftp</a></li>
 <li><a href="mod/mod_proxy_http.html">Apache-Modul mod_proxy_http</a></li>
+<li><a href="mod/mod_proxy_scgi.html">Apache-Modul mod_proxy_scgi</a></li>
 <li><a href="mod/mod_rewrite.html">Apache-Modul mod_rewrite</a></li>
 <li><a href="mod/mod_setenvif.html">Apache-Modul mod_setenvif</a></li>
 <li><a href="mod/mod_so.html">Apache-Modul mod_so</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.es?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.es Wed Sep 23 22:36:06 2009
@@ -225,6 +225,7 @@
 <li><a href="mod/mod_proxy_connect.html">Módulo Apache mod_proxy_connect</a></li>
 <li><a href="mod/mod_proxy_ftp.html">Módulo Apache mod_proxy_ftp</a></li>
 <li><a href="mod/mod_proxy_http.html">Módulo Apache mod_proxy_http</a></li>
+<li><a href="mod/mod_proxy_scgi.html">Módulo Apache mod_proxy_scgi</a></li>
 <li><a href="mod/mod_rewrite.html">Módulo Apache mod_rewrite</a></li>
 <li><a href="mod/mod_setenvif.html">Módulo Apache mod_setenvif</a></li>
 <li><a href="mod/mod_so.html">Módulo Apache mod_so</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ja.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ja.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -221,6 +221,7 @@
 <li><a href="mod/mod_proxy_connect.html">Apache モジュール mod_proxy_connect</a></li>
 <li><a href="mod/mod_proxy_ftp.html">Apache モジュール mod_proxy_ftp</a></li>
 <li><a href="mod/mod_proxy_http.html">Apache モジュール mod_proxy_http</a></li>
+<li><a href="mod/mod_proxy_scgi.html">Apache モジュール mod_proxy_scgi</a></li>
 <li><a href="mod/mod_rewrite.html">Apache モジュール mod_rewrite</a></li>
 <li><a href="mod/mod_setenvif.html">Apache モジュール mod_setenvif</a></li>
 <li><a href="mod/mod_so.html">Apache モジュール mod_so</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ko.euc-kr?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.ko.euc-kr [euc-kr] Wed Sep 23 22:36:06 2009
@@ -223,6 +223,7 @@
 <li><a href="mod/mod_proxy_connect.html">아파치 모듈 mod_proxy_connect</a></li>
 <li><a href="mod/mod_proxy_ftp.html">아파치 모듈 mod_proxy_ftp</a></li>
 <li><a href="mod/mod_proxy_http.html">아파치 모듈 mod_proxy_http</a></li>
+<li><a href="mod/mod_proxy_scgi.html">아파치 모듈 mod_proxy_scgi</a></li>
 <li><a href="mod/mod_rewrite.html">아파치 모듈 mod_rewrite</a></li>
 <li><a href="mod/mod_setenvif.html">아파치 모듈 mod_setenvif</a></li>
 <li><a href="mod/mod_so.html">아파치 모듈 mod_so</a></li>

Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.tr.utf8?rev=818295&r1=818294&r2=818295&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.html.tr.utf8 [utf-8] Wed Sep 23 22:36:06 2009
@@ -222,6 +222,7 @@
 <li><a href="mod/mod_proxy_connect.html">Apache Modülü mod_proxy_connect</a></li>
 <li><a href="mod/mod_proxy_ftp.html">Apache Modülü mod_proxy_ftp</a></li>
 <li><a href="mod/mod_proxy_http.html">Apache Modülü mod_proxy_http</a></li>
+<li><a href="mod/mod_proxy_scgi.html">Apache Modülü mod_proxy_scgi</a></li>
 <li><a href="mod/mod_rewrite.html">Apache Modülü mod_rewrite</a></li>
 <li><a href="mod/mod_setenvif.html">Apache Modülü mod_setenvif</a></li>
 <li><a href="mod/mod_so.html">Apache Modülü mod_so</a></li>