mod_ziplook2

mod_ziplook offers is a zip-file browsing module that can send files with gzip transfer-encoding.
Download

mod_ziplook2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License
  • Price:
  • FREE
  • Publisher Name:
  • Jukka Pihl
  • Publisher web site:
  • http://pihl.kumpu.org/mod_ziplook/index2.html

mod_ziplook2 Tags


mod_ziplook2 Description

mod_ziplook offers is a zip-file browsing module that can send files with gzip transfer-encoding. mod_ziplook offers is a zip-file browsing module that can send files with gzip transfer-encoding.Here are some key features of "mod ziplook2":· Whole directory structure of ZIP-file can be seen.· Separate files can be seen easily (/xxxx.zip/dir/afile.html)· In case of directories index.html is looked. (/y/x.zip/dir/ => /y/x.zip/dir/index.html)· Handles If-Modified-Since and NotModified-status· If your browser supports gzip content-encoding and documents in ZIP-archive are "Deflate"-compressed: module changes files to gzip format in fly. This makes things very fast (and server cpu & network capasity is saved)Module uses miniunzip - unzip library and that uses zlib.Requirements:· Apache 2.0.xInstall and config:Module needs zlib in your computer I haven't tested this apxs configuration yet. A. Open tar.gz - file.B. find your apxs (apache module handling script)C. Compile (with zlib) apxs -c mod_ziplook.c -lzD. Run installing script (as root is needed) apxs -i -a mod_ziplook.soE. Add handler to for 'zip'-files in httpd.conf (look mod_mime.c section) AddHandler ziplook zipF. Restart your apacheG. Seek an zip-file and try with it. http://your.host/directory/myzipfile.zip http://your.host/directory/myzipfile.zip/a-file-in-zip-file.htmlTo make static module: $ cd apache-2.0.XXX/modules $ tar -xzvf /somewhere/mod_ziplook2.tar.gz $ cd .. $ ./buildconf $ ./configure .... --enable-deflate --enable-ziplook $ make(enable-deflate is to -lz library included)


mod_ziplook2 Related Software