On Tue, Jun 28, 2011 at 11:42 AM, Geoff Millikan <gmillikan@xxxxxxxxxxxxx> wrote: > When both RequestReadTimeout and Timeout values are set, the smaller of the two takes precedence, right? For example, if Timeout 6 > and RequestReadTimeout header=10 body=30 then Apache will close the connection at 6 seconds and the RequestReadTimeout will never be > activated, right? > > http://httpd.apache.org/docs/current/mod/core.html#timeout > > http://httpd.apache.org/docs/2.2/mod/mod_reqtimeout.html No. The Timeout refers to each individual read or write, so you can easily take more than 10 seconds end-to-end to read the headers but have never waited more than 5 seconds for an individual read. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx