From 609d5c93cc98eb903627f3e458519a57de3a7104 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 16 Aug 2008 19:26:50 +0000 Subject: [PATCH] * Fix error in default setting for ProxyTimeout git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686547 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index e6b30ffa1f..f1ec76d713 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -790,7 +790,7 @@ expressions clears the in-error flag. timeout - ProxyTimeout + ProxyTimeout Connection timeout in seconds. The number of seconds Apache waits for data sent by / to the backend. @@ -1313,7 +1313,7 @@ directly ProxyTimeout Network timeout for proxied requests ProxyTimeout seconds -ProxyTimeout 300 +Value of Timeout server configvirtual host Available in Apache 2.0.31 and later -- 2.40.0