mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Added mod_rpaf-2.0 and mod_custom_header to the beforeme list.
This commit is contained in:
parent
ec19e25171
commit
8f7b861d94
7
CHANGES
7
CHANGES
@ -1,3 +1,10 @@
|
|||||||
|
09 May 2008 - trunk
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Force modules "mod_rpaf-2.0.c" and "mod_custom_header.c" to run before
|
||||||
|
ModSecurity so that the correct IP is used.
|
||||||
|
|
||||||
|
|
||||||
07 May 2008 - 2.5.4
|
07 May 2008 - 2.5.4
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1057,7 +1057,9 @@ static void register_hooks(apr_pool_t *mp) {
|
|||||||
};
|
};
|
||||||
static const char *postread_beforeme_list[] = {
|
static const char *postread_beforeme_list[] = {
|
||||||
"mod_rpaf.c",
|
"mod_rpaf.c",
|
||||||
|
"mod_rpaf-2.0.c",
|
||||||
"mod_extract_forwarded2.c",
|
"mod_extract_forwarded2.c",
|
||||||
|
"mod_custom_header.c",
|
||||||
"mod_breach_realip.c",
|
"mod_breach_realip.c",
|
||||||
"mod_breach_trans.c",
|
"mod_breach_trans.c",
|
||||||
"mod_unique_id.c",
|
"mod_unique_id.c",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user