From 1c7148929b1fb12513f64d252347be45e101e23c Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Fri, 6 Jun 2008 16:19:02 +0000 Subject: [PATCH] disablereuse: note round-robin DNS (from 2.2 r655998) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664013 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 6ec53ff138..45153ea176 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -704,7 +704,8 @@ expressions 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, + drop connections or when backends themselves may be under round- + robin DNS. To disable connection pooling reuse, set this property value to On. flushpackets -- 2.50.1