Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add libnginx-mod-zip in the repository #2204

Open
1 task done
YogSottot opened this issue Sep 5, 2024 · 1 comment
Open
1 task done

[Feature request] Add libnginx-mod-zip in the repository #2204

YogSottot opened this issue Sep 5, 2024 · 1 comment

Comments

@YogSottot
Copy link

YogSottot commented Sep 5, 2024

Frequently asked questions

Is your feature request related to a problem? Please describe.
There is no libnginx-mod-zip in the repository.

Describe the solution you'd like
Is it possible to add the nginx mod_zip module to the repository?
https://github.com/evanmiller/mod_zip

Examples of Dockerfiles to build
https://github.com/YogSottot/nginx_mod_zip_docker_builder

Distribution (please complete the following information):

  • OS: [Debian and Ubuntu]
  • Architecture: [amd64]
  • Repository: [Ubuntu PPA and packages.sury.org]

Additional context
mod_zip assembles ZIP archives dynamically. It can stream component files from upstream servers with nginx's native proxying code, so that the process never takes up more than a few KB of RAM at a time, even while assembling archives that are (potentially) gigabytes in size.

mod_zip supports a number of "modern" ZIP features, including large files, UTC timestamps, and UTF-8 filenames. It allows clients to resume large downloads using the "Range" and "If-Range" headers, although these feature require the server to know the file checksums (CRC-32's) in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@YogSottot and others