comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1289:57fc39924d42

Proxy/memcached/fastcgi/scgi/uwsgi: updated link in _next_upstream directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 12 Sep 2014 15:31:55 +0400
parents 5be7716a5684
children f5cc9f2aef9a
comparison
equal deleted inserted replaced
1288:716618f57bac 1289:57fc39924d42
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="4"> 13 rev="5">
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
733 That is, if an error or timeout occurs in the middle of the 733 That is, if an error or timeout occurs in the middle of the
734 transferring of a response, fixing this is impossible. 734 transferring of a response, fixing this is impossible.
735 </para> 735 </para>
736 736
737 <para> 737 <para>
738 The directive also defines what is considered an unsuccessful attempt 738 The directive also defines what is considered an
739 of communication with a 739 <link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
740 <link doc="ngx_http_upstream_module.xml" id="server"/>. 740 attempt</link> of communication with a server.
741 The cases of <literal>error</literal>, <literal>timeout</literal> and 741 The cases of <literal>error</literal>, <literal>timeout</literal> and
742 <literal>invalid_header</literal> are always considered unsuccessful attempts, 742 <literal>invalid_header</literal> are always considered unsuccessful attempts,
743 even if they are not specified in the directive. 743 even if they are not specified in the directive.
744 The cases of <literal>http_500</literal> and <literal>http_503</literal> are 744 The cases of <literal>http_500</literal> and <literal>http_503</literal> are
745 considered unsuccessful attempts only if they are specified in the directive. 745 considered unsuccessful attempts only if they are specified in the directive.