comparison xml/en/docs/http/ngx_http_auth_request_module.xml @ 998:726ce61dc10d

Auth request: paraphrased a note.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 Oct 2013 14:55:08 +0400
parents 6316a7579448
children 5475304b61ad
comparison
equal deleted inserted replaced
997:d1fd983215f2 998:726ce61dc10d
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="1"> 13 rev="2">
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, it is not possible to use 44 Currently, responses to authorization subrequests cannot be cached
45 <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/> and 45 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/> 46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.).
47 (<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_cache"/> and
48 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_store"/>)
49 for requests initiated by the
50 <literal>ngx_http_auth_request_module</literal> module.
51 </note> 47 </note>
52 </para> 48 </para>
53 49
54 </section> 50 </section>
55 51