comparison xml/en/docs/http/ngx_http_memcached_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 a8a643647c76
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_memcached_module" 10 <module name="Module ngx_http_memcached_module"
11 link="/en/docs/http/ngx_http_memcached_module.html" 11 link="/en/docs/http/ngx_http_memcached_module.html"
12 lang="en" 12 lang="en"
13 rev="7"> 13 rev="8">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_memcached_module</literal> module is used to obtain 18 The <literal>ngx_http_memcached_module</literal> module is used to obtain
161 That is, if an error or timeout occurs in the middle of the 161 That is, if an error or timeout occurs in the middle of the
162 transferring of a response, fixing this is impossible. 162 transferring of a response, fixing this is impossible.
163 </para> 163 </para>
164 164
165 <para> 165 <para>
166 The directive also defines what is considered an unsuccessful attempt 166 The directive also defines what is considered an
167 of communication with a 167 <link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
168 <link doc="ngx_http_upstream_module.xml" id="server"/>. 168 attempt</link> of communication with a server.
169 The cases of <literal>error</literal>, <literal>timeout</literal> and 169 The cases of <literal>error</literal>, <literal>timeout</literal> and
170 <literal>invalid_header</literal> are always considered unsuccessful attempts, 170 <literal>invalid_header</literal> are always considered unsuccessful attempts,
171 even if they are not specified in the directive. 171 even if they are not specified in the directive.
172 The case of <literal>not_found</literal> 172 The case of <literal>not_found</literal>
173 is never considered an unsuccessful attempt. 173 is never considered an unsuccessful attempt.