]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
there is a separate `connectiontimeout`
authorEric Covener <covener@apache.org>
Tue, 6 Jun 2023 10:39:15 +0000 (10:39 +0000)
committerEric Covener <covener@apache.org>
Tue, 6 Jun 2023 10:39:15 +0000 (10:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910253 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 2f71343e810a99c20b975d70bf503342833faa76..62b40e1694939d137a116e130831b927baac5a82 100644 (file)
@@ -1259,7 +1259,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
     </td></tr>
     <tr><td>timeout</td>
         <td><directive module="mod_proxy">ProxyTimeout</directive></td>
-        <td>Connection timeout in seconds.
+        <td>Socket timeout in seconds.
         The number of seconds Apache httpd waits for data sent by / to the backend.
         Uses the <a href="directive-dict.html#Syntax">time-interval</a> directive syntax.
     </td></tr>