Re: mod_perl - Intercepting an external Redirect

2007-09-21 Thread Torsten Krah
Am Donnerstag, 20. September 2007 schrieben Sie: > 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

Re: mod_perl - Intercepting an external Redirect

2007-09-20 Thread Torsten Krah
Perrin Harkins schrieb: 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 mo

Re: mod_perl - Intercepting an external Redirect

2007-09-20 Thread Perrin Harkins
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 wi

Re: mod_perl - Intercepting an external Redirect

2007-09-19 Thread Torsten Krah
Am Mittwoch, 19. September 2007 schrieb Perrin Harkins: > On 9/19/07, Torsten Krah <[EMAIL PROTECTED]> wrote: > > So in short, i need to analyze the response of mod_proxy and if it > > matches some criteria, i want to do a internal redirect and serve some > > content under the requested url. > > Th

Re: mod_perl - Intercepting an external Redirect

2007-09-19 Thread Perrin Harkins
On 9/19/07, Torsten Krah <[EMAIL PROTECTED]> wrote: > So in short, i need to analyze the response of mod_proxy and if it matches > some criteria, i want to do a internal redirect and serve some content under > the requested url. > The client should not see the "external redirect" the servlet trigge

mod_perl - Intercepting an external Redirect

2007-09-19 Thread Torsten Krah
Hi. I am new to mod_perl apache2 api and hope you can help me a little bit. I've got following scenario: A incoming request A is rewritten by apaches rewrite modul to be served by mod_proxy_ajp - which is connected to a tomcat. The servlet there produce the response and this one will passed bac