Jim Jagielski wrote:
> 
>>> By the way, ProxyPass /servlet/ balancer://mycluster
>>> does the 2nd part of what you want, it's just the
>>> '*.jsp' stuff we're missing... So basically,
>>> ProxyPass more JkMount-like...
> 
> By the way, I've really looked at this and it isn't
> required really to make ProxyPass more regex like
> since we can leverage Location to do that.

Agreed, and a serious -1 to any 'regex' style ProxyPass.  Simply, we wouldn't
be able to accept that syntax to ProxyPassReverse, and I'm really loath to
have two differing syntaxes there.  That's just asking for misconfigs.

Maybe a ProxyPassMatch - that makes it clear this directive is 'different'
and doesn't follow ProxyPass[Reverse] syntax would suffice?

Reply via email to