comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 494:244500f24783

- Cross linked ngx_http_access_module and ngx_http_auth_basic_module, mentioned the "satisfy" directive that controls their simultaneous operation. - Made it clear that ngx_http_access_module supports IPv6.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Apr 2012 06:22:09 +0000
parents a4fa80755eab
children be54c443235a
comparison
equal deleted inserted replaced
493:5bb373c6e502 494:244500f24783
10 10
11 <para> 11 <para>
12 The <literal>ngx_http_auth_basic_module</literal> module allows 12 The <literal>ngx_http_auth_basic_module</literal> module allows
13 to limit access to resources by validating the user name and password 13 to limit access to resources by validating the user name and password
14 using the “HTTP Basic Authentication” protocol. 14 using the “HTTP Basic Authentication” protocol.
15 </para>
16
17 <para>
18 Access can also be limited by
19 <link doc="ngx_http_auth_basic_module.xml">address</link>.
20 Simultaneous limitation of access by address and by password is controlled
21 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
15 </para> 22 </para>
16 23
17 </section> 24 </section>
18 25
19 26