On Thu, Nov 22, 2007 at 05:24:03PM +0100, Rainer Jung wrote: > Christoph P. Kukulies wrote: > >Thanks for the replies. > > > >I managed it finally with ProxyPass and ProxyPassReverse > > > >What has caused all the headache was the fact that > >the backend server (application server that ran the forum) > >had a html meta refresh tag in it's /index.html > >and that did not get translated by the proxypass directives. > >I don't know whether this is normal behaviour or a bug. > > Rewriting of answers if ProxyPassReverse. But this only handles explicit > redirects, not those embedded in the content via meta tags. There is > also a directive to rewrite cookies. > > In case you need to rewrite parts of the response bodies, you can google > for mod_proxy_html, which is a module produced by one of the httpd > committers (Nick Kew). The task of rewriting parts of the response body > is more complicated though, from a configuration point of view, but also > from a resource point of view (CPU). > > Regards, > > Rainer
Thanks, Rainer, in the end I used mod_proxy_html also for other purposes (to make the forum on the application server work at all). -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]