Thanks Stefan for explaining this. I hadn't managed to find anything when
searching for my problem. Based on the general expectations / docs (
https://httpd.apache.org/docs/2.4/mod/mod_reqtimeout.html*)*, that isn't
the behavior I'd have expected.
Do you know if there has been discussion about thi
mod_reqtimeout uses the setting of the "base" host, not necessarily the virtual
host selected by SSL.
The "base" host is usually the first one for the given port. So when you have
virtual host A, X, C in
that order in your config, try changing the setting for A.
-Stefan
PS. I find this not int
I am runnning Apache HTTP2.4.34 (built from source on RHEL6.10).
RequestReadTimeout is being set at the Server level:
RequestReadTimeout header=5-10,MinRate=500 body=5-20,MinRate=500
I'm attempting to override RequestReadTimeout for a VirtualHost, I have
tried completely de-restricting it