comparison docs/xml/http/ngx_http_core_module.xml @ 4083:44c1953c266c

Cleaned up links.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 Sep 2011 13:27:18 +0000
parents 9755cb2a39b2
children 5e2103cffd80
comparison
equal deleted inserted replaced
4082:1601b196e3eb 4083:44c1953c266c
439 439
440 <para> 440 <para>
441 Defines the URI that will be shown for the specified errors. 441 Defines the URI that will be shown for the specified errors.
442 These directives are inherited from the previous level if and 442 These directives are inherited from the previous level if and
443 only if there are no 443 only if there are no
444 <link doc="../core_module.xml" id="error_page">error_page</link> 444 <command>error_page</command>
445 directives on 445 directives on
446 the current level. 446 the current level.
447 A URI value can contain variables. 447 A URI value can contain variables.
448 </para> 448 </para>
449 449
1037 <context>server</context> 1037 <context>server</context>
1038 <context>location</context> 1038 <context>location</context>
1039 1039
1040 <para> 1040 <para>
1041 Enables or disables logging of errors about not found files into the 1041 Enables or disables logging of errors about not found files into the
1042 <link doc="ngx_core_module.xml" id="error_log">error_log</link>. 1042 <link doc="../ngx_core_module.xml" id="error_log">error_log</link>.
1043 </para> 1043 </para>
1044 1044
1045 </directive> 1045 </directive>
1046 1046
1047 1047
1350 <para> 1350 <para>
1351 On FreeBSD, the 1351 On FreeBSD, the
1352 <code>fcntl(O_READAHEAD,</code><argument>size</argument><code>)</code> 1352 <code>fcntl(O_READAHEAD,</code><argument>size</argument><code>)</code>
1353 system call is used, supported in FreeBSD&nbsp;9.0-CURRENT. 1353 system call is used, supported in FreeBSD&nbsp;9.0-CURRENT.
1354 FreeBSD&nbsp;7 needs to be 1354 FreeBSD&nbsp;7 needs to be
1355 <link doc="http://sysoev.ru/freebsd/patch.readahead.txt">patched</link>. 1355 <link url="http://sysoev.ru/freebsd/patch.readahead.txt">patched</link>.
1356 </para> 1356 </para>
1357 1357
1358 </directive> 1358 </directive>
1359 1359
1360 1360
1554 virtual servers. 1554 virtual servers.
1555 Instead, the <link id="listen">listen</link> directives describe all 1555 Instead, the <link id="listen">listen</link> directives describe all
1556 addresses and ports that should accept connections for a server, and the 1556 addresses and ports that should accept connections for a server, and the
1557 <link id="server_name">server_name</link> directive lists all server names. 1557 <link id="server_name">server_name</link> directive lists all server names.
1558 An example configuration is provided in the 1558 An example configuration is provided in the
1559 <link doc="/docs/virtual_hosts.xml"> 1559 <link doc="../virtual_hosts.xml">
1560 Setting Up Virtual Servers</link> document. 1560 Setting Up Virtual Servers</link> document.
1561 </para> 1561 </para>
1562 1562
1563 </directive> 1563 </directive>
1564 1564
1714 <context>http</context> 1714 <context>http</context>
1715 1715
1716 <para> 1716 <para>
1717 Sets the maximum <argument>size</argument> of the server names hash tables. 1717 Sets the maximum <argument>size</argument> of the server names hash tables.
1718 For more information, please refer to 1718 For more information, please refer to
1719 <link doc="/docs/hash.xml">Setting Up Hashes</link>. 1719 <link doc="../hash.xml">Setting Up Hashes</link>.
1720 </para> 1720 </para>
1721 1721
1722 </directive> 1722 </directive>
1723 1723
1724 1724
1729 1729
1730 <para> 1730 <para>
1731 Sets the bucket size for the server names hash tables. 1731 Sets the bucket size for the server names hash tables.
1732 Default value depends on the size of the processor's cache line. 1732 Default value depends on the size of the processor's cache line.
1733 For more information, please refer to 1733 For more information, please refer to
1734 <link doc="/docs/hash.xml">Setting Up Hashes</link>. 1734 <link doc="../hash.xml">Setting Up Hashes</link>.
1735 </para> 1735 </para>
1736 1736
1737 </directive> 1737 </directive>
1738 1738
1739 1739
2142 same as <var>$args</var> 2142 same as <var>$args</var>
2143 </tag-desc> 2143 </tag-desc>
2144 2144
2145 <tag-name><var>$scheme</var></tag-name> 2145 <tag-name><var>$scheme</var></tag-name>
2146 <tag-desc> 2146 <tag-desc>
2147 request scheme, <dq><code>http</code></dq> or <dq><code>https</code>></dq> 2147 request scheme, <dq><code>http</code></dq> or <dq><code>https</code></dq>
2148 </tag-desc> 2148 </tag-desc>
2149 2149
2150 <tag-name><var>$server_protocol</var></tag-name> 2150 <tag-name><var>$server_protocol</var></tag-name>
2151 <tag-desc> 2151 <tag-desc>
2152 request protocol, usually 2152 request protocol, usually