comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 1181:b8f0362f61e5

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents 07402a11fd8d
children 9264fdb6c833
comparison
equal deleted inserted replaced
1180:9d3beb5890eb 1181:b8f0362f61e5
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssi_module" 10 <module name="Module ngx_http_ssi_module"
11 link="/en/docs/http/ngx_http_ssi_module.html" 11 link="/en/docs/http/ngx_http_ssi_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssi_module</literal> module is a filter 18 The <literal>ngx_http_ssi_module</literal> module is a filter
330 specifies an included request, for example: 330 specifies an included request, for example:
331 <example> 331 <example>
332 &lt;!--# include virtual="/remote/body.php?argument=value" --&gt; 332 &lt;!--# include virtual="/remote/body.php?argument=value" --&gt;
333 </example> 333 </example>
334 Several requests specified on one page and processed by proxied or 334 Several requests specified on one page and processed by proxied or
335 FastCGI servers run in parallel. 335 FastCGI/SCGI servers run in parallel.
336 If sequential processing is desired, the <literal>wait</literal> 336 If sequential processing is desired, the <literal>wait</literal>
337 parameter should be used. 337 parameter should be used.
338 </tag-desc> 338 </tag-desc>
339 339
340 <tag-name><literal>stub</literal></tag-name> 340 <tag-name><literal>stub</literal></tag-name>