On Fri, Jul 10, 2015 at 12:07 PM, Macks, Aaron
wrote:
> one for every time we use any of those variables. We tried setting a
> default value with SetEnv, then overwriting it with setenvif, but that
> didn’t fix anything. What should we tweek in the configs to conform to the
> 2.4 way and tamp do
We’re migrating some configs from 2.2 to 2.4 and have run into an issue with
using SetEnvIf values in proxies. Our config looks roughly like this:
SetEnvIf Server_Addr 123.123.123.123 LEG=QA1 APPSERVER=appserver01
…
then we proxy using that APPSERVER value:
ProxyPassInterpolateEnv On
P