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