comparison xml/en/docs/http/ngx_http_core_module.xml @ 429:2b9507b2cdf3

List all sources of internal requests.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 07:46:43 +0000
parents 1d6dc85ed324
children 3a9f39341c7c
comparison
equal deleted inserted replaced
428:fc2bd185dc02 429:2b9507b2cdf3
661 Internal requests are the following: 661 Internal requests are the following:
662 662
663 <list type="bullet"> 663 <list type="bullet">
664 664
665 <listitem> 665 <listitem>
666 requests redirected by the <link id="error_page"/> directive; 666 requests redirected by the
667 <link id="error_page"/>,
668 <link doc="ngx_http_index_module.xml" id="index"/>,
669 <link doc="ngx_http_random_index_module.xml" id="random_index"/>, and
670 <link id="try_files"/> directives;
671 </listitem>
672
673 <listitem>
674 requests redirected by the <header>X-Accel-Redirect</header>
675 response header field from an upstream server;
667 </listitem> 676 </listitem>
668 677
669 <listitem> 678 <listitem>
670 subrequests formed by the 679 subrequests formed by the
671 “<command>include virtual</command>” 680 “<command>include virtual</command>”
673 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>; 682 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>;
674 </listitem> 683 </listitem>
675 684
676 <listitem> 685 <listitem>
677 requests changed by the 686 requests changed by the
678 <link doc="ngx_http_rewrite_module.xml" id="rewrite"/> 687 <link doc="ngx_http_rewrite_module.xml" id="rewrite"/> directive.
679 directive;
680 </listitem>
681
682 <listitem>
683 requests redirected by the <header>X-Accel-Redirect</header>
684 response header field from an upstream server.
685 </listitem> 688 </listitem>
686 689
687 </list> 690 </list>
688 </para> 691 </para>
689 692