Monday, November 29, 2010

How to set apache request wait time

Set in the httpd.conf inside: TimeOutn where n is an integer, the unit is seconds.

Sets the TimeOut applies to three conditions: 1. receive a get request for total time 2. receive a post and put requests in the time between TCP packet 3.TCP package transmission response (ack) time interval

No comments:

Post a Comment