File:Mod reqtimeout config.PNG: Difference between revisions
(The figure shows the configuration file for the "mod_reqtimeout" module, which can be found at "/etc/apache2/mods-enabled/reqtimeout.conf" with its default values. Line 19 shows the restrictions for the HTTP header and line 23 shows the restrictions for the HTTP body.) |
No edit summary |
||
| Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
The figure shows the configuration file for the "mod_reqtimeout" module, which can be found at "/etc/apache2/mods-enabled/reqtimeout.conf" with its default values. Line 19 shows the restrictions for the HTTP header and | The figure shows the configuration file for the "mod_reqtimeout" module, which can be found at "/etc/apache2/mods-enabled/reqtimeout.conf" with its default values. Line 19 shows the restrictions for the HTTP header, which tell Apache to wait a maximum of 20 seconds for the first byte of the request line and headers. From then on, it requires a minimum data rate of 500 bytes/s but does not wait for more than 40 seconds in total. Line 23 shows the restrictions for the HTTP body, which wait a maximum of 10 seconds for the first byte of the request body (if applicable). From then on, it requires a minimum data rate of 500 bytes/s. | ||
Revision as of 17:26, 7 March 2026
Summary
The figure shows the configuration file for the "mod_reqtimeout" module, which can be found at "/etc/apache2/mods-enabled/reqtimeout.conf" with its default values. Line 19 shows the restrictions for the HTTP header, which tell Apache to wait a maximum of 20 seconds for the first byte of the request line and headers. From then on, it requires a minimum data rate of 500 bytes/s but does not wait for more than 40 seconds in total. Line 23 shows the restrictions for the HTTP body, which wait a maximum of 10 seconds for the first byte of the request body (if applicable). From then on, it requires a minimum data rate of 500 bytes/s.
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 17:43, 7 March 2026 | 785 × 400 (163 KB) | LLedl (talk | contribs) | ||
| 17:05, 7 March 2026 | 1,158 × 588 (94 KB) | LLedl (talk | contribs) | The figure shows the configuration file for the "mod_reqtimeout" module, which can be found at "/etc/apache2/mods-enabled/reqtimeout.conf" with its default values. Line 19 shows the restrictions for the HTTP header and line 23 shows the restrictions for the HTTP body. |
You cannot overwrite this file.
File usage
There are no pages that use this file.