Linux – How to limit Apache response timeout

apache-2.2debianlinuxtimeout

I have an apache server, and there are lots of connection opened by a user, and it never ends.
Already ran for 4886 seconds and keeps counting. There are 80 such requests.

The page is simple, and not a download page.

So I have two questions:

  • What is the reasonable time to set for apache for: sending reply?
  • How to set this for the apache2?

Best Answer

You're probably running an apache version prior to 2.2.21, which means you are vulnerable to the HTTP Range exploit documented in CVE-2011-3192 - please read that document on how to remedy.