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:
Chase Venters 2013-11-07 10:48:08 -06:00 committed by Felipe Zimmerle
parent b788ce2608
commit 0ddd2b4639

View File

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