Re: ProxyPass globbing

2007-05-12 Thread Ruediger Pluem
On 05/12/2007 01:01 AM, Jim Jagielski wrote: On May 11, 2007, at 5:39 PM, Nick Kew wrote: Second, putting ProxyPass in a Directory context accomplishes the same thing more simply by enabling LocationMatch on it. Except, of course, that this does not work :) Yes, this does not work

Re: ProxyPass globbing

2007-05-12 Thread Jim Jagielski
On May 12, 2007, at 3:46 AM, Ruediger Pluem wrote: Do we really need this? As we know from Rich's lightning talk at the ApacheCon every directive can be replaced by a rewrite rule :-). Except that mod_rewrite is not balancer aware... so using rewrite rules uses the default reverse

Re: ProxyPass globbing

2007-05-12 Thread Jim Jagielski
On May 12, 2007, at 10:09 AM, Jim Jagielski wrote: Still, just because mod_rewrite allows it doesn't mean we shouldn't allow ProxyPass to do what's right. ;) in any case, added to trunk... next step is to also make the Directory container method work...

Re: svn commit: r537429 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2007-05-12 Thread Ruediger Pluem
On 05/12/2007 04:12 PM, [EMAIL PROTECTED] wrote: Author: jim Date: Sat May 12 07:12:24 2007 New Revision: 537429 URL: http://svn.apache.org/viewvc?view=revrev=537429 Log: Add regex pattern matching to ProxyPass, allowing, for example: ProxyPass ~ \.gif balancer://imagecluster

Re: ProxyPass globbing

2007-05-12 Thread Ruediger Pluem
On 05/12/2007 04:15 PM, Jim Jagielski wrote: On May 12, 2007, at 10:09 AM, Jim Jagielski wrote: Still, just because mod_rewrite allows it doesn't mean we shouldn't allow ProxyPass to do what's right. ;) in any case, added to trunk... next step is to also make the Directory container

Re: svn commit: r537429 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2007-05-12 Thread Joshua Slive
On 05/12/2007 04:12 PM, [EMAIL PROTECTED] wrote: Author: jim Date: Sat May 12 07:12:24 2007 New Revision: 537429 URL: http://svn.apache.org/viewvc?view=revrev=537429 Log: Add regex pattern matching to ProxyPass, allowing, for example: ProxyPass ~ \.gif balancer://imagecluster On

Re: ProxyPass globbing

2007-05-12 Thread Paul Querna
Jim Jagielski wrote: I've been looking at extending ProxyPass to accept and use globbing patterns (basically, to make it easier for those migrating from mod_jk and JkMount to Apache 2.2), and it's almost trivially easy, but there are some gotchas: 1. ProxyPass /foo/* balancer://bar