Re: [users@httpd] Timeout question

2011-08-10 Thread Matus UHLAR - fantomas

On 27.07.11 08:50, Qingshan Xie wrote:

  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:
1. The total amount of time it takes to receive a GET request.
2. The amount of time between receipt of TCP packets on a POST or PUT 
request.
3. 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?


it apparently means that the incoming TCP packets for POST or PUT 
requests must come in lowert intervals, to prevent very slow clients 
from eating all connections to apache.


Apparently aginst slowloris attack.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
We are but packets in the Internet of life (userfriendly.org)

-
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-unsubscr...@httpd.apache.org
 from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Timeout question

2011-07-27 Thread Qingshan Xie
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:
1. The total amount of time it takes to receive a GET request.
2. The amount of time between receipt of TCP packets on a POST or PUT 
request.
3. 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