nginx-full

Rating: 
0
No votes yet

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,
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, GeoIP, Gzip Precompression,
HTTP Sub, Image Filter, IPv6, Real IP, SSL, Stub Status, Substitution,
WebDAV, XSLT.
.
MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL.
.
THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, Upstream Fair Queue.

Application versions: 
AttachmentSizeDate
File nginx-full_1.2.1-2.2_armel.deb417.32 KB04/08/2013 - 22:11
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)