I would like apache to abort any request that takes the server more than 10sec to process the request. Can anyone tell me what directive to use. Is it the Timeout Directive
Thanks much.
|
I would like apache to abort any request that takes the server more than 10sec to process the request. Can anyone tell me what directive to use. Is it the Timeout Directive Thanks much. |
|||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Yes it is using the http://httpd.apache.org/docs/2.2/mod/core.html#timeout But 10 seconds is really very less. Are you sure you want to keep it so low? The default is 300 (5 minutes) |
|||
|
|