some people keep asking me to let modcache support 'Accept-Encoding'
requests and saves 'Content-Encoding: gzip' response as local gziped
cache file :) so modcache 1.6.3 comes out to fulfill the need.
"cache.support-accept-encoding" option is added, default is 'disable'.
when it's enabled, modcache will save response has 'Content-Encoding:
gzip' or 'Content-Encoding: deflate' as local gziped cache. then
another request has 'Accept-Encoding: gzip, defalte' gets local gziped
cache service.
Please note: if there has no gziped local cache, normal local cache
file will be used instead. It's because that 'Accept-Encoding: gzip,
defalte' request isn't mandatory to fullfil by RFC
download url:
http://www.linux.com.cn/modcache/lighttpd-1.4.21.modcache.v.1.6.3.tar.gz