nginx 1.14.0-0ubuntu1 source package in Ubuntu
Changelog
nginx (1.14.0-0ubuntu1) bionic; urgency=medium * New upstream stable release (1.14.0) * Upstream changelogs can be found at http://nginx.org/en/CHANGES-1.14 * There are no functional changes or new features in this release, and the only change is a version number change. * Remaining Ubuntu-specific changes: - debian/patches/ubuntu-branding.patch: add Ubuntu branding (refreshed) - d/{control,rules,nginx-core.*}: add new binary package for main, nginx-core, which contains only source-tarball-included modules and no third-party modules. - debian/tests/control: add nginx-core test. - debian/apport/source_nginx.py: Add apport hooks for additional bug information gathering. - debian/nginx-common.install: Add install rule for apport hooks. -- Thomas Ward <email address hidden> Tue, 17 Apr 2018 12:17:58 -0400
Upload details
- Uploaded by:
- Thomas Ward
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nginx_1.14.0.orig.tar.gz | 992.5 KiB | 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 |
nginx_1.14.0-0ubuntu1.debian.tar.xz | 907.7 KiB | 70a2dfb4346f882f3e8149e9e316e977242ecc54c3ae832d9a4e708ce2705bde |
nginx_1.14.0-0ubuntu1.dsc | 4.2 KiB | 79d278b5aac3918dfd61b56d0f4779698f954a43193ed55dc3c9a2d5389620a0 |
Available diffs
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: debug symbols for libnginx-mod-http-auth-pam
- libnginx-mod-http-cache-purge: 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.
- 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 cosmic.
No description available for libnginx-
mod-http- dav-ext- dbgsym in ubuntu cosmic.
- libnginx-mod-http-echo: 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).
- 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: 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.
- libnginx-mod-http-geoip-dbgsym: debug symbols for libnginx-mod-http-geoip
- libnginx-mod-http-headers-more-filter: 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.
- libnginx-mod-http-headers-more-filter-dbgsym: debug symbols for libnginx-mod-http-headers-more-filter
- libnginx-mod-http-image-filter: No summary available for libnginx-mod-http-image-filter in ubuntu cosmic.
No description available for libnginx-
mod-http- image-filter in ubuntu cosmic.
- libnginx-mod-http-image-filter-dbgsym: No summary available for libnginx-mod-http-image-filter-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-http- image-filter- dbgsym in ubuntu cosmic.
- 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: debug symbols for libnginx-mod-http-lua
- libnginx-mod-http-ndk: No summary available for libnginx-mod-http-ndk in ubuntu cosmic.
No description available for libnginx-
mod-http- ndk in ubuntu cosmic.
- libnginx-mod-http-ndk-dbgsym: No summary available for libnginx-mod-http-ndk-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-http- ndk-dbgsym in ubuntu cosmic.
- libnginx-mod-http-perl: No summary available for libnginx-mod-http-perl in ubuntu cosmic.
No description available for libnginx-
mod-http- perl in ubuntu cosmic.
- libnginx-mod-http-perl-dbgsym: No summary available for libnginx-mod-http-perl-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-http- perl-dbgsym in ubuntu cosmic.
- 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: No summary available for libnginx-mod-http-uploadprogress-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-http- uploadprogress- dbgsym in ubuntu cosmic.
- 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: No summary available for libnginx-mod-http-upstream-fair-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-http- upstream- fair-dbgsym in ubuntu cosmic.
- libnginx-mod-http-xslt-filter: 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.
- libnginx-mod-http-xslt-filter-dbgsym: debug symbols for libnginx-mod-http-xslt-filter
- libnginx-mod-mail: No summary available for libnginx-mod-mail in ubuntu cosmic.
No description available for libnginx-mod-mail in ubuntu cosmic.
- libnginx-mod-mail-dbgsym: debug symbols for libnginx-mod-mail
- libnginx-mod-nchan: No summary available for libnginx-mod-nchan in ubuntu cosmic.
No description available for libnginx-mod-nchan in ubuntu cosmic.
- libnginx-mod-nchan-dbgsym: debug symbols for libnginx-mod-nchan
- libnginx-mod-rtmp: No summary available for libnginx-mod-rtmp in ubuntu cosmic.
No description available for libnginx-mod-rtmp in ubuntu cosmic.
- libnginx-mod-rtmp-dbgsym: No summary available for libnginx-mod-rtmp-dbgsym in ubuntu cosmic.
No description available for libnginx-
mod-rtmp- dbgsym in ubuntu cosmic.
- libnginx-mod-stream: 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.
- libnginx-mod-stream-dbgsym: debug symbols for libnginx-mod-stream
- nginx: No summary available for nginx in ubuntu cosmic.
No description available for nginx in ubuntu cosmic.
- nginx-common: 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.
- nginx-core: No summary available for nginx-core in ubuntu cosmic.
No description available for nginx-core in ubuntu cosmic.
- nginx-core-dbgsym: debug symbols for nginx-core
- nginx-doc: 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.
- 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 cosmic.
No description available for nginx-full in ubuntu cosmic.
- 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