Bug #325
ssi and compress don't work together
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
Description
Maybe I'm missing something but it appears that mod_compress and mod_ssi do not work together. If the module order is mod_compress followed by mod_ssi the ssi does not work at all. If the module order is reversed (mod_ssi followed by mod_compress) then ssi works but there is no compression performed on the pages (shtml is set as text/html mimetype). For me this makes lighttpd completely unusable as I have a reliance on both ssi and compression for my websites.
History
02/16/2008 02:39 PM - stbuehler
mod_compress is only for static files, and should be the last module in the list.
See http://trac.lighttpd.net/trac/wiki/Mod_Deflate for compression of dynamic content.