From 333d0e1f728d25b750bb08c108d6c19733b7d499 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 6 Jun 2023 10:39:15 +0000 Subject: [PATCH] there is a separate `connectiontimeout` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910253 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 2f71343e810..62b40e16949 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1259,7 +1259,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 timeout ProxyTimeout - Connection timeout in seconds. + Socket timeout in seconds. The number of seconds Apache httpd waits for data sent by / to the backend. Uses the time-interval directive syntax. -- 2.47.2