comparison xml/en/index.xml @ 1181:b8f0362f61e5

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents f2d939ac0449
children 9264fdb6c833
comparison
equal deleted inserted replaced
1180:9d3beb5890eb 1181:b8f0362f61e5
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="20"> 11 rev="21">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
63 </listitem> 63 </listitem>
64 64
65 <listitem> 65 <listitem>
66 Accelerated support with caching of 66 Accelerated support with caching of
67 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>, 67 <link doc="docs/http/ngx_http_fastcgi_module.xml">FastCGI</link>,
68 uwsgi, SCGI, and 68 uwsgi,
69 <link doc="docs/http/ngx_http_scgi_module.xml">SCGI</link>, and
69 <link doc="docs/http/ngx_http_memcached_module.xml">memcached</link> 70 <link doc="docs/http/ngx_http_memcached_module.xml">memcached</link>
70 servers; 71 servers;
71 <link doc="docs/http/ngx_http_upstream_module.xml">simple 72 <link doc="docs/http/ngx_http_upstream_module.xml">simple
72 load balancing and fault tolerance</link>; 73 load balancing and fault tolerance</link>;
73 </listitem> 74 </listitem>
80 <link doc="docs/http/ngx_http_xslt_module.xml">XSLT</link>, 81 <link doc="docs/http/ngx_http_xslt_module.xml">XSLT</link>,
81 <link doc="docs/http/ngx_http_ssi_module.xml">SSI</link>, 82 <link doc="docs/http/ngx_http_ssi_module.xml">SSI</link>,
82 and <link doc="docs/http/ngx_http_image_filter_module.xml">image 83 and <link doc="docs/http/ngx_http_image_filter_module.xml">image
83 transformation</link> filter. 84 transformation</link> filter.
84 Multiple SSI inclusions within a single page can be processed in 85 Multiple SSI inclusions within a single page can be processed in
85 parallel if they are handled by proxied or FastCGI servers; 86 parallel if they are handled by proxied or FastCGI/SCGI servers;
86 </listitem> 87 </listitem>
87 88
88 <listitem> 89 <listitem>
89 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and 90 <link doc="docs/http/ngx_http_ssl_module.xml">SSL and
90 TLS SNI support</link>. 91 TLS SNI support</link>.