Package: libnginx-mod-http-auth-pam Source: nginx Version: 1.21.4-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 36 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17), 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-17+clp-jammy_arm64.deb Size: 9702 SHA256: 9c48d62ac4b3da22811feb13390798c284c5691c8460fa0da3ab728d5acca22d SHA1: 096d439d403f8675464575fd9930bda0e6fb28bd MD5sum: bbc2b0163812ea4dbcf977f75c224c6c 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 48 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-cache-purge_1.21.4-17+clp-jammy_arm64.deb Size: 12526 SHA256: 3cca8a1313a4fd23015e465f11bc4618f5e7ddcb07482a076648052b01e10fc1 SHA1: 15bf65555f5e65aca8871cff35738bae0a043586 MD5sum: ff0c4b41c37b5c905cf2fe468fba5a0d 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 56 Depends: nginx-common (= 1.21.4-17+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-17+clp-jammy_arm64.deb Size: 17824 SHA256: 984a4cc8542c9ee12c09946961962a9ff9d0b2ef8f6a2d02d3b5d3fa0b67412f SHA1: d29dfc880c92fdbb4f45a63a94639273be919501 MD5sum: 19e0dd61a543a46b18b7ef05456f2450 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 70 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-echo_1.21.4-17+clp-jammy_arm64.deb Size: 22740 SHA256: c4cdd7809c22f9f4b10571b98bfd0c657b47360e35ff03b9d25b3e3d8229eb1f SHA1: 5cc264b3bd6d98d9f5594c01446e1f2ae96f9691 MD5sum: b4ebcf1e5b6314bc4cb96b75c3dd1a3a 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 49 Depends: nginx-common (= 1.21.4-17+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-17+clp-jammy_arm64.deb Size: 15228 SHA256: dc5aea11e55cf7a9ecf45e6ab0f99d69dd881293f3d3924cfe15bae34dea7f2f SHA1: 1e94fbc71ae3e169d2a152d9485c80602bf757af MD5sum: 0f80f8e074e96a09de689934ebf761d9 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 45 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17), libgeoip1 (>= 1.6.12) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-geoip_1.21.4-17+clp-jammy_arm64.deb Size: 11106 SHA256: 27627e9be7a82bd02c49c716433a906dd6978cc29f74d0f186785e835ea9275a SHA1: 999e448e9e3b399396f0e6c43389ef696728355b MD5sum: eaf4c479a2f801721d91f43fc69f6543 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 53 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-headers-more-filter_1.21.4-17+clp-jammy_arm64.deb Size: 15720 SHA256: c6126d739434230d316d690ebe8291f9d8e687e5d24c381f43e524a494cfe10d SHA1: 2848ae7d00586451f8b1d5b94eb6f186006d81de MD5sum: 208b723ffd2db752ca808a6286f19d20 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 48 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17), 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-17+clp-jammy_arm64.deb Size: 14746 SHA256: 42eeb9d20bbb2c96cc629a5b654d2201be527ef69acf943cbcab29fe9471001f SHA1: 4895999cbe299ff094af5eb526a3a96603502071 MD5sum: 51c09f32329433fbd162579a42c84189 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 449 Depends: libnginx-mod-http-ndk (= 1.21.4-17+clp-jammy), nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.33), liblua5.1-0 Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-lua_1.21.4-17+clp-jammy_arm64.deb Size: 171450 SHA256: f652ebaa8945cc62dbe66c186ec46f3b25661f780f5fff96b3d1689ae3d425ae SHA1: 0f82cd747cedd6259d1d79f1c74d1c031915fd4a MD5sum: 93a2ab666115a00cb4ea2f94b5831f72 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 39 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-ndk_1.21.4-17+clp-jammy_arm64.deb Size: 10368 SHA256: 9e0cf462ff6c3ebdd5276a3c48144ed854608aeb2b2f2b190a8a80121056fae2 SHA1: d6c44fdf3864875f6940db541df96d3b95204026 MD5sum: afe9b2efbbd2c654543ea6718ff65b26 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 83 Depends: nginx-common (= 1.21.4-17+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-17+clp-jammy_arm64.deb Size: 23578 SHA256: f067502a9700ffa6802c174e3c960df870333eecefd7671842967dccfbdd8c39 SHA1: f5794e4d455871c0fa4fcf49682f956f0f5e848d MD5sum: ce1cc7f5af1bb43c3650ff5483a44251 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 44 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-subs-filter_1.21.4-17+clp-jammy_arm64.deb Size: 12828 SHA256: 5204409e3741656540c786a3d3de7d7c1e25633311d3547c20943ca76b54eb68 SHA1: b42b30356c924bc401cfb7e4890488005abcc7aa MD5sum: 1deb1d184d5dae56237fcb2b9c8ac852 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 57 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-uploadprogress_1.21.4-17+clp-jammy_arm64.deb Size: 16832 SHA256: e6afb40e09d9fa5dde6f07932c5aea3e065920e5f103c6aceec0b68bb3fb8b6a SHA1: 5e09247d92cbd62d5d630ca91d76bd4629b59fff MD5sum: 9da11a5123be8a44a2a7e9e5f5e2f32c 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 44 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-http-upstream-fair_1.21.4-17+clp-jammy_arm64.deb Size: 13474 SHA256: fe845bd39030c8edd40b50fbb5c217b97437bad28a88d0778c0169b3940f2310 SHA1: 01675a46ff92c296d1f0f0aa18dd5c39a3be7343 MD5sum: 6877b45f9afcfec115c7830a873b5035 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 48 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17), 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-17+clp-jammy_arm64.deb Size: 13488 SHA256: 9c0b94d4e0aa4fc21a24aae5458d5b0d0fe2166ce136d894b14164577eaf32db SHA1: 522b745a3ff140017ece3002e145fdf9232738c7 MD5sum: ad317628447fdfc3648250756c9ebfab 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 135 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.17) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-mail_1.21.4-17+clp-jammy_arm64.deb Size: 48816 SHA256: 495c60476fb2468888ba36d2ae04e1aa3de7f7b3147f984a5f6e926d7f4d720e SHA1: 1ad8646ccb83e0032399213426117e102fa41c01 MD5sum: 34d1d221869510c3fe22c05a4d90a632 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 16 Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-nchan_1.21.4-17+clp-jammy_arm64.deb Size: 5192 SHA256: 969347bddcaca6fd204d90a3d38f6c7d332002f72dbabe7e50cf9871ff002c54 SHA1: 4fcb7eabf53c956a15bd33610b6f6cc215f7e1dc MD5sum: 526adcf93f2714e73a7c0a3f1d09dc7e 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 699 Depends: nginx-common (= 1.21.4-17+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-17+clp-jammy_arm64.deb Size: 302548 SHA256: 531a6bb344e2f685a899285b8be483e10bbb77115170d0836e2edd3f83802109 SHA1: 0dd9d2860d933c395df75a7c8e4a74228e506ca1 MD5sum: 11b49d01ee1dcdd028f63512b85f3c12 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 12358 Depends: nginx-common (= 1.21.4-17+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-17+clp-jammy_arm64.deb Size: 3832938 SHA256: 7ef1742df319f5bf88a39bee1ff2378131bf01beb028f1a2e9d05824fc0ecfb1 SHA1: 9ae8378e94db54246bc06668cfbb3074fec07ca6 MD5sum: e37e450fac0dfd6d0fc6b70fbbb6c235 Description: pagespeed module from google. Package: libnginx-mod-rtmp Source: nginx Version: 1.21.4-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 340 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.33) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-rtmp_1.21.4-17+clp-jammy_arm64.deb Size: 133416 SHA256: e41a39294eb6268d3df1a2e954870316b1f21407a7808294200a461939d95e59 SHA1: 604e57022ae7270ec77ecf1f8cb14f4d7139f5ff MD5sum: cd7ed95c8d095a0834f2ec89019fc8c9 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 197 Depends: nginx-common (= 1.21.4-17+clp-jammy), libc6 (>= 2.33) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/libnginx-mod-stream_1.21.4-17+clp-jammy_arm64.deb Size: 74386 SHA256: 1bd3eb987103a24de5aa8f93e3840f1c2887918656d6c3c5cec470f081c9691c SHA1: 97f10c8d7615fb654cb781e63ce3f39b52de5057 MD5sum: 46f9e7cb8e58c96d17639b9fb3c64b0c 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-17+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 16 Depends: nginx-full (<< 1.21.4-17+clp-jammy.1~) | nginx-light (<< 1.21.4-17+clp-jammy.1~) | nginx-extras (<< 1.21.4-17+clp-jammy.1~), nginx-full (>= 1.21.4-17+clp-jammy) | nginx-light (>= 1.21.4-17+clp-jammy) | nginx-extras (>= 1.21.4-17+clp-jammy) Homepage: https://nginx.net Priority: optional Section: httpd Filename: pool/nginx/n/nginx/nginx_1.21.4-17+clp-jammy_all.deb Size: 5128 SHA256: dd35a6f6660f41452dd32fee9370e3910c062f100d81fc337f3c6d59f3d2202e SHA1: 28694dbc473f645804e94fb33927ab27666648fc MD5sum: ff9272216e810673d78f23b6b48eb55c 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-17+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 18558 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-17+clp-jammy_all.deb Size: 11557896 SHA256: 10444804b9c8e660f6f8c2ee8d6b6d2a8cae23121576caf1adb86fec3c812c2c SHA1: 85432d28c694eefa9e4aaa5cb9caab4099c7006f MD5sum: d16148582fdd386429ac41a1f66122e1 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-17+clp-jammy Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 41 Multi-Arch: foreign Homepage: https://nginx.net Priority: optional Section: doc Filename: pool/nginx/n/nginx/nginx-doc_1.21.4-17+clp-jammy_all.deb Size: 16912 SHA256: d2e51fe3d80e29c4d9d09bfe2c276397de18fe7d4ee8b8d76f50ad0be0c1a34f SHA1: 9393ea2cf5e6b6e8fff5b83efacac82e12e9e452 MD5sum: a179400303a19e1e89d4fc099594a794 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1276 Depends: libnginx-mod-http-auth-pam (= 1.21.4-17+clp-jammy), libnginx-mod-http-cache-purge (= 1.21.4-17+clp-jammy), libnginx-mod-http-dav-ext (= 1.21.4-17+clp-jammy), libnginx-mod-http-echo (= 1.21.4-17+clp-jammy), libnginx-mod-http-fancyindex (= 1.21.4-17+clp-jammy), libnginx-mod-http-geoip (= 1.21.4-17+clp-jammy), libnginx-mod-http-headers-more-filter (= 1.21.4-17+clp-jammy), libnginx-mod-http-image-filter (= 1.21.4-17+clp-jammy), libnginx-mod-http-lua (= 1.21.4-17+clp-jammy), libnginx-mod-http-perl (= 1.21.4-17+clp-jammy), libnginx-mod-http-subs-filter (= 1.21.4-17+clp-jammy), libnginx-mod-http-uploadprogress (= 1.21.4-17+clp-jammy), libnginx-mod-http-upstream-fair (= 1.21.4-17+clp-jammy), libnginx-mod-http-xslt-filter (= 1.21.4-17+clp-jammy), libnginx-mod-mail (= 1.21.4-17+clp-jammy), libnginx-mod-stream (= 1.21.4-17+clp-jammy), nginx-common (= 1.21.4-17+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-17+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-17+clp-jammy_arm64.deb Size: 521096 SHA256: 0fd18420971e24ccaffe7705b1c6573a6a39c94bdc196fc0018fd4363693dece SHA1: 7ac3fbc280db9e5a3625cc78a207dd1b97da7e21 MD5sum: aa8fad031e9a884e995df8162b82dc73 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1237 Depends: libnginx-mod-http-auth-pam (= 1.21.4-17+clp-jammy), libnginx-mod-http-dav-ext (= 1.21.4-17+clp-jammy), libnginx-mod-http-echo (= 1.21.4-17+clp-jammy), libnginx-mod-http-geoip (= 1.21.4-17+clp-jammy), libnginx-mod-http-image-filter (= 1.21.4-17+clp-jammy), libnginx-mod-ngx-brotli (= 1.21.4-17+clp-jammy), libnginx-mod-ngx-pagespeed (= 1.21.4-17+clp-jammy), libnginx-mod-http-subs-filter (= 1.21.4-17+clp-jammy), libnginx-mod-http-upstream-fair (= 1.21.4-17+clp-jammy), libnginx-mod-http-xslt-filter (= 1.21.4-17+clp-jammy), libnginx-mod-mail (= 1.21.4-17+clp-jammy), libnginx-mod-stream (= 1.21.4-17+clp-jammy), nginx-common (= 1.21.4-17+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-17+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-17+clp-jammy_arm64.deb Size: 499518 SHA256: eda2304cec6ac7d8be90a4f98d79a6a885653286b09ba4f0a577a8069ee6bb02 SHA1: 0142e1f62fc1bcb8cd1586b5d079086bdd4dbc5e MD5sum: d5231c4924ac8e86b690caa5b7469329 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-17+clp-jammy Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1174 Depends: libnginx-mod-http-echo (= 1.21.4-17+clp-jammy), nginx-common (= 1.21.4-17+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-17+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-17+clp-jammy_arm64.deb Size: 473514 SHA256: c31ffb0da19322f591b990a37c4ab00883a181c21a700c0c90dc2f44a9e31aaa SHA1: b0194eff383cba754f71a56e89688bea464aa050 MD5sum: af929061b3fc4e10d19351eb683cdeb4 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.