comparison xml/ru/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 7afb12159c1d
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="Модуль ngx_http_ssi_module" 10 <module name="Модуль ngx_http_ssi_module"
11 link="/ru/docs/http/ngx_http_ssi_module.html" 11 link="/ru/docs/http/ngx_http_ssi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_ssi_module</literal> — это фильтр, 18 Модуль <literal>ngx_http_ssi_module</literal> — это фильтр,
370 <example> 370 <example>
371 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt; 371 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt;
372 </example> 372 </example>
373 Необходимо учитывать, что в переменные можно записать только результаты 373 Необходимо учитывать, что в переменные можно записать только результаты
374 ответов, полученные через модули 374 ответов, полученные через модули
375 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link> и 375 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
376 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>. 376 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
377 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
378 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6)
379 и <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6).
377 </tag-desc> 380 </tag-desc>
378 381
379 </list> 382 </list>
380 383
381 </tag-desc> 384 </tag-desc>