You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/06/21 14:41:44 UTC

[Bug 62477] ProxyPassInterpolateEnv causes config syntax failures at startup

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

--- Comment #1 from Luca Toscano <to...@gmail.com> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org