Project

General

Profile

[Solved] 1.4.35_5 static SSI + GZIP not work

Added by montr777 about 9 years ago

Hi All,

I want to report technical GZIP+SSI issue with lighttpd.

My config:
1. FreeBSD 10.1 / i386 / 32 bit
2. lighttpd-1.4.35_5 ( original / compiled from ports )
3. enabled modules:
server.modules = (
"mod_access",
"mod_redirect",
"mod_rewrite",
)
include "conf.d/ssi.conf"
include "conf.d/expire.conf"
include "conf.d/compress.conf"
3. ssi.conf body:
server.modules += ( "mod_ssi" )
ssi.extension = ( ".shtml", ".html" )

Situation with gzip compression:
1. when I download static .txt files - all fine / well compresses
2. when I download static .htm files without SSI - all fine / compressed well
3. when I download static .html files with SSI of another static .htm file - NOT compressed

So I think that it is a BUG - that is not allow to compress
html pages with SSI of other static htm files.

Please confirm me that it is known SSI bug with static files and that
someone is working on it. Or please hint me how to solve it.

Thanks

Montr777


Replies (1)

RE: [Solved] 1.4.35_5 static SSI + GZIP not work - Added by gstrauss about 7 years ago

lighttpd 1.4.42 provides mod_deflate Docs_ModDeflate, which can compress dynamics content assembled by mod_ssi.

    (1-1/1)