comparison xml/en/docs/http/ngx_http_fastcgi_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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="16"> 13 rev="17">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
814 That is, if an error or timeout occurs in the middle of the 814 That is, if an error or timeout occurs in the middle of the
815 transferring of a response, fixing this is impossible. 815 transferring of a response, fixing this is impossible.
816 </para> 816 </para>
817 817
818 <para> 818 <para>
819 The directive also defines what is considered an unsuccessful attempt 819 The directive also defines what is considered an
820 of communication with a 820 <link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
821 <link doc="ngx_http_upstream_module.xml" id="server"/>. 821 attempt</link> of communication with a server.
822 The cases of <literal>error</literal>, <literal>timeout</literal> and 822 The cases of <literal>error</literal>, <literal>timeout</literal> and
823 <literal>invalid_header</literal> are always considered unsuccessful attempts, 823 <literal>invalid_header</literal> are always considered unsuccessful attempts,
824 even if they are not specified in the directive. 824 even if they are not specified in the directive.
825 The cases of <literal>http_500</literal> and <literal>http_503</literal> are 825 The cases of <literal>http_500</literal> and <literal>http_503</literal> are
826 considered unsuccessful attempts only if they are specified in the directive. 826 considered unsuccessful attempts only if they are specified in the directive.