LoginSignup
13

More than 5 years have passed since last update.

Apache TimeoutとKeepAliveTimeout

Posted at

まとめ

  • KeepAliveTimeoutはTCPセッション上で、無通信が続いた場合にいつ切断するかを制御する。ロードバランサーとバックエンド間でTCPセッションを使い回し、1本の上で複数のHTTPセッションをやり取りする場合はこちらを見る

  • ELB Idle Connection Timeoutよりも、KeepAliveTimeoutを長く取っておく必要がある
    "make sure that the value set on your instance for the keep-alive time is greater than the idle timeout setting on your load balancer."

  • Timeoutは一度張ったHTTPセッション上で、無通信が続いた場合にいつ切断するかを制御する。ファイルダウンロード中の無通信状態などはこちらを見る

参考文献

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13