On Tue, Jul 18, 2017 at 2:24 PM, Eric Covener <[email protected]> wrote: > On Tue, Jul 18, 2017 at 12:54 PM, Yann Ylavic <[email protected]> wrote: >> On Tue, Jul 18, 2017 at 6:27 PM, Helmut K. C. Tessarek >> <[email protected]> wrote: >>> >>> Have you seen this sentence? >>> >>>>> So ProxyPass has precedence over other directives. It is evaluated >>>>> first. This can lead to a number of problems. >> >> ProxyPass has no particular precedence over other directives, it's >> just that some of them have no meaning is proxy context: e.g. >> <Directory> (as you mentioned). >> > > In the case of ProxyPass vs. non per-dir rewrites, you will see at > least a change REQUEST_FILENAME (which in non-perdir w/o mod_proxy > matching is the same as REQUEST_URI and really is a bad idea to use!)
Argh, not right, missed the other return stmt. It seems like proxy_trans will return OK to translate_name() and not let mod_rewrite in non-perdir run at all. It is rigged to run before mod_rewrite. -- Eric Covener [email protected]
