"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
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
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
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
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