https://bz.apache.org/bugzilla/show_bug.cgi?id=62477

--- Comment #1 from Luca Toscano <[email protected]> ---
The issue to me seems that ap_proxy_define_worker uses apr_uri_parse that fails
to parse things like ${variable}, and since it happens as a consequence of
ProxyPass directives getting parsed it can be effectively usable only by
variables already present at early startup, like the ones set by Define (that
indeed work fine).

It might be possible to delay this operation but not sure if it is worth. As
far as I understand ProxyPassInterpolateEnv seems not really usable at the
moment, but I might miss something. Feedback welcome :)

-- 
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]

Reply via email to