mod_zip 1.1.5
Originally released 03 Sep 2009
- Feature:
If-Range
client header is compared toLast-Modified
andETag
from the upstream file-list server; if there is a match, theRange
client header is honored, otherwise 200 OK is returned. UsingETag
requires nginx 0.8.10 or later, or included patch. - Bugfix: compatibility with nginx 0.7.25 and later (but earlier versions are no longer supported)
- Bugfix:
Range
works with local, Memcached, and FastCGI files