Apache: Can't locate API module structure

Al intentar configurar Apache Module mod_reqtimeout, apachectl configtest arroja el siguiente error:

1
2
[root@webpr5 /]# apachectl configtest
httpd: Syntax error on line 356 of /etc/httpd/conf/httpd.conf: Syntax error on line 17 of /etc/httpd/conf.d/security.conf: Can't locate API module structure `mod_reqtimeout' in file /etc/httpd/modules/mod_reqtimeout.so: /etc/httpd/modules/mod_reqtimeout.so: undefined symbol: mod_reqtimeout

El problema es que esta intentando cargar el módulo con:

1
LoadModule mod_reqtimeout modules/mod_reqtimeout.so

Mientras que el nombre correcto es:

1
LoadModule reqtimeout_module modules/mod_reqtimeout.so

Entradas de interés

Contenidos