Hello,
according to Apache website http://httpd.apache.org/docs/2.0/mod/core.html#timeout, it says,
The TimeOut
directive currently defines the amount of time Apache will wait for three things:
- The total amount of
time it takes to receive a GET request.
- The amount of time between receipt of TCP packets on a POST or PUT request.
- The amount of time between ACKs on transmissions of TCP packets in responses.
Can someone explain the 2nd point, I do not understand it fully?
Many Thanks,
Q.Xie