Nginx Сравнение версий

Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
wiki:nginx [2014/11/21 21:51]
[Ссылки]
wiki:nginx [2017/04/11 15:39] (текущий)
прописаны отличия между пакетами
Строка 1: Строка 1:
 ====== Nginx ====== ====== Nginx ======
 +
  
 ===== Установка ===== ===== Установка =====
Строка 17: Строка 18:
 <​code>​sudo apt-get update</​code>​ <​code>​sudo apt-get update</​code>​
 <​code>​sudo apt-get install nginx</​code>​ <​code>​sudo apt-get install nginx</​code>​
 +
 +===== Виды пакетов =====
 +
 +Nginx в репозитории Ubuntu представлен тремя пакетами,​ отличающихся набором функциональности. Ниже представлен ​ набор функциональности каждого пакета на момент ubuntu 16.10, __отличия__ от предыдущего пакета подчеркнуты.
 +
 +----
 +**nginx-light** - nginx web/proxy server (basic version).
 +
 +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.
 +
 +OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression,​ Headers, Index, Log, Real IP, SSL, Stub Status, Upstream.
 +
 +THIRD PARTY MODULES: Echo.
 +----
 +**nginx-full** - nginx web/proxy server (standard version).
 +
 +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, __SSI,__ SSL, __Stream,__ 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__.
 +----
 +**nginx-extras** - nginx web/proxy server (extended version)
 +
 +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, __Secure Link,__ SSI, SSL, Stream, 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 Push,__ HTTP Substitutions,​ __Upload Progress,__ Upstream Fair Queue.
 +----
  
 ===== Смотрите также ===== ===== Смотрите также =====
Строка 26: Строка 67:
  
 {{tag>​nginx FIXME}} {{tag>​nginx FIXME}}
-