From: Jim Jagielski Date: Thu, 14 Feb 2008 12:58:24 +0000 (+0000) Subject: adjust transforms X-Git-Tag: 2.3.0~968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e4a7d4299f4f964f2a188b13aa67599dbee7983;p=apache adjust transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index bd004b4365..7b0972e8ac 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -846,6 +846,16 @@ through in the pool the Apache will return SERVER_BUSY status to the client. + disablereuse + Off + This parameter should be used when you want to force mod_proxy + to immediately close a connection to the backend after being used, and + thus, disable its persistent connection and pool for that backend. + This helps in various situations where a firewall between Apache and + the backend server (regardless of protocol) tends to silently + drop connections. To disable connection pooling reuse, + set this property value to On. + flushpackets off Determines whether the proxy module will auto-flush the output diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 8bbb06eafc..20b5267736 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +