allan juul wrote:
[...]
i have fiddled with mod_proxy_html to rewrite stuff and that works ok, but have some features that doesn't mix well with our solution (content -type is encoded utf-8, where we proxy to iso-8859-1 for instance. or some html tags are stripped etc.) also caching becomes slower because of this output filter it seems (i guess because of unknown content-length)



But if you use a mod_perl filter you will still hit the issue of unknown content-length header.


yes, of course that's true.
there goes caching (:

Not really. Nothing prevents you from buffering up the response, process it, set the content-length header and make the document cache-able.




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to