You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/06/06 10:39:15 UTC

svn commit: r1910253 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: covener
Date: Tue Jun  6 10:39:15 2023
New Revision: 1910253

URL: http://svn.apache.org/viewvc?rev=1910253&view=rev
Log:
there is a separate `connectiontimeout`

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1910253&r1=1910252&r2=1910253&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Tue Jun  6 10:39:15 2023
@@ -1259,7 +1259,7 @@ ProxyPass "/example" "http://backend.exa
     </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>