https://bz.apache.org/bugzilla/show_bug.cgi?id=62477
--- Comment #2 from Luca Toscano <[email protected]> --- As a quick test, commenting apr_uri_parse seems to make everything work fine (of course not a solution, but the fix might be trivial). ap_proxy_define_worker, afaics, is called when ProxyPass is parsed but also during runtime if a (proxy) worker is not found, so the comment above simply delays the whole process to runtime. So a possible solution is to not be strict in URI parsing when the interpolate flag is used, since there may be variables not yet resolved, but need to check a bit more the code before being sure. 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]
