mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Force rpaf and similar modules before mod_security2.
This commit is contained in:
parent
9301461b33
commit
9e08017b32
@ -1025,6 +1025,9 @@ static void register_hooks(apr_pool_t *mp) {
|
||||
NULL
|
||||
};
|
||||
static const char *postread_beforeme_list[] = {
|
||||
"mod_rpaf.c",
|
||||
"mod_extract_forwarded2.c",
|
||||
"mod_breach_realip.c",
|
||||
"mod_unique_id.c",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user