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