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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is using the
Timeoutdirective.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)