1 message in ru.sysoev.nginxANN: mod_zip 1.1
FromSent OnAttachments
Evan MillerAug 4, 2008 9:10 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:ANN: mod_zip 1.1Actions...
From:Evan Miller (emmi@public.gmane.org)
Date:Aug 4, 2008 9:10:25 pm
List:ru.sysoev.nginx

mod_zip (formerly ngx_zip) is an Nginx module that creates ZIP archives from upstream servers on the fly. It never uses more than a few kilobytes of RAM at a time, even while creating and sending archives that are gigabytes in size.

Today I am releasing mod_zip 1.1. Unlike previous versions, mod_zip 1.1 fully supports the "Range" header from clients. ZIP downloads can now be paused and resumed, and download accelerators can download large ZIP archives in parallel chunks over separate TCP connections.

Users of previous versions should note several changes in mod_zip's interface before deploying; see the documentation.

Download: http://emiller.info/nginx/mod_zip-1.1.tar.gz

Documentation: http://wiki.codemongers.com/NginxNgxZip

Send bug reports to me.