nginx 1.12.1-0ubuntu2 source package in Ubuntu
Changelog
nginx (1.12.1-0ubuntu2) artful; urgency=medium * No-change rebuild for perl 5.26.0. -- Matthias Klose <email address hidden> Wed, 26 Jul 2017 20:11:43 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Artful
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nginx_1.12.1.orig.tar.gz | 958.1 KiB | 8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb |
nginx_1.12.1-0ubuntu2.debian.tar.xz | 830.0 KiB | 931fe5fb1843956cbd7d0cfb23c060c184734a882c58ad05cb6320f82fd408dd |
nginx_1.12.1-0ubuntu2.dsc | 4.2 KiB | 1d4f77db0dfe828a0fc570e0acc2197f4613c769f51649ea5b3063fbedc0861c |
Available diffs
- diff from 1.12.1-0ubuntu1 to 1.12.1-0ubuntu2 (323 bytes)
Binary packages built by this source
- libnginx-mod-http-auth-pam: 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.
- libnginx-mod-http-auth-pam-dbgsym: No summary available for libnginx-mod-http-auth-pam-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- auth-pam- dbgsym in ubuntu artful.
- libnginx-mod-http-cache-purge: No summary available for libnginx-mod-http-cache-purge in ubuntu artful.
No description available for libnginx-
mod-http- cache-purge in ubuntu artful.
- libnginx-mod-http-cache-purge-dbgsym: debug symbols for libnginx-mod-http-cache-purge
- libnginx-mod-http-dav-ext: 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.
- libnginx-mod-http-dav-ext-dbgsym: No summary available for libnginx-mod-http-dav-ext-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- dav-ext- dbgsym in ubuntu artful.
- libnginx-mod-http-echo: No summary available for libnginx-mod-http-echo in ubuntu artful.
No description available for libnginx-
mod-http- echo in ubuntu artful.
- libnginx-mod-http-echo-dbgsym: debug symbols for libnginx-mod-http-echo
- libnginx-mod-http-fancyindex: 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.
- libnginx-mod-http-fancyindex-dbgsym: debug symbols for libnginx-mod-http-fancyindex
- libnginx-mod-http-geoip: No summary available for libnginx-mod-http-geoip in ubuntu artful.
No description available for libnginx-
mod-http- geoip in ubuntu artful.
- libnginx-mod-http-geoip-dbgsym: No summary available for libnginx-mod-http-geoip-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- geoip-dbgsym in ubuntu artful.
- libnginx-mod-http-headers-more-filter: No summary available for libnginx-mod-http-headers-more-filter in ubuntu artful.
No description available for libnginx-
mod-http- headers- more-filter in ubuntu artful.
- libnginx-mod-http-headers-more-filter-dbgsym: No summary available for libnginx-mod-http-headers-more-filter-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- headers- more-filter- dbgsym in ubuntu artful.
- libnginx-mod-http-image-filter: No summary available for libnginx-mod-http-image-filter in ubuntu artful.
No description available for libnginx-
mod-http- image-filter in ubuntu artful.
- libnginx-mod-http-image-filter-dbgsym: debug symbols for libnginx-mod-http-image-filter
- libnginx-mod-http-lua: 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.
- libnginx-mod-http-lua-dbgsym: No summary available for libnginx-mod-http-lua-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- lua-dbgsym in ubuntu artful.
- libnginx-mod-http-ndk: 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.
- libnginx-mod-http-ndk-dbgsym: No summary available for libnginx-mod-http-ndk-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- ndk-dbgsym in ubuntu artful.
- libnginx-mod-http-perl: 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.
- libnginx-mod-http-perl-dbgsym: No summary available for libnginx-mod-http-perl-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- perl-dbgsym in ubuntu artful.
- libnginx-mod-http-subs-filter: 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.
- libnginx-mod-http-subs-filter-dbgsym: debug symbols for libnginx-mod-http-subs-filter
- libnginx-mod-http-uploadprogress: 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.
- libnginx-mod-http-uploadprogress-dbgsym: debug symbols for libnginx-mod-http-uploadprogress
- libnginx-mod-http-upstream-fair: 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.
- libnginx-mod-http-upstream-fair-dbgsym: debug symbols for libnginx-mod-http-upstream-fair
- libnginx-mod-http-xslt-filter: No summary available for libnginx-mod-http-xslt-filter in ubuntu artful.
No description available for libnginx-
mod-http- xslt-filter in ubuntu artful.
- libnginx-mod-http-xslt-filter-dbgsym: No summary available for libnginx-mod-http-xslt-filter-dbgsym in ubuntu artful.
No description available for libnginx-
mod-http- xslt-filter- dbgsym in ubuntu artful.
- libnginx-mod-mail: No summary available for libnginx-mod-mail in ubuntu artful.
No description available for libnginx-mod-mail in ubuntu artful.
- libnginx-mod-mail-dbgsym: No summary available for libnginx-mod-mail-dbgsym in ubuntu artful.
No description available for libnginx-
mod-mail- dbgsym in ubuntu artful.
- libnginx-mod-nchan: 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
- libnginx-mod-nchan-dbgsym: No summary available for libnginx-mod-nchan-dbgsym in ubuntu artful.
No description available for libnginx-
mod-nchan- dbgsym in ubuntu artful.
- libnginx-mod-stream: No summary available for libnginx-mod-stream in ubuntu artful.
No description available for libnginx-mod-stream in ubuntu artful.
- libnginx-mod-stream-dbgsym: No summary available for libnginx-mod-stream-dbgsym in ubuntu artful.
No description available for libnginx-
mod-stream- dbgsym in ubuntu artful.
- nginx: No summary available for nginx in ubuntu artful.
No description available for nginx in ubuntu artful.
- nginx-common: No summary available for nginx-common in ubuntu artful.
No description available for nginx-common in ubuntu artful.
- nginx-core: No summary available for nginx-core in ubuntu artful.
No description available for nginx-core in ubuntu artful.
- nginx-core-dbgsym: No summary available for nginx-core-dbgsym in ubuntu artful.
No description available for nginx-core-dbgsym in ubuntu artful.
- nginx-doc: No summary available for nginx-doc in ubuntu artful.
No description available for nginx-doc in ubuntu artful.
- nginx-extras: 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.
- nginx-extras-dbgsym: debug symbols for nginx-extras
- nginx-full: No summary available for nginx-full in ubuntu artful.
No description available for nginx-full in ubuntu artful.
- nginx-full-dbgsym: debug symbols for nginx-full
- nginx-light: 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.
- nginx-light-dbgsym: debug symbols for nginx-light