comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 994:f09f77ef45e9

Documented extended support of SSI "include virtual= set=".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Oct 2013 13:41:24 +0400
parents 95c3c3bbf1ce
children 07402a11fd8d
comparison
equal deleted inserted replaced
993:a59aba3d4b67 994:f09f77ef45e9
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="3"> 13 rev="4">
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
365 for example: 365 for example:
366 <example> 366 <example>
367 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt; 367 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt;
368 </example> 368 </example>
369 It should be noted that only the results of responses obtained using the 369 It should be noted that only the results of responses obtained using the
370 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link> and 370 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
371 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link> 371 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
372 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
373 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6),
374 and <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6)
372 modules can be written into variables. 375 modules can be written into variables.
373 </tag-desc> 376 </tag-desc>
374 377
375 </list> 378 </list>
376 379