mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Add mod_extract_forwarded.c to run before mod_security2.c
mod_extract_forwarded2.c is already present in this list, but there is a (seemingly better) alternative for Apache 2.2 which is distributed in Fedora EPEL that is called mod_extract_forwarded.c.
This commit is contained in:
parent
b788ce2608
commit
0ddd2b4639
@ -1468,6 +1468,7 @@ static void register_hooks(apr_pool_t *mp) {
|
||||
static const char *const postread_beforeme_list[] = {
|
||||
"mod_rpaf.c",
|
||||
"mod_rpaf-2.0.c",
|
||||
"mod_extract_forwarded.c",
|
||||
"mod_extract_forwarded2.c",
|
||||
"mod_remoteip.c",
|
||||
"mod_custom_header.c",
|
||||
|
Loading…
x
Reference in New Issue
Block a user