annotate xml/en/index.xml @ 1845:c0f9510ea9c6

Added nginScript to the index page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 01 Dec 2016 14:45:13 +0300
parents 7ce8bc5521b8
children fc83200fc0d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 579
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 579
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 579
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 579
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 579
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
123
7db449e89e92 Unified the use of the "name" attribute instead of "title".
Ruslan Ermilov <ru@nginx.com>
parents: 121
diff changeset
8 <article name="nginx"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 link="/en/"
589
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 583
diff changeset
10 lang="en"
1845
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
11 rev="67">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14 <section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16 <para>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
17 nginx [engine x] is an HTTP and reverse proxy server,
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
18 a mail proxy server,
1662
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
19 and a generic TCP/UDP proxy server,
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
20 originally written by <link url="http://sysoev.ru/en/">Igor Sysoev</link>.
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
21 For a long time, it has been running
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 on many heavily loaded Russian sites including
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
23 <link url="http://www.yandex.ru">Yandex</link>,
1314
3475e118fc5d Updated links on the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1299
diff changeset
24 <link url="http://mail.ru">Mail.Ru</link>,
3475e118fc5d Updated links on the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1299
diff changeset
25 <link url="http://vk.com">VK</link>, and
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
26 <link url="http://www.rambler.ru">Rambler</link>.
1334
fcbae2078b19 Added missing comma after the introductory phrase.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1315
diff changeset
27 According to Netcraft, nginx served or proxied
1841
7ce8bc5521b8 Updated with Netcraft November 2016 Web Server Survey stats.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1823
diff changeset
28 <link url="https://news.netcraft.com/archives/2016/11/22/november-2016-web-server-survey.html">27.83%
7ce8bc5521b8 Updated with Netcraft November 2016 Web Server Survey stats.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1823
diff changeset
29 busiest sites in November 2016</link>.
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
30 Here are some of the success stories:
1656
3526de7d75a6 Updated link to Netflix website.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1655
diff changeset
31 <link url="https://openconnect.itp.netflix.com/software/">Netflix</link>,
1527
f9a138e5ab14 Updated links to nginx.com website.
Valentin Bartenev <vbart@nginx.com>
parents: 1490
diff changeset
32 <link url="https://www.nginx.com/case-studies/nginx-wordpress-com/">Wordpress.com</link>,
532
480a4cd56a6a Mentioned Netflix success story.
Ruslan Ermilov <ru@nginx.com>
parents: 528
diff changeset
33 <link url="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</link>.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
35
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
36 <para>
579
dc1f84a73fa1 Clarified that documentation is provided under the same license terms.
Ruslan Ermilov <ru@nginx.com>
parents: 567
diff changeset
37 The sources and documentation are distributed under the
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
38 <link url="../LICENSE">2-clause BSD-like license</link>.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
39 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
40
1315
1d60e4b8c463 Added a sentence about commertial support to the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1314
diff changeset
41 <para>
1d60e4b8c463 Added a sentence about commertial support to the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1314
diff changeset
42 Commercial support is available from
1527
f9a138e5ab14 Updated links to nginx.com website.
Valentin Bartenev <vbart@nginx.com>
parents: 1490
diff changeset
43 <link url="https://www.nginx.com">Nginx, Inc.</link>
1315
1d60e4b8c463 Added a sentence about commertial support to the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1314
diff changeset
44 </para>
1d60e4b8c463 Added a sentence about commertial support to the "about" page.
Valentin Bartenev <vbart@nginx.com>
parents: 1314
diff changeset
45
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
46 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
47
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
48
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
49 <section id="basic_http_features"
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
50 name="Basic HTTP server features">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
51
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
52 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
53 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
54
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
55 <listitem>
583
90a5a62031ad Added a forgotten link to ngx_http_index_module.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
56 Serving static and
90a5a62031ad Added a forgotten link to ngx_http_index_module.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
57 <link doc="docs/http/ngx_http_index_module.xml">index</link>
90a5a62031ad Added a forgotten link to ngx_http_index_module.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
58 files,
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 306
diff changeset
59 <link doc="docs/http/ngx_http_autoindex_module.xml">autoindexing</link>;
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
60 <link doc="docs/http/ngx_http_core_module.xml"
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
61 id="open_file_cache">open file descriptor cache</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
62 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
63
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
64 <listitem>
281
7142ddd2764c Translated current version of ngx_http_proxy_module documentation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 232
diff changeset
65 <link doc="docs/http/ngx_http_proxy_module.xml">Accelerated
7142ddd2764c Translated current version of ngx_http_proxy_module documentation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 232
diff changeset
66 reverse proxying with caching</link>;
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
67 <link doc="docs/http/ngx_http_upstream_module.xml">load balancing
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
68 and fault tolerance</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
69 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
70
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
71 <listitem>
298
0dcf07c393b6 English translation of the ngx_http_fastcgi_module module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 293
diff changeset
72 Accelerated support with caching of
0dcf07c393b6 English translation of the ngx_http_fastcgi_module module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 293
diff changeset
73 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>,
1194
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1181
diff changeset
74 <link doc="docs/http/ngx_http_uwsgi_module.xml">uwsgi</link>,
1181
b8f0362f61e5 Added links to scgi.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1179
diff changeset
75 <link doc="docs/http/ngx_http_scgi_module.xml">SCGI</link>, and
363
c7fccbe03827 English translation of ngx_http_memcached_module.
Ruslan Ermilov <ru@nginx.com>
parents: 330
diff changeset
76 <link doc="docs/http/ngx_http_memcached_module.xml">memcached</link>
c7fccbe03827 English translation of ngx_http_memcached_module.
Ruslan Ermilov <ru@nginx.com>
parents: 330
diff changeset
77 servers;
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
78 <link doc="docs/http/ngx_http_upstream_module.xml">load balancing
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
79 and fault tolerance</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
80 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
81
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
82 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
83 Modular architecture.
330
f94bcab2a6ae Translated ngx_http_gzip_module and ngx_http_gzip_static_module.
Ruslan Ermilov <ru@nginx.com>
parents: 315
diff changeset
84 Filters include
f94bcab2a6ae Translated ngx_http_gzip_module and ngx_http_gzip_static_module.
Ruslan Ermilov <ru@nginx.com>
parents: 315
diff changeset
85 <link doc="docs/http/ngx_http_gzip_module.xml">gzipping</link>,
377
e72701967099 English translation of ngx_http_xslt_module.
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
86 byte ranges, chunked responses,
e72701967099 English translation of ngx_http_xslt_module.
Ruslan Ermilov <ru@nginx.com>
parents: 371
diff changeset
87 <link doc="docs/http/ngx_http_xslt_module.xml">XSLT</link>,
399
a56540cdcea5 English translation of ngx_http_ssi_module.
Ruslan Ermilov <ru@nginx.com>
parents: 392
diff changeset
88 <link doc="docs/http/ngx_http_ssi_module.xml">SSI</link>,
204
eed54ef19197 English translation of the ngx_http_image_filter_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 189
diff changeset
89 and <link doc="docs/http/ngx_http_image_filter_module.xml">image
eed54ef19197 English translation of the ngx_http_image_filter_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 189
diff changeset
90 transformation</link> filter.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
91 Multiple SSI inclusions within a single page can be processed in
1194
9264fdb6c833 Added links to uwsgi.
Ruslan Ermilov <ru@nginx.com>
parents: 1181
diff changeset
92 parallel if they are handled by proxied or FastCGI/uwsgi/SCGI servers;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
93 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
94
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
95 <listitem>
384
331a86bc51ff English translation of ngx_http_ssl_module.
Ruslan Ermilov <ru@nginx.com>
parents: 377
diff changeset
96 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and
1566
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
97 TLS SNI support</link>;
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
98 </listitem>
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
99
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
100 <listitem>
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
101 Support for <link doc="docs/http/ngx_http_v2_module.xml">HTTP/2</link>
0ca33afb461b Added the http2 module.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1549
diff changeset
102 with weighted and dependency-based prioritization.
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
103 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
104
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
105 </list>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
106 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
107
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
108 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
109
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
110
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
111 <section id="other_http_features"
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
112 name="Other HTTP server features">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
113
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
114 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
115 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
116
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
117 <listitem>
522
ef11546f75ee Translated "request_processing" into Russian, removed "virtual_hosts"
Ruslan Ermilov <ru@nginx.com>
parents: 513
diff changeset
118 Name-based and IP-based
ef11546f75ee Translated "request_processing" into Russian, removed "virtual_hosts"
Ruslan Ermilov <ru@nginx.com>
parents: 513
diff changeset
119 <link doc="docs/http/request_processing.xml">virtual servers</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
120 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
121
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
122 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
123 <link doc="docs/http/ngx_http_core_module.xml"
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
124 id="keepalive_timeout">Keep-alive</link>
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
125 and pipelined connections support;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
126 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
127
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
128 <listitem>
224
7f36795d99a2 Updated ngx_http_log_module documentation including translation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 204
diff changeset
129 <link doc="docs/http/ngx_http_log_module.xml" id="log_format">Access
7f36795d99a2 Updated ngx_http_log_module documentation including translation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 204
diff changeset
130 log formats</link>,
7f36795d99a2 Updated ngx_http_log_module documentation including translation into English.
Ruslan Ermilov <ru@nginx.com>
parents: 204
diff changeset
131 <link doc="docs/http/ngx_http_log_module.xml" id="access_log">buffered
1285
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1261
diff changeset
132 log writing</link>,
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1261
diff changeset
133 <link doc="docs/control.xml" id="logs">fast log rotation</link>, and
4e89518a5999 Moved syslog configuration details into the separate documents.
Ruslan Ermilov <ru@nginx.com>
parents: 1261
diff changeset
134 <link doc="docs/syslog.xml">syslog logging</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
135 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
136
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
137 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
138 3xx-5xx error codes
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
139 <link doc="docs/http/ngx_http_core_module.xml"
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
140 id="error_page">redirection</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
141 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
142
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
143 <listitem>
392
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
144 The rewrite module:
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
145 <link doc="docs/http/ngx_http_rewrite_module.xml">URI changing
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
146 using regular expressions</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
147 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
148
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
149 <listitem>
392
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
150 <link doc="docs/http/ngx_http_rewrite_module.xml" id="if">Executing
5fd99d37a3e6 English translation of ngx_http_rewrite_module.
Ruslan Ermilov <ru@nginx.com>
parents: 384
diff changeset
151 different functions</link> depending on the
369
68d9e5f2ea81 English translation of ngx_http_geo_module.
Ruslan Ermilov <ru@nginx.com>
parents: 363
diff changeset
152 <link doc="docs/http/ngx_http_geo_module.xml">client address</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
153 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
154
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
155 <listitem>
315
e00f8f8c0486 Translated ngx_http_access_module, ngx_http_addition_module,
Ruslan Ermilov <ru@nginx.com>
parents: 306
diff changeset
156 Access control based on
971
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 961
diff changeset
157 <link doc="docs/http/ngx_http_access_module.xml">client IP address</link>,
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 961
diff changeset
158 <link doc="docs/http/ngx_http_auth_basic_module.xml">by password (HTTP
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 961
diff changeset
159 Basic authentication)</link> and by the
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 961
diff changeset
160 <link doc="docs/http/ngx_http_auth_request_module.xml">result of
6316a7579448 Documented the "ngx_http_auth_request" module.
Vladimir Homutov <vl@nginx.com>
parents: 961
diff changeset
161 subrequest</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
162 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
163
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
164 <listitem>
513
ed4959ff7fa0 Mentioned ngx_http_referer_module.
Ruslan Ermilov <ru@nginx.com>
parents: 484
diff changeset
165 Validation of
ed4959ff7fa0 Mentioned ngx_http_referer_module.
Ruslan Ermilov <ru@nginx.com>
parents: 484
diff changeset
166 <link doc="docs/http/ngx_http_referer_module.xml">HTTP referer</link>;
ed4959ff7fa0 Mentioned ngx_http_referer_module.
Ruslan Ermilov <ru@nginx.com>
parents: 484
diff changeset
167 </listitem>
ed4959ff7fa0 Mentioned ngx_http_referer_module.
Ruslan Ermilov <ru@nginx.com>
parents: 484
diff changeset
168
ed4959ff7fa0 Mentioned ngx_http_referer_module.
Ruslan Ermilov <ru@nginx.com>
parents: 484
diff changeset
169 <listitem>
371
e5e7d6365612 English translation of ngx_http_dav_module.
Ruslan Ermilov <ru@nginx.com>
parents: 369
diff changeset
170 The <link doc="docs/http/ngx_http_dav_module.xml">PUT, DELETE, MKCOL, COPY,
e5e7d6365612 English translation of ngx_http_dav_module.
Ruslan Ermilov <ru@nginx.com>
parents: 369
diff changeset
171 and MOVE</link> methods;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
172 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
173
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
174 <listitem>
151
0188d11c77dd Initial translation of the ngx_http_flv_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 123
diff changeset
175 <link doc="docs/http/ngx_http_flv_module.xml">FLV</link>
0188d11c77dd Initial translation of the ngx_http_flv_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents: 123
diff changeset
176 and
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
177 <link doc="docs/http/ngx_http_mp4_module.xml">MP4</link>
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
178 streaming;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
179 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
180
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
181 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
182 <link doc="docs/http/ngx_http_core_module.xml"
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
183 id="limit_rate">Response rate limiting</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
184 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
185
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
186 <listitem>
179
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 151
diff changeset
187 Limiting the number of simultaneous
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 151
diff changeset
188 <link doc="docs/http/ngx_http_limit_conn_module.xml">connections</link>
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 151
diff changeset
189 or
8cc01e2179a9 - Reflected recent changes made to ngx_http_limit_conn_module.
Ruslan Ermilov <ru@nginx.com>
parents: 151
diff changeset
190 <link doc="docs/http/ngx_http_limit_req_module.xml">requests</link>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
191 coming from one address;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
192 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
193
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
194 <listitem>
1795
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
195 <link doc="docs/http/ngx_http_geoip_module.xml">IP-based geolocation</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
196 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
197
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
198 <listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
199 <link doc="docs/http/ngx_http_split_clients_module.xml">A/B testing</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
200 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
201
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
202 <listitem>
1845
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
203 Embedded <link doc="docs/http/ngx_http_perl_module.xml">Perl</link>;
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
204 </listitem>
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
205
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
206 <listitem>
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
207 <link doc="docs/http/ngx_http_js_module.xml">nginScript</link>.
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
208 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
209
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
210 </list>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
211 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
212
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
213 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
214
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
215
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
216 <section id="mail_proxy_server_features"
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
217 name="Mail proxy server features">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
218
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
219 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
220 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
221
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
222 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
223 User redirection to
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
224 <link doc="docs/mail/ngx_mail_imap_module.xml">IMAP</link>
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
225 or
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
226 <link doc="docs/mail/ngx_mail_pop3_module.xml">POP3</link>
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
227 server using an external HTTP
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
228 <link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
229 server;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
230 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
231
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
232 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
233 User authentication using an external HTTP
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
234 <link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
235 server and connection redirection to an internal
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
236 <link doc="docs/mail/ngx_mail_smtp_module.xml">SMTP</link> server;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
237 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
238
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
239 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
240 Authentication methods:
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
241
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
242 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
243
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
244 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
245 <link doc="docs/mail/ngx_mail_pop3_module.xml" id="pop3_auth">POP3</link>:
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
246 USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
247 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
248
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
249 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
250 <link doc="docs/mail/ngx_mail_imap_module.xml" id="imap_auth">IMAP</link>:
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
251 LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
252 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
253
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
254 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
255 <link doc="docs/mail/ngx_mail_smtp_module.xml" id="smtp_auth">SMTP</link>:
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
256 AUTH LOGIN/PLAIN/CRAM-MD5;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
257 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
258
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
259 </list>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
260 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
261
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
262 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
263 <link doc="docs/mail/ngx_mail_ssl_module.xml">SSL</link> support;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
264 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
265
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
266 <listitem>
669
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
267 <link doc="docs/mail/ngx_mail_ssl_module.xml" id="starttls">STARTTLS
7205c7630157 Added links to mail modules from the "about" page.
Ruslan Ermilov <ru@nginx.com>
parents: 619
diff changeset
268 and STLS</link> support.
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
269 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
270
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
271 </list>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
272 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
273
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
274 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
275
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
276
1662
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
277 <section id="generic_proxy_server_features"
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
278 name="TCP/UDP proxy server features">
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
279
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
280 <para>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
281 <list type="bullet">
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
282
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
283 <listitem>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
284 <link doc="docs/stream/ngx_stream_proxy_module.xml">Generic proxying</link>
1662
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
285 of TCP and UDP;
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
286 </listitem>
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
287
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
288 <listitem>
1815
42fb2c3c9615 Updated description of TCP SSL SNI feature in index.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1795
diff changeset
289 <link doc="docs/stream/ngx_stream_ssl_module.xml">SSL</link> and
42fb2c3c9615 Updated description of TCP SSL SNI feature in index.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1795
diff changeset
290 TLS <link doc="docs/stream/ngx_stream_ssl_preread_module.xml">SNI</link> support
42fb2c3c9615 Updated description of TCP SSL SNI feature in index.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1795
diff changeset
291 for TCP;
1662
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
292 </listitem>
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
293
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
294 <listitem>
48615cf80e20 Documented the UDP proxy functionality.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1656
diff changeset
295 <link doc="docs/stream/ngx_stream_upstream_module.xml">Load balancing
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
296 and fault tolerance</link>;
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
297 </listitem>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
298
1638
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
299 <listitem>
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
300 Access control based on
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
301 <link doc="docs/stream/ngx_stream_access_module.xml">client address</link>;
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
302 </listitem>
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
303
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
304 <listitem>
1795
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
305 Executing different functions depending on the
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
306 <link doc="docs/stream/ngx_stream_geo_module.xml">client address</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
307 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
308
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
309 <listitem>
1638
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
310 Limiting the number of simultaneous
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
311 <link doc="docs/stream/ngx_stream_limit_conn_module.xml">connections</link>
1795
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
312 coming from one address;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
313 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
314
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
315 <listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
316 <link doc="docs/stream/ngx_stream_log_module.xml" id="log_format">Access
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
317 log formats</link>,
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
318 <link doc="docs/stream/ngx_stream_log_module.xml" id="access_log">buffered
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
319 log writing</link>,
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
320 <link doc="docs/control.xml" id="logs">fast log rotation</link>, and
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
321 <link doc="docs/syslog.xml">syslog logging</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
322 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
323
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
324 <listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
325 <link doc="docs/stream/ngx_stream_geoip_module.xml">IP-based geolocation</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
326 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
327
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
328 <listitem>
1845
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
329 <link doc="docs/stream/ngx_stream_split_clients_module.xml">A/B testing</link>;
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
330 </listitem>
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
331
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
332 <listitem>
c0f9510ea9c6 Added nginScript to the index page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1841
diff changeset
333 <link doc="docs/stream/ngx_stream_js_module.xml">nginScript</link>.
1638
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
334 </listitem>
6d9d10ec0974 Mentioned stream access and limit_conn modules in the intro.
Ruslan Ermilov <ru@nginx.com>
parents: 1637
diff changeset
335
1463
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
336 </list>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
337 </para>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
338
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
339 </section>
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
340
83e49a60c9ca An introductory word about TCP proxying.
Ruslan Ermilov <ru@nginx.com>
parents: 1441
diff changeset
341
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
342 <section id="architecture_and_scalability"
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
343 name="Architecture and scalability">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
344
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
345 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
346 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
347
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
348 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
349 One master and several worker processes;
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
350 worker processes run under an unprivileged user;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
351 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
352
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
353 <listitem>
1795
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
354 <link doc="docs/example.xml">Flexible configuration</link>;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
355 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
356
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
357 <listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
358 <link doc="docs/control.xml" id="reconfiguration">Reconfiguration</link>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
359 and <link doc="docs/control.xml" id="upgrade">upgrade of an
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
360 executable</link> without interruption of the client servicing;
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
361 </listitem>
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
362
d4a584797f51 Updated the list of features on the "About" page.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1792
diff changeset
363 <listitem>
553
6330ca27a485 Translated "events" into English.
Ruslan Ermilov <ru@nginx.com>
parents: 540
diff changeset
364 <link doc="docs/events.xml">Support</link> for
6330ca27a485 Translated "events" into English.
Ruslan Ermilov <ru@nginx.com>
parents: 540
diff changeset
365 kqueue (FreeBSD 4.1+),
1490
a4eeb14650f0 Support for rt signals was removed (forgotten in eea7541e7c6a).
Valentin Bartenev <vbart@nginx.com>
parents: 1483
diff changeset
366 epoll (Linux 2.6+),
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
367 /dev/poll (Solaris 7 11/99+), event ports (Solaris 10),
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
368 select, and poll;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
369 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
370
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
371 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
372 The support of the various kqueue features including EV_CLEAR, EV_DISABLE
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
373 (to temporarily disable events), NOTE_LOWAT, EV_EOF, number of available data,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
374 error codes;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
375 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
376
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
377 <listitem>
1784
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
378 The support of various epoll features including
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
379 EPOLLRDHUP (Linux 2.6.17+, glibc 2.8+) and
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
380 EPOLLEXCLUSIVE (Linux 4.5+, glibc 2.24+);
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
381 </listitem>
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
382
68928f8d31d9 Updated accept_mutex with info about reuseport and epollexclusive.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1767
diff changeset
383 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
384 sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5+), sendfile64 (Linux 2.4.21+),
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
385 and sendfilev (Solaris 8 7/01+) support;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
386 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
387
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
388 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
389 <link doc="docs/http/ngx_http_core_module.xml" id="aio">File AIO</link>
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
390 (FreeBSD 4.3+, Linux 2.6.22+);
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
391 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
392
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
393 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
394 <link doc="docs/http/ngx_http_core_module.xml" id="directio">DIRECTIO</link>
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
395 (FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
396 </listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
397
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
398 <listitem>
617
368a449e85b8 Expanded documentation of what various parameters of the "listen"
Ruslan Ermilov <ru@nginx.com>
parents: 589
diff changeset
399 Accept-filters (FreeBSD 4.1+, NetBSD 5.0+) and TCP_DEFER_ACCEPT (Linux 2.4+)
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
400 <link doc="docs/http/ngx_http_core_module.xml" id="listen">support</link>;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
401 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
402
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
403 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
404 10,000 inactive HTTP keep-alive connections take about 2.5M memory;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
405 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
406
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
407 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
408 Data copy operations are kept to a minimum.
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
409 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
410
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
411 </list>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
412 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
413
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
414 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
415
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
416
121
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
417 <section id="tested_os_and_platforms"
49443032011c Unified <section> syntax for "article" and "module" documents.
Ruslan Ermilov <ru@nginx.com>
parents: 94
diff changeset
418 name="Tested OS and platforms">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
419
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
420 <para>
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
421 <list type="bullet">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
422
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
423 <listitem>
483
c1e4306b7b96 Removed excessive spaces around &mdash;.
Ruslan Ermilov <ru@nginx.com>
parents: 478
diff changeset
424 FreeBSD 3&mdash;10 / i386; FreeBSD 5&mdash;10 / amd64;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
425 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
426
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
427 <listitem>
1789
f56fb8ec13d8 Mentioned ppc64le architecture as tested on Linux 3 - 4.
Konstantin Pavlov <thresh@nginx.com>
parents: 1784
diff changeset
428 Linux 2.2&mdash;4 / i386; Linux 2.6&mdash;4 / amd64; Linux 3&mdash;4 / armv6l, armv7l, aarch64, ppc64le;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
429 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
430
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
431 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
432 Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
433 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
434
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
435 <listitem>
540
83e6e18a1358 Added missing semicolons after AIX and HP/UX list items.
Ruslan Ermilov <ru@nginx.com>
parents: 539
diff changeset
436 AIX 7.1 / powerpc;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
437 </listitem>
188
86da76313394 AIX 7.1 / powerpc added to the list of tested platforms.
Maxim Konovalov <maxim@nginx.com>
parents: 187
diff changeset
438
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
439 <listitem>
540
83e6e18a1358 Added missing semicolons after AIX and HP/UX list items.
Ruslan Ermilov <ru@nginx.com>
parents: 539
diff changeset
440 HP-UX 11.31 / ia64;
539
785eff9d1bfa HP-UX 11.31 / ia64 added to the list of tested platforms.
Maxim Konovalov <maxim@nginx.com>
parents: 532
diff changeset
441 </listitem>
785eff9d1bfa HP-UX 11.31 / ia64 added to the list of tested platforms.
Maxim Konovalov <maxim@nginx.com>
parents: 532
diff changeset
442
785eff9d1bfa HP-UX 11.31 / ia64 added to the list of tested platforms.
Maxim Konovalov <maxim@nginx.com>
parents: 532
diff changeset
443 <listitem>
94
3179774f938e Synchronized English and Russian introduction, added license in Russian.
Ruslan Ermilov <ru@nginx.com>
parents: 62
diff changeset
444 Mac OS X / ppc, i386;
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
445 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
446
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
447 <listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
448 Windows XP, Windows Server 2003.
461
6135f3c95bf6 Unified markup for lists.
Ruslan Ermilov <ru@nginx.com>
parents: 441
diff changeset
449 </listitem>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
450
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
451 </list>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
452 </para>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
453
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
454 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
455
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
456 </article>