comparison xml/en/docs/http/ngx_http_auth_request_module.xml @ 1371:5475304b61ad

Updated note about caching in the ngx_http_auth_request module. The issue was fixed in version 1.7.3 of nginx (changeset 35990c69b3ac).
author Vladimir Homutov <vl@nginx.com>
date Thu, 04 Dec 2014 19:09:38 +0300
parents 726ce61dc10d
children a7974b8d2a23
comparison
equal deleted inserted replaced
1370:1ff3d3976e32 1371:5475304b61ad
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_auth_request_module" 10 <module name="Module ngx_http_auth_request_module"
11 link="/en/docs/http/ngx_http_auth_request_module.html" 11 link="/en/docs/http/ngx_http_auth_request_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_auth_request_module</literal> module (1.5.4+) implements 18 The <literal>ngx_http_auth_request_module</literal> module (1.5.4+) implements
39 other access modules, such as 39 other access modules, such as
40 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> and 40 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> and
41 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>, 41 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
42 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 42 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
43 <note> 43 <note>
44 Currently, responses to authorization subrequests cannot be cached 44 Before version 1.7.3, responses to authorization subrequests could not be cached
45 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>, 45 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.). 46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.).
47 </note> 47 </note>
48 </para> 48 </para>
49 49