comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents ec4af97e4403
children dd96a09dd4f7
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="32"> 13 rev="33">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
985 <tag-name><literal>http_404</literal></tag-name> 985 <tag-name><literal>http_404</literal></tag-name>
986 <tag-desc>a server returned a response with the code 404;</tag-desc> 986 <tag-desc>a server returned a response with the code 404;</tag-desc>
987 987
988 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name> 988 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
989 <tag-desc>normally, requests with a 989 <tag-desc>normally, requests with a
990 <link url="http://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link> 990 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
991 method 991 method
992 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>) 992 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
993 are not passed to the next server 993 are not passed to the next server
994 if a request has been sent to an upstream server (1.9.13); 994 if a request has been sent to an upstream server (1.9.13);
995 enabling this option explicitly allows retrying such requests; 995 enabling this option explicitly allows retrying such requests;
1103 directives defined on the current level. 1103 directives defined on the current level.
1104 </para> 1104 </para>
1105 1105
1106 <para> 1106 <para>
1107 Standard 1107 Standard
1108 <link url="http://tools.ietf.org/html/rfc3875#section-4.1">CGI 1108 <link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI
1109 environment variables</link> 1109 environment variables</link>
1110 should be provided as SCGI headers, see the <path>scgi_params</path> file 1110 should be provided as SCGI headers, see the <path>scgi_params</path> file
1111 provided in the distribution: 1111 provided in the distribution:
1112 <example> 1112 <example>
1113 location / { 1113 location / {