diff xml/en/docs/http/ngx_http_core_module.xml @ 1181:b8f0362f61e5

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents 4c2324a7eeea
children 9264fdb6c833
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Fri Apr 25 18:00:14 2014 +0400
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Fri Apr 25 18:01:53 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="32">
+        rev="33">
 
 <section id="directives" name="Directives">
 
@@ -592,7 +592,7 @@
 </para>
 
 <para>
-If an error response is processed by a proxied server or a FastCGI server,
+If an error response is processed by a proxied server or a FastCGI/SCGI server,
 and the server may return different response codes (e.g., 200, 302, 401
 or 404), it is possible to respond with the code it returns:
 <example>
@@ -978,9 +978,10 @@
 Rate limit can also be set in the
 <header>X-Accel-Limit-Rate</header> header field of a proxied server response.
 This capability can be disabled using the
-<link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>
+<link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>,
+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>,
 and
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>
+<link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/>
 directives.
 </para>
 
@@ -2953,9 +2954,10 @@
 <para>
 The variable’s value is made available in locations
 processed by the
-<link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>
+<link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
 and
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>
+<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>
 directives.
 </para>
 </tag-desc>
@@ -2968,13 +2970,14 @@
 To always write the request body to a file,
 <link id="client_body_in_file_only"/> needs to be enabled.
 When the name of a temporary file is passed in a proxied request
-or in a request to a FastCGI server,
+or in a request to a FastCGI/SCGI server,
 passing the request body should be disabled by the
 <link doc="ngx_http_proxy_module.xml" id="proxy_pass_request_body">
-proxy_pass_request_body off</link>
-and
+proxy_pass_request_body off</link>,
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass_request_body">
-fastcgi_pass_request_body off</link>
+fastcgi_pass_request_body off</link>, or
+<link doc="ngx_http_scgi_module.xml" id="scgi_pass_request_body">
+scgi_pass_request_body off</link>
 directives, respectively.
 </para>
 </tag-desc>