nginx-extras

Rating: 
0
No votes yet

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,
Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
Split Clients, SSI, Upstream, User ID, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Debug, Embedded Perl, FLV, GeoIP,
Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP,
Secure Link, SSL, Stub Status, Substitution, WebDAV, XSLT.
.
MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
.
THIRD PARTY MODULES: Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua,
HttpHeadersMore, http push, Nginx Development Kit, Upload module,
Upload Progress, Upstream Fair Queue.

Application versions: 
AttachmentSizeDate
File nginx-extras_1.2.1-2.2_armel.deb573.53 KB04/08/2013 - 22:59
Changelog: 

nginx (1.2.1-2.2) unstable; urgency=low

* Non-maintainer upload.
* Fix "removes files that were installed by another package":
don't remove directories that are owned by (and removed from) nginx-common
from nginx-extras.postrm. This seems to have been the idea in commit e30a854
("Moved configuration purging to nginx-common.") except that it was added
in nginx-common.postrm without being removed in nginx-extras.postrm.
Remove nginx-extras.postrm since it's empty after this change.
(Closes: #681758)