https://bz.apache.org/bugzilla/show_bug.cgi?id=64451
Bug ID: 64451
Summary: mod_reqtimeout + rewriteengine
Product: Apache httpd-2
Version: 2.4.29
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_reqtimeout
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Using latest Ubuntu version 2.4.29-1ubuntu4.13, we are seeing a strange
behavior using the mod_reqtimeout module:
When enabling RewriteEngine in a vhost, the mod_reqtimeout module is not
returning a 408 error, but interrupts the request and "pass" it to php without
the body.
When disabling RewriteEngine, it works as expected, returning a 408 error.
This is similar to the bug #51103 but it's supposed to be fixed and this
specific bug does not talk about RewriteEngine.
The req_modtimeout config is the standard one:
RequestReadTimeout header=20-40,minrate=500
RequestReadTimeout body=20,minrate=500
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]