Hi, On Fri, 19 Apr 2013 17:17:28 +0200 Olaf van der Spek <[email protected]> wrote:
> Hi, > > Did you report this upstream? > If not, could you do so? > > Olaf > upstream is not interested... module load order is important, and mod_ssi and mod_compress both handle only static files, so only one of them can handle the request. Whatever is loaded first will win, if both are interested. So either load mod_ssi before mod_compress or don't compress the mimetype that is handled by mod_ssi. I very much doubt this behaviour is not deterministic in lighttpd. Probably some caching in the client. Test with curl, curl has a "--compressed" option. Stefan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

