You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/05/19 11:18:45 UTC

[Bug 64451] New: mod_reqtimeout + rewriteengine

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: bugs@httpd.apache.org
          Reporter: etienne.adam@withings.com
  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 64451] mod_reqtimeout + rewriteengine

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64451

--- Comment #1 from Rainer <rp...@papendorf.info> ---
I can confirm this behaviour with 2.4.41-4ubuntu3.12. The body will be
partially passed to the application if chunked transfer is used and transfer of
a chunk exceeds the timeout. Additionally configuration overrides within a
vhost seem to get ignored.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org