Re: mod_proxy_ajp with multiple ajp ports

2006-07-14 Thread Bill Barker
"Pid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > Christopher Schultz wrote: >> Bill, >> >> Thanks for the response. >> >>> I've seen some talk on [EMAIL PROTECTED] about implementing support for >>> regexps in mod_proxy, but I don't think anything has happened yet. >> >> It

Re: mod_proxy_ajp with multiple ajp ports

2006-07-14 Thread Pid
Christopher Schultz wrote: > Bill, > > Thanks for the response. > >> I've seen some talk on [EMAIL PROTECTED] about implementing support for >> regexps in mod_proxy, but I don't think anything has happened yet. > > It doesn't appear to be a question of regular expressions, since the > elemen

Re: mod_proxy_ajp with multiple ajp ports

2006-07-14 Thread Christopher Schultz
Bill, Thanks for the response. > I've seen some talk on [EMAIL PROTECTED] about implementing support for > regexps in mod_proxy, but I don't think anything has happened yet. It doesn't appear to be a question of regular expressions, since the element can use regular expressions. The problem is

Re: mod_proxy_ajp with multiple ajp ports

2006-07-12 Thread Bill Barker
I've seen some talk on [EMAIL PROTECTED] about implementing support for regexps in mod_proxy, but I don't think anything has happened yet. What you want is something like: RewriteRule /my/path/.*\.whatever\.else ajp://localhost:8285/my/path/$1.whatever.else [P] Check the documentation for mod

mod_proxy_ajp with multiple ajp ports

2006-07-12 Thread Christopher Schultz
All, Please forgive me if this question has already been asked. With such a high volume, searching the archives has been arduous and I haven't found what I'm looking for. I'm used to using mod_jk where I can just do this: JkMount /my/path/*.whatever worker2 JkMount /my/path/*.whatever.else worke