comparison xml/en/docs/http/ngx_http_auth_basic_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 f10ebd7c60b4
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_auth_basic_module" 10 <module name="Module ngx_http_auth_basic_module"
11 link="/en/docs/http/ngx_http_auth_basic_module.html" 11 link="/en/docs/http/ngx_http_auth_basic_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_auth_basic_module</literal> module allows 18 The <literal>ngx_http_auth_basic_module</literal> module allows
20 using the “HTTP Basic Authentication” protocol. 20 using the “HTTP Basic Authentication” protocol.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 Access can also be limited by 24 Access can also be limited by
25 <link doc="ngx_http_auth_basic_module.xml">address</link>. 25 <link doc="ngx_http_auth_basic_module.xml">address</link> or by the
26 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
26 Simultaneous limitation of access by address and by password is controlled 27 Simultaneous limitation of access by address and by password is controlled
27 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 28 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
28 </para> 29 </para>
29 30
30 </section> 31 </section>