Apache Timeout 개념

scribbling 2010. 7. 14. 14:51


아파치 Timeout에 대한 설명이 잘 나와 있음
http://yesyo.com/mintbbs/bbs/board.php?bo_table=linux&wr_id=208&page=7


Timeout 300

-The number of seconds before receives and sends time out.
-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.


Posted by '김용환'
,