Added mod_rpaf-2.0 and mod_custom_header to the beforeme list.

This commit is contained in:
brectanus 2008-05-09 15:50:17 +00:00
parent ec19e25171
commit 8f7b861d94
2 changed files with 9 additions and 0 deletions

View File

@ -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
-------------------

View File

@ -1057,7 +1057,9 @@ static void register_hooks(apr_pool_t *mp) {
};
static const char *postread_beforeme_list[] = {
"mod_rpaf.c",
"mod_rpaf-2.0.c",
"mod_extract_forwarded2.c",
"mod_custom_header.c",
"mod_breach_realip.c",
"mod_breach_trans.c",
"mod_unique_id.c",