]> granicus.if.org Git - apache/commitdiff
adjust transforms
authorJim Jagielski <jim@apache.org>
Thu, 14 Feb 2008 12:58:24 +0000 (12:58 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 14 Feb 2008 12:58:24 +0000 (12:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627730 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja

index bd004b4365980464d61dc8f5321a0eafc4b0409f..7b0972e8acbf51d54a1d30a2163878be7e3a1884 100644 (file)
@@ -846,6 +846,16 @@ through</td></tr>
     in the pool the Apache will return <code>SERVER_BUSY</code> status to
     the client.
     </td></tr>
+    <tr><td>disablereuse</td>
+        <td>Off</td>
+        <td>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 <code>On</code>. 
+    </td></tr>
     <tr><td>flushpackets</td>
         <td>off</td>
         <td>Determines whether the proxy module will auto-flush the output
index 8bbb06eafc565688720a03e8aad8b5d8019d2e33..20b5267736d302e58ff818a782a35a50f2cafeb2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:607638 (outdated) -->
+<!-- English Revision: 189754:627729 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more