comparison xml/en/index.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 743caf552c2d
children 1fc988edd0fb
comparison
equal deleted inserted replaced
970:051de14a6e79 971:6316a7579448
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/en/" 9 link="/en/"
10 lang="en" 10 lang="en"
11 rev="11"> 11 rev="12">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
149 <link doc="docs/http/ngx_http_geo_module.xml">client address</link>; 149 <link doc="docs/http/ngx_http_geo_module.xml">client address</link>;
150 </listitem> 150 </listitem>
151 151
152 <listitem> 152 <listitem>
153 Access control based on 153 Access control based on
154 <link doc="docs/http/ngx_http_access_module.xml">client IP address</link> 154 <link doc="docs/http/ngx_http_access_module.xml">client IP address</link>,
155 and <link doc="docs/http/ngx_http_auth_basic_module.xml">HTTP 155 <link doc="docs/http/ngx_http_auth_basic_module.xml">by password (HTTP
156 Basic authentication</link>; 156 Basic authentication)</link> and by the
157 <link doc="docs/http/ngx_http_auth_request_module.xml">result of
158 subrequest</link>;
157 </listitem> 159 </listitem>
158 160
159 <listitem> 161 <listitem>
160 Validation of 162 Validation of
161 <link doc="docs/http/ngx_http_referer_module.xml">HTTP referer</link>; 163 <link doc="docs/http/ngx_http_referer_module.xml">HTTP referer</link>;