GCS Amplitude
GCS Amplitude

Apache Module mod_reqtimeout

RequestReadTimeout header=10 body=30

): RequestReadTimeout body=10,MinRate=1000

RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500

RequestReadTimeout [header= timeout[-maxtimeout][,MinRate=rate] [body=timeout[-maxtimeout][,MinRate=rate]

This directive can set various timeouts for receiving the request headers and the request body from the client. If the client fails to send headers or body within the configured time, a 408 REQUEST TIME OUT

For SSL virtual hosts, the header timeout values include the time needed to do the initial SSL handshake. If the user's browser is configured to query certificate revocation lists and the CRL server is not reachable, the initial SSL handshake may take a significant time until the browser gives up waiting for the CRL. Therefore the header timeout values should not be set to very low values for SSL virtual hosts. The body timeout values include the time needed for SSL renegotiation (if necessary).

is in use (usually the case on Linux and FreeBSD), the socket is not sent to the server process before at least one byte (or the whole request for AcceptFilterhttpready

is only effective after the server process has received the socket.

For each of the two timeout types (header or body), there are three ways to specify the timeout:

The time in seconds allowed for reading all of the request headers or body, respectively. A value of 0 means no limit.

type=timeout,MinRate=data_rate

Same as above, but whenever data is received, the timeout value is increased according to the specified minimum data rate (in bytes per second).

Modules | Directives | FAQ | Glossary | Sitemap

Apache HTTP Server Version 2.4

Modules

Modules | Directives | FAQ | Glossary | Sitemap

Apache Module mod_reqtimeout

Available Languages: en | fr

en

Available Languages: en | fr

Apache License, Version 2.0

Copyright 2014 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.