comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1011:2ad2f30efdf2

Documented the "fastcgi_" and "proxy_cache_revalidate" directives.
author Vladimir Homutov <vl@nginx.com>
date Tue, 19 Nov 2013 17:08:49 +0400
parents 2275611970dd
children af77dd40abeb
comparison
equal deleted inserted replaced
1010:649420cb8021 1011:2ad2f30efdf2
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="11"> 13 rev="12">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
361 are loaded (by default, 100). 361 are loaded (by default, 100).
362 Besides, the duration of one iteration is limited by the 362 Besides, the duration of one iteration is limited by the
363 <literal>loader_threshold</literal> parameter (by default, 200 milliseconds). 363 <literal>loader_threshold</literal> parameter (by default, 200 milliseconds).
364 Between iterations, a pause configured by the <literal>loader_sleep</literal> 364 Between iterations, a pause configured by the <literal>loader_sleep</literal>
365 parameter (by default, 50 milliseconds) is made. 365 parameter (by default, 50 milliseconds) is made.
366 </para>
367
368 </directive>
369
370
371 <directive name="fastcgi_cache_revalidate">
372 <syntax><literal>on</literal> | <literal>off</literal></syntax>
373 <default>off</default>
374 <context>http</context>
375 <context>server</context>
376 <context>location</context>
377
378 <para>
379 Enables revalidation of expired cache items using conditional requests with
380 the <header>If-Modified-Since</header> header field.
366 </para> 381 </para>
367 382
368 </directive> 383 </directive>
369 384
370 385