Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mod_reqimeout

242 views
Skip to first unread message

Carl MaGill

unread,
Jul 1, 2021, 5:53:36 AM7/1/21
to
I found the same issue on Stackoverflow (https://stackoverflow.com/questions/67333374/getting-unknown-readrequesttimeout-parameter), but there has not been any movement since May 1. So I thought I would ask here.

Bottom Line is Apache HTTP available for RHEL does not like the "handshake" as outlined in the module documentation.

Module is loaded -

LoadModule reqtimeout_module modules/mod_reqtimeout.so

Used example 1 from Apache Documentation - https://httpd.apache.org/docs/2.4/mod/mod_reqtimeout.html

RequestReadTimeout handshake=5 header=10 body=30

I tried placing it in the server config and virtual host and received the same result.

Output error -

#httpd -t
AH00526: Syntax error on line 116 of /etc/httpd/conf/httpd.conf:
RequestReadTimeout: handshake=5: Unknown RequestReadTimeout parameter

Apache Version -
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
httpd.x86_64 2.4.6-97.el7_9

OS - RHEL 7.9

Carl MaGill

unread,
Jul 2, 2021, 6:09:07 AM7/2/21
to
Figured it out - the RHEL 7 version of HTTP does not include the handshake option. The RHEL 8 does work.

Thank You.

Carl
0 new messages