[Catalyst] Re: Problem with Static::Simple and Compress::Zlib
Andy Grundman
andy at hybridized.org
Mon Nov 14 18:41:07 CET 2005
Uwe Voelker wrote:
>>Catalyst::Plugin::Static::Simple uses streaming output in newer
>>versions, which teh compress plugins can't handle.
>
>
> Fine. So how can I resolve this issue?
>
> Right now I have patched the compress plugin to handle only 'text/html'.
> This works for me, but is no general solution.
The plugins will need to be updated to support 5.5. Another (and
probably better) option is to configure Apache to serve your compressed
static files directly, and just leave them uncompressed on the test server.
-Andy
More information about the Catalyst
mailing list