https://bz.apache.org/bugzilla/show_bug.cgi?id=61225
--- Comment #1 from Eric Covener <[email protected]> --- There has been some churn in this area, including a bad regression from me in 2.4.24. I think Example 3 (not from the docs) didn't work (e.g. in 2.4.23) and it's what I tried to fix but introduced a worse problem. In 2.4.26 and later, the guidance should just be to set the no-proxy environment variable. Maybe we just need yet another <note> that says per-location proxy directives cannot be overridden by non-per-location ! lines. They can be overridden by the no-proxy envvar. The problem with example 3, AIUI, is that the point of putting things inside <Location> is to avoid iterating over many proxypass directives. But if the exception is outside of <Location> you then have to iterate to check for exceptions. -- 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]
