Timeout is another keyword provided by apache for use, this should help you to limit the stale usage of the apache server under three conditions:
1. Limits the time that the apache processes are to wait for the HTTP GET request.
2. Timeouts between the wait time for PUT or POST activities.
3. The time delays on the ACK signals on requests.
The default timer settings are set to 1200 seconds but this can be altered based on the incoming requests on to the server.
Timeout 60
value should be ideal for an active server.
0 comments:
Post a Comment