[pkg-lighttpd] Bug#703379: lighttpd don't interpret SSI commands

Stefan Bühler stbuehler at lighttpd.net
Fri Apr 19 15:59:04 UTC 2013


Hi,

On Fri, 19 Apr 2013 17:17:28 +0200
Olaf van der Spek <olaf at xwis.net> 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



More information about the pkg-lighttpd-maintainers mailing list