https://bz.apache.org/bugzilla/show_bug.cgi?id=59709
Bug ID: 59709
Summary: <If> can't see reqenv variables from other modules.
Product: Apache httpd-2
Version: 2.4.20
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
<If> is executed too early in the chain, so is little useful for reqenv
variables since can't see them from other modules, f.e. from mod_geoip2 which
sets them later. From other side, <SetEnvIfExpr> can see mod_geoip2 reqenv
variables well.
Please move <If> processing further in the chain at least to the stage where
<SetEnvIfExpr> is executed. Yes, I know workaround using <SetEnvIfExpr> and
mod_rewrite, but it looks too ugly for complex cases.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]