comparison xml/en/index.xml @ 315:e00f8f8c0486

Translated ngx_http_access_module, ngx_http_addition_module, ngx_http_auth_basic_module, ngx_http_autoindex_module, and ngx_http_browser_module into English.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Jan 2012 18:05:01 +0000
parents 7696139f19e8
children f94bcab2a6ae
comparison
equal deleted inserted replaced
314:95d5dc7c9884 315:e00f8f8c0486
38 38
39 <para> 39 <para>
40 <list> 40 <list>
41 41
42 <item> 42 <item>
43 Serving static and index files, and autoindexing; 43 Serving static and index files, and
44 <link doc="docs/http/ngx_http_autoindex_module.xml">autoindexing</link>;
44 <link doc="docs/http/ngx_http_core_module.xml" 45 <link doc="docs/http/ngx_http_core_module.xml"
45 id="open_file_cache">open file descriptor cache</link>; 46 id="open_file_cache">open file descriptor cache</link>;
46 </item> 47 </item>
47 48
48 <item> 49 <item>
126 <item> 127 <item>
127 Executing different functions depending on the client address; 128 Executing different functions depending on the client address;
128 </item> 129 </item>
129 130
130 <item> 131 <item>
131 Access control based on client IP address and HTTP Basic authentication; 132 Access control based on
133 <link doc="docs/http/ngx_http_access_module.xml">client IP address</link>
134 and <link doc="docs/http/ngx_http_auth_basic_module.xml">HTTP
135 Basic authentication</link>;
132 </item> 136 </item>
133 137
134 <item> 138 <item>
135 The PUT, DELETE, MKCOL, COPY, and MOVE methods; 139 The PUT, DELETE, MKCOL, COPY, and MOVE methods;
136 </item> 140 </item>