From: Eric Covener Date: Tue, 6 Jun 2023 10:39:15 +0000 (+0000) Subject: there is a separate `connectiontimeout` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333d0e1f728d25b750bb08c108d6c19733b7d499;p=thirdparty%2Fapache%2Fhttpd.git there is a separate `connectiontimeout` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910253 13f79535-47bb-0310-9956-ffa450edef68 --- 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.