Merge in hook placement modifications from trunk.

This commit is contained in:
brectanus
2007-08-22 20:17:28 +00:00
parent 5df3865c94
commit 6d925ff704
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
?? ??? ???? - 2.1.3-rc2
22 Aug 2007 - 2.1.3-rc2
-----------------------
* Quiet some compiler warnings.
* Allow mod_rpaf and mod_extract_forwarded2 to work before ModSecurity.
* Quiet some compiler warnings.
10 Aug 2007 - 2.1.3-rc1

View File

@@ -994,6 +994,10 @@ 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_breach_trans.c",
"mod_unique_id.c",
NULL
};