Package: libnginx-mod-http-auth-pam Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 41 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14), libpam0g (>= 0.99.7.1) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-auth-pam_1.21.4-20+clp-jammy_amd64.deb Size: 10806 SHA256: 0ec45c768151e31fb3859b7c0571a4ef55416c9331fc33675f0a09a3d51df86c SHA1: 32f46b3c602e80ad1bd7c5ed17ec504ba133af98 MD5sum: fa52f5cec0b2cc521291b70f80a3de51 Description: PAM authentication module for Nginx The nginx_http_auth_pam module enables authentication using PAM. . The module uses PAM as a backend for simple http authentication. It also allows setting the pam service name to allow more fine grained control. Package: libnginx-mod-http-cache-purge Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 49 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-cache-purge_1.21.4-20+clp-jammy_amd64.deb Size: 13322 SHA256: d89c435764d018bfe1ffa4c0420c848dcc168d171d09773e245e3e2991e64f66 SHA1: 6d6c7b8aab2f8e265a44b76bd3882d999bef11c7 MD5sum: b79f26b974615351996ff72395ac709d Description: Purge content from Nginx caches Cache Purge module adds purging capabilities to Nginx. It allows purging content from caches used by all of Nginx proxy modules, like FastCGI, Proxy, SCGI and uWSGI. Package: libnginx-mod-http-dav-ext Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 62 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.33), libxml2 (>= 2.7.4) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-dav-ext_1.21.4-20+clp-jammy_amd64.deb Size: 18734 SHA256: 73dbc067ce439233a5d2c5b6e3c8ba0f0b18e65ff3653b040b915e0b19b6132b SHA1: 0759b2e30d772ddba5c1364eb89a7ff23baf4164 MD5sum: 1fd5c6758ce3eaa852113774cb9ff1c7 Description: WebDAV missing commands support for Nginx WebDAV Ext module complements the Nginx WebDAV module to provide a full WebDAV support. . WebDAV Ext provides the missing PROPFIND & OPTIONS methods. Package: libnginx-mod-http-echo Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 71 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-echo_1.21.4-20+clp-jammy_amd64.deb Size: 23482 SHA256: a7216536f46a228670e9964966ed201f68f5e67896c6a8b46309be2e15444eb0 SHA1: 5731f704cbb1aef6009cd720065b47bf0a3daf60 MD5sum: c98e06024836be6d356267edc7f828e0 Description: Bring echo and more shell style goodies to Nginx Echo module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing. . Basically it provides various utilities that help testing and debugging of other modules by trivially emulating different kinds of faked subrequest locations. . People will also find it useful in real-world applications that need to: . 1. Serve static contents directly from memory. 2. Wrap the upstream response with custom header and footer (kinda like the addition module but with contents read directly from the config file and Nginx variables). 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in a single main request (using echo_location and its friends). Package: libnginx-mod-http-fancyindex Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 58 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.33) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-fancyindex_1.21.4-20+clp-jammy_amd64.deb Size: 16496 SHA256: c1e296db11987f85f6a7155a2e46d92c5f912248188597fbb3197f07f117b32b SHA1: 4bb39fa35c3d4e617f494920e7228bfce4a59a4b MD5sum: 636d930f249234a6a9127886ff55469f Description: Fancy indexes module for the Nginx The Fancy Index module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style by introducing ways to customize the result. Package: libnginx-mod-http-geoip Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 50 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14), libgeoip1 (>= 1.6.12) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-geoip_1.21.4-20+clp-jammy_amd64.deb Size: 12196 SHA256: 335a8fb56ec55f14b52995ba3320ca894c58085f154634027a6d5fb59cb4b75b SHA1: fbe2d4af3f2bd22601a3a62b6f018ab7387e6062 MD5sum: 984869fc819f2a0c0e95156bcfa711cd Description: GeoIP HTTP module for Nginx The ngx_http_geoip module creates variables with values depending on the client IP address, using the precompiled MaxMind databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-http-headers-more-filter Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 58 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-headers-more-filter_1.21.4-20+clp-jammy_amd64.deb Size: 16634 SHA256: 563ec0be380c39449c46f84f3984a46ab801b8cfc52437700898b27e7b2a46c2 SHA1: 46123687d3fc1449c47736fc99ae027cca0ce406 MD5sum: 7d55a7faaa24e09359d255374d20634e Description: Set and clear input and output headers for Nginx The Headers More module allows you to add, set, or clear any output or input header that you specify. . This is an enhanced version of the standard headers module because it provides more utilities like resetting or clearing "builtin headers" like Content-Type, Content-Length, and Server. Package: libnginx-mod-http-image-filter Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 58 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14), libgd3 (>= 2.1.0~alpha~) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-image-filter_1.21.4-20+clp-jammy_amd64.deb Size: 16154 SHA256: 1143ec97037d7662d0d3d671d4c366b86c5b32b6d4904f98c4b2c7fddb922473 SHA1: 6d40a664a07736eb8684dbefc86ef02a5b9042f9 MD5sum: cc7e55404026d6d2c81c61bac75ec1a8 Description: HTTP image filter module for Nginx The ngx_http_image_filter module is a filter that transforms images in JPEG, GIF, and PNG formats. . The module supports filters such as rotate, resize, crop, quality, sharpening, interlacing and more. Package: libnginx-mod-http-lua Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 471 Depends: libnginx-mod-http-ndk (= 1.21.4-20+clp-jammy), nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.33), libluajit-5.1-2 (>= 2.0.4+dfsg) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-lua_1.21.4-20+clp-jammy_amd64.deb Size: 173854 SHA256: f8ca542505b5670589e11f1419edcb18aa5982fec1e279d1559474693c73def1 SHA1: c324bdea5c009102c6117b6f2f106dc73e0721d3 MD5sum: 0ba8d5b1e071de2830ddbef61b89f219 Description: Lua module for Nginx Embed Lua runtime into nginx. . This module embeds Lua, via the standard Lua 5.1 interpreter or LuaJIT 2.0/2.1, into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model. Package: libnginx-mod-http-ndk Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 45 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.4) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-ndk_1.21.4-20+clp-jammy_amd64.deb Size: 11280 SHA256: 900c90f5621858fd25c04cb16b28959cc1e188422ea53709745392afe791b319 SHA1: 56556107337debbe75eaaba44456faeeb7c20e6e MD5sum: 5d637ad1739eade40cd6782fd38460a9 Description: Nginx Development Kit module The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that Nginx module developers need to write. Package: libnginx-mod-http-perl Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 97 Depends: nginx-common (= 1.21.4-20+clp-jammy), perl, perlapi-5.34.0, libc6 (>= 2.34), libperl5.34 (>= 5.34.0) Replaces: nginx-extras (<< 1.9.14-1) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-perl_1.21.4-20+clp-jammy_amd64.deb Size: 24700 SHA256: b985bc90f01248af8809354588f4a290cda514e269499ba54740ce75b306e7b6 SHA1: 340e71bf8e932f47725f3f76617e1192012fa97d MD5sum: 98565f842207239860e2e01d0bda0304 Description: Perl module for Nginx Embed Perl runtime into nginx. . The ngx_http_perl module is used to implement location and variable handlers in Perl and insert Perl calls into SSI. . Note that this module is marked experimental. Package: libnginx-mod-http-subs-filter Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 45 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-subs-filter_1.21.4-20+clp-jammy_amd64.deb Size: 14014 SHA256: 24d83d3e67ce652e4b64e44adaa97fa4eceb695089d6e23aee20bb3862ada970 SHA1: 5b606f18947fdfaf6a386dce49e54b57a54b9e7d MD5sum: 59c6c537d23243a5e78421ba66b02b74 Description: Substitution filter module for Nginx Subsitution Nginx module can do both regular expression and fixed string substitutions on response bodies. The module is quite different from Nginx's native Substitution module. It scans the output chains buffer and matches string line by line, just like Apache's mod_substitute. Package: libnginx-mod-http-uploadprogress Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 62 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-uploadprogress_1.21.4-20+clp-jammy_amd64.deb Size: 18170 SHA256: 7389bb6c6daf10b88a0965d362af5ba5ef780fa6a29009d1f92eccc78621085c SHA1: 6a699a971ef27fed4a56190b7382cee6f1e43765 MD5sum: e4fc863fc43818a99c5fdaea4ec754f0 Description: Upload progress system for Nginx Upload progress module is an implementation of an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers. . It works by tracking the uploads proxied by Nginx to upstream servers without analysing the uploaded content and offers a web API to report upload progress in Javscript, Json or any other format. Package: libnginx-mod-http-upstream-fair Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 45 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.4) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-upstream-fair_1.21.4-20+clp-jammy_amd64.deb Size: 14166 SHA256: 0d4a5a22ca9bfc7269fe669c1d9e589a6891ccf585a3c25fa58effc201921c9e SHA1: 7445448fa032a94070b7888e86e28250146d1fc1 MD5sum: 0772c46672c7984f11eadf28c6c70f5e Description: Nginx Upstream Fair Proxy Load Balancer The Nginx fair proxy balancer enhances the standard round-robin load balancer provided with Nginx so that it tracks busy backend servers and adjusts balancing accordingly. Package: libnginx-mod-http-xslt-filter Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 54 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-xslt-filter_1.21.4-20+clp-jammy_amd64.deb Size: 14502 SHA256: 4c6485f8ca6b78f03e5c004979a9691edfe0df3a972fc820cce07cefff17ec52 SHA1: 6cb4deb48f245c9e97182e34a98279e7af87bc9d MD5sum: 447df9b3a6d2c1492cc16a5b9f5ba6df Description: XSLT Transformation module for Nginx The ngx_http_xslt_filter module is a filter that transforms XML responses using one or more XSLT stylesheets. . The transformation can be adjusted by setting the relevant configuration parameters. Package: libnginx-mod-mail Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 145 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.14) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-mail_1.21.4-20+clp-jammy_amd64.deb Size: 49668 SHA256: ae77765430943f8c05a5509a81effc4c987e073ea9b222bafbbbd58ef549da4d SHA1: 469da3dc84052c19bd033e642969aa1e816fb1e4 MD5sum: 08393500f5be51658f8b35788136a3c5 Description: Mail module for Nginx The nginx_mail module adds mail proxy support to nginx. . The module supports proxying all the standard mail protocols such as IMAP, POP3 & SMTP. Package: libnginx-mod-nchan Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 17 Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-nchan_1.21.4-20+clp-jammy_amd64.deb Size: 6086 SHA256: 068dd1ccf6178085b120b447254036f488093b5c8caafed8feb69226687238a5 SHA1: d2629fe2dee93034aedc4f9cc10d8532558c9b6b MD5sum: 98739d1c1f931ac57f34341a3e489419 Description: Fast, flexible pub/sub server for Nginx Nchan is a scalable, flexible pub/sub server for the modern web, It can be configured as a standalone server, or as a shim between your application and tens, thousands, or millions of live subscribers. It can buffer messages in memory, on-disk, or via Redis. All connections are handled asynchronously and distributed among any number of worker processes. It can also scale to many nginx server instances with Redis. . Full documentation available at https://nchan.slact.net Package: libnginx-mod-ngx-brotli Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 749 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.29) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-ngx-brotli_1.21.4-20+clp-jammy_amd64.deb Size: 303478 SHA256: fb5b98b854c0e00fee18f6271276b38d83922b9d0a6cdd9be30a4f923ee199f0 SHA1: 624334fe82b593887116dba6be3da8d372867436 MD5sum: d6f4c7642c15f59595cb10fc1322b422 Description: Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. Package: libnginx-mod-ngx-pagespeed Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 12508 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-ngx-pagespeed_1.21.4-20+clp-jammy_amd64.deb Size: 4080272 SHA256: 847c53ca8e0cafeab5b55ce25761d50fbe7c229637fa6128500a5eb387be8c5e SHA1: 28c9bba7a0657d323afa352d1baf8207a16eeb17 MD5sum: f5e29a4302cb20105e2f2babf9a4b442 Description: pagespeed module from google. Package: libnginx-mod-rtmp Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 351 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.33) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-rtmp_1.21.4-20+clp-jammy_amd64.deb Size: 134976 SHA256: 3f412038290e30108078706c002fcf111c145458bffb5314c76fe2a661027c52 SHA1: 96dc5b301e1fc709d1c85d8b5d2e67c7202899fe MD5sum: fcf22273e8986f9a684952dc698333a2 Description: RTMP support for Nginx The nginx RTMP module is a fully-featured streaming solution implemented in nginx. . It provides the following features: - Live streaming with RTMP, HLS and MPEG-DASH; - RTMP Video on Demand from local or HTTP sources; - Stream relay support via a push or pull model; - Integrated stream recording; - and more. Package: libnginx-mod-stream Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 208 Depends: nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.33) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-stream_1.21.4-20+clp-jammy_amd64.deb Size: 75862 SHA256: 3075215545c846ed7792fd00e5236de28c915db0df01d2fe5ad17343d5141304 SHA1: 1c76b49c89b39d19586a3a1b59159ff94613a39c MD5sum: 379d1c51b9fab4628d5a125f2f71130e Description: Stream module for Nginx The nginx_stream module adds stream proxy support to nginx. . Stream module supports loadbalancing & proxying to TCP servers. The module also supports ACLs/connection limiting and configuring multiple operational parameters. Package: nginx Version: 1.21.4-20+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 17 Depends: nginx-full (<< 1.21.4-20+clp-jammy.1~) | nginx-light (<< 1.21.4-20+clp-jammy.1~) | nginx-extras (<< 1.21.4-20+clp-jammy.1~), nginx-full (>= 1.21.4-20+clp-jammy) | nginx-light (>= 1.21.4-20+clp-jammy) | nginx-extras (>= 1.21.4-20+clp-jammy) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx_1.21.4-20+clp-jammy_all.deb Size: 6032 SHA256: dbe7e09ef9262131664054532c953890accbc069f6bc7efd0d7697f93a4849f2 SHA1: bda2d32797155ca9b5f3c9e8a9ed7d9b5c21915b MD5sum: e6a5dc44ba8e4d582de10474618786bb Description: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This is a dependency package to install either nginx-full (by default), nginx-light or nginx-extras. Package: nginx-common Source: nginx Version: 1.21.4-20+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 18559 Depends: lsb-base (>= 3.0-6), debconf (>= 0.5) | debconf-2.0 Suggests: fcgiwrap, nginx-doc, ssl-cert Multi-Arch: foreign Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx-common_1.21.4-20+clp-jammy_all.deb Size: 11558756 SHA256: c6c72ce5575921ad9d7a945ca2104f16ab9790d603997b1962d882d329271f99 SHA1: f6c0ea2f50cbee262f6251db37d05747cdfb3f66 MD5sum: ff50dddcf9e40e0388ab6143f0c8374c Description: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Package: nginx-doc Source: nginx Version: 1.21.4-20+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 42 Multi-Arch: foreign Homepage: https://nginx.net Priority: optional Section: doc Filename: pool/nginx/n/nginx/nginx-doc_1.21.4-20+clp-jammy_all.deb Size: 17750 SHA256: f110d3cca8a04af543ff4ca44d39a44716935999d791a129eee169a19abd5d99 SHA1: e9b7825525d4603102a2009b30cdbbbda84a3f78 MD5sum: 567f7331f354cb7181efb38a400bb45a Description: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Package: nginx-extras Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 1318 Depends: libnginx-mod-http-auth-pam (= 1.21.4-20+clp-jammy), libnginx-mod-http-cache-purge (= 1.21.4-20+clp-jammy), libnginx-mod-http-dav-ext (= 1.21.4-20+clp-jammy), libnginx-mod-http-echo (= 1.21.4-20+clp-jammy), libnginx-mod-http-fancyindex (= 1.21.4-20+clp-jammy), libnginx-mod-http-geoip (= 1.21.4-20+clp-jammy), libnginx-mod-http-headers-more-filter (= 1.21.4-20+clp-jammy), libnginx-mod-http-image-filter (= 1.21.4-20+clp-jammy), libnginx-mod-http-lua (= 1.21.4-20+clp-jammy), libnginx-mod-http-perl (= 1.21.4-20+clp-jammy), libnginx-mod-http-subs-filter (= 1.21.4-20+clp-jammy), libnginx-mod-http-uploadprogress (= 1.21.4-20+clp-jammy), libnginx-mod-http-upstream-fair (= 1.21.4-20+clp-jammy), libnginx-mod-http-xslt-filter (= 1.21.4-20+clp-jammy), libnginx-mod-mail (= 1.21.4-20+clp-jammy), libnginx-mod-stream (= 1.21.4-20+clp-jammy), nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre3, libssl3 (>= 3.0.0~~alpha1), zlib1g (>= 1:1.1.4) Suggests: nginx-doc (= 1.21.4-20+clp-jammy) Conflicts: nginx-full, nginx-light Breaks: nginx (<< 1.4.5-1) Provides: httpd, httpd-cgi, nginx Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx-extras_1.21.4-20+clp-jammy_amd64.deb Size: 512220 SHA256: 0214d1050e600889409ee9d134379d167ab8e76c8c4acc7f18836496d13f73c3 SHA1: 7b90904e1aa892555c473d9f12b021b17e451574 MD5sum: 49e5e048e7b6e947dd0fef18c34eef5b Description: nginx web/proxy server (extended version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the standard modules, plus extra features and modules such as the Perl module, which allows the addition of Perl in configuration files. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress, Upstream Fair Queue. Package: nginx-full Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 1275 Depends: libnginx-mod-http-auth-pam (= 1.21.4-20+clp-jammy), libnginx-mod-http-dav-ext (= 1.21.4-20+clp-jammy), libnginx-mod-http-echo (= 1.21.4-20+clp-jammy), libnginx-mod-http-geoip (= 1.21.4-20+clp-jammy), libnginx-mod-http-image-filter (= 1.21.4-20+clp-jammy), libnginx-mod-ngx-brotli (= 1.21.4-20+clp-jammy), libnginx-mod-ngx-pagespeed (= 1.21.4-20+clp-jammy), libnginx-mod-http-subs-filter (= 1.21.4-20+clp-jammy), libnginx-mod-http-upstream-fair (= 1.21.4-20+clp-jammy), libnginx-mod-http-xslt-filter (= 1.21.4-20+clp-jammy), libnginx-mod-mail (= 1.21.4-20+clp-jammy), libnginx-mod-stream (= 1.21.4-20+clp-jammy), nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre3, libssl3 (>= 3.0.0~~alpha1), zlib1g (>= 1:1.1.4) Suggests: nginx-doc (= 1.21.4-20+clp-jammy) Conflicts: nginx-extras, nginx-light Breaks: nginx (<< 1.4.5-1) Provides: httpd, httpd-cgi, nginx Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx-full_1.21.4-20+clp-jammy_amd64.deb Size: 497910 SHA256: 4cc3ad66205cb7b34a60e8da163627788dadee62b9bd801d2830c1a3143b7af4 SHA1: 7f54fd07d283a4efe095c3c248c0d313582a4002 MD5sum: 7934932d26fb4158bff930ac115b0539 Description: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extra). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitutions, Upstream Fair Queue. Package: nginx-light Source: nginx Version: 1.21.4-20+clp-jammy Architecture: amd64 Maintainer: Debian Nginx Maintainers Installed-Size: 1202 Depends: libnginx-mod-http-echo (= 1.21.4-20+clp-jammy), nginx-common (= 1.21.4-20+clp-jammy), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre3, libssl3 (>= 3.0.0~~alpha1), zlib1g (>= 1:1.1.4) Suggests: nginx-doc (= 1.21.4-20+clp-jammy) Conflicts: nginx-extras, nginx-full Breaks: nginx (<< 1.4.5-1) Provides: httpd, httpd-cgi, nginx Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx-light_1.21.4-20+clp-jammy_amd64.deb Size: 470350 SHA256: 3fa96fa358f6cc80a470f90e8c78b579e218377b06b4e374ba2069cec9466966 SHA1: 2d55eb4f8ffd450b50ddac0ede5545377b11974b MD5sum: a80f44493be52627758de34969780dc8 Description: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF, FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI. . OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression, Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread Pool, WebDAV, Upstream. . THIRD PARTY MODULES: Echo.