On 9/19/07, Torsten Krah <[EMAIL PROTECTED]> wrote: > Now i configured the "otherhost" to do a permanent redirect when /time/blog is > requested. > If i request this uri, the redirect is done like configured there - my filter > does not get called.
It's possible that mod_proxy doesn't cooperate with filters, but I thought it did. You might try turning on some mod_rewrite logging to get a better view of what's happening. You could also do the proxy request yourself from perl, although it's less efficient than mod_proxy. - Perrin
