Skip to content

Commit 0ddd2b4

Browse files
cventersFelipe Zimmerle
authored andcommitted
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.
1 parent b788ce2 commit 0ddd2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache2/mod_security2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,7 @@ static void register_hooks(apr_pool_t *mp) {
14681468
static const char *const postread_beforeme_list[] = {
14691469
"mod_rpaf.c",
14701470
"mod_rpaf-2.0.c",
1471+
"mod_extract_forwarded.c",
14711472
"mod_extract_forwarded2.c",
14721473
"mod_remoteip.c",
14731474
"mod_custom_header.c",

0 commit comments

Comments
 (0)