comparison xml/en/docs/http/ngx_http_access_module.xml @ 971:6316a7579448

Documented the "ngx_http_auth_request" module.
author Vladimir Homutov <vl@nginx.com>
date Thu, 22 Aug 2013 17:23:42 +0400
parents 95c3c3bbf1ce
children a7974b8d2a23
comparison
equal deleted inserted replaced
970:051de14a6e79 971:6316a7579448
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_access_module" 10 <module name="Module ngx_http_access_module"
11 link="/en/docs/http/ngx_http_access_module.html" 11 link="/en/docs/http/ngx_http_access_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_access_module</literal> module allows 18 The <literal>ngx_http_access_module</literal> module allows
19 limiting access to certain client addresses. 19 limiting access to certain client addresses.
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 Access can also be limited by 23 Access can also be limited by
24 <link doc="ngx_http_auth_basic_module.xml">password</link>. 24 <link doc="ngx_http_auth_basic_module.xml">password</link> or by the
25 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
25 Simultaneous limitation of access by address and by password is controlled 26 Simultaneous limitation of access by address and by password is controlled
26 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 27 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
27 </para> 28 </para>
28 29
29 </section> 30 </section>