Re: [EMAIL PROTECTED] Using SSI in proxied content

2007-12-06 Thread Marko Asplund
Vincent Bray wrote: It should work for proxied content, assuming your config specifies the filter correctly. Something like this should work: ... AddOutputFilterByType INCLUDES text/html ... seems to be working correctly, thanks. marko -

Re: [EMAIL PROTECTED] Using SSI in proxied content

2007-12-05 Thread Vincent Bray
On 05/12/2007, Marko Asplund <[EMAIL PROTECTED]> wrote: > > I'm trying to setup a Apache reverse proxy to run server-side include > commands included in proxied content. > Apache proxies content coming from Tomcat using mod_proxy_ajp. > SSI commands get run in local content, but not in proxied cont

[EMAIL PROTECTED] Using SSI in proxied content

2007-12-05 Thread Marko Asplund
I'm trying to setup a Apache reverse proxy to run server-side include commands included in proxied content. Apache proxies content coming from Tomcat using mod_proxy_ajp. SSI commands get run in local content, but not in proxied content. Should this sort of setup work with Apache 2.2 or is this