comparison xml/ru/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 114b2933b2be
children 9ed6327ec45a
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="Модуль ngx_http_auth_request_module" 10 <module name="Модуль ngx_http_auth_request_module"
11 link="/ru/docs/http/ngx_http_auth_request_module.html" 11 link="/ru/docs/http/ngx_http_auth_request_module.html"
12 lang="ru" 12 lang="ru"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_auth_request_module</literal> (1.5.4+) предоставляет 18 Модуль <literal>ngx_http_auth_request_module</literal> (1.5.4+) предоставляет
38 скомбинирован с другими модулями доступа, такими как 38 скомбинирован с другими модулями доступа, такими как
39 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> и 39 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> и
40 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>, 40 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
41 с помощью директивы <link doc="ngx_http_core_module.xml" id="satisfy"/>. 41 с помощью директивы <link doc="ngx_http_core_module.xml" id="satisfy"/>.
42 <note> 42 <note>
43 В данный момент директивы 43 В данный момент ответы на авторизационные подзапросы не могут быть закэшированы
44 <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/> и 44 (с использованием директив
45 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/> 45 <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
46 (<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_cache"/> и 46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/> и т.п.).
47 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_store"/>)
48 невозможно использовать для обработки запросов, исходящих от модуля
49 <literal>ngx_http_auth_request_module</literal>.
50 </note>
51 </para> 47 </para>
52 48
53 </section> 49 </section>
54 50
55 51