changeset 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 a59aba3d4b67
children c5ccf511346a
files xml/en/docs/http/ngx_http_ssi_module.xml xml/ru/docs/http/ngx_http_ssi_module.xml
diffstat 2 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssi_module.xml
+++ b/xml/en/docs/http/ngx_http_ssi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssi_module"
         link="/en/docs/http/ngx_http_ssi_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -367,8 +367,11 @@ for example:
 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt;
 </example>
 It should be noted that only the results of responses obtained using the
-<link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link> and
-<link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>
+<link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
+<link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
+<link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
+<link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6),
+and <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6)
 modules can be written into variables.
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_ssi_module.xml
+++ b/xml/ru/docs/http/ngx_http_ssi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssi_module"
         link="/ru/docs/http/ngx_http_ssi_module.html"
         lang="ru"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -372,8 +372,11 @@ SSI, например:
 </example>
 Необходимо учитывать, что в переменные можно записать только результаты
 ответов, полученные через модули
-<link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link> и
-<link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>.
+<link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
+<link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
+<link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
+<link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6)
+и <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6).
 </tag-desc>
 
 </list>