comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 917:e26a18eb5ccd

Documented http_403 in proxy_next_upstream and friends.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:42 +0400
parents 43887f41bb17
children ba3d6ade3513
comparison
equal deleted inserted replaced
916:23082702f90d 917:e26a18eb5ccd
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="7"> 13 rev="8">
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 to pass 18 The <literal>ngx_http_fastcgi_module</literal> module allows to pass
329 <literal>timeout</literal> | 329 <literal>timeout</literal> |
330 <literal>invalid_header</literal> | 330 <literal>invalid_header</literal> |
331 <literal>updating</literal> | 331 <literal>updating</literal> |
332 <literal>http_500</literal> | 332 <literal>http_500</literal> |
333 <literal>http_503</literal> | 333 <literal>http_503</literal> |
334 <literal>http_403</literal> |
334 <literal>http_404</literal> | 335 <literal>http_404</literal> |
335 <literal>off</literal> 336 <literal>off</literal>
336 ...</syntax> 337 ...</syntax>
337 <default>off</default> 338 <default>off</default>
338 <context>http</context> 339 <context>http</context>
643 <literal>error</literal> | 644 <literal>error</literal> |
644 <literal>timeout</literal> | 645 <literal>timeout</literal> |
645 <literal>invalid_header</literal> | 646 <literal>invalid_header</literal> |
646 <literal>http_500</literal> | 647 <literal>http_500</literal> |
647 <literal>http_503</literal> | 648 <literal>http_503</literal> |
649 <literal>http_403</literal> |
648 <literal>http_404</literal> | 650 <literal>http_404</literal> |
649 <literal>off</literal> 651 <literal>off</literal>
650 ...</syntax> 652 ...</syntax>
651 <default>error timeout</default> 653 <default>error timeout</default>
652 <context>http</context> 654 <context>http</context>
671 <tag-name><literal>http_500</literal></tag-name> 673 <tag-name><literal>http_500</literal></tag-name>
672 <tag-desc>a server returned a response with the code 500;</tag-desc> 674 <tag-desc>a server returned a response with the code 500;</tag-desc>
673 675
674 <tag-name><literal>http_503</literal></tag-name> 676 <tag-name><literal>http_503</literal></tag-name>
675 <tag-desc>a server returned a response with the code 503;</tag-desc> 677 <tag-desc>a server returned a response with the code 503;</tag-desc>
678
679 <tag-name><literal>http_403</literal></tag-name>
680 <tag-desc>a server returned a response with the code 403;</tag-desc>
676 681
677 <tag-name><literal>http_404</literal></tag-name> 682 <tag-name><literal>http_404</literal></tag-name>
678 <tag-desc>a server returned a response with the code 404;</tag-desc> 683 <tag-desc>a server returned a response with the code 404;</tag-desc>
679 684
680 <tag-name><literal>off</literal></tag-name> 685 <tag-name><literal>off</literal></tag-name>