From aae7872c223733f4aeb0c1fcde8ff3d4939994ae Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 5 Oct 2010 12:58:56 +0000 Subject: [PATCH] Yet more links to /current/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1004628 13f79535-47bb-0310-9956-ffa450edef68 --- htdocs/manual/mod/core.html.en | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index a3033107204..0ca3b805c56 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -2219,6 +2219,9 @@ Syntax OK rel="Help">Compatibility: Available in Apache 1.3.5 and later +

Current documentation for this directive may be found here

+

<LimitExcept> and </LimitExcept> are used to enclose a group of access control directives which will then apply to any HTTP access method not listed in @@ -2255,6 +2258,9 @@ Syntax OK rel="Help">Compatibility: LimitInternalRecursion is only available in Apache 1.3.28 and later. +

Current documentation for this directive may be found here

+

An internal redirect happens, for example, when using the Action directive, which internally redirects the original request to a CGI script. A subrequest is Apache's @@ -2300,6 +2306,9 @@ Syntax OK rel="Help">Compatibility: LimitRequestBody is only available in Apache 1.3.2 and later. +

Current documentation for this directive may be found here

+

This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a request body.

@@ -2347,6 +2356,8 @@ Syntax OK rel="Help">Compatibility: LimitRequestFields is only available in Apache 1.3.2 and later. +

Current documentation for this directive may be found here

Number is an integer from 0 (meaning unlimited) to 32767. The default value is defined by the compile-time @@ -2396,6 +2407,9 @@ Syntax OK LimitRequestFieldsize is only available in Apache 1.3.2 and later. +

Current documentation for this directive may be found here

+

This directive specifies the number of bytes from 0 to the value of the compile-time constant DEFAULT_LIMIT_REQUEST_FIELDSIZE (8190 as @@ -2441,6 +2455,9 @@ Syntax OK rel="Help">Compatibility: LimitRequestLine is only available in Apache 1.3.2 and later. +

Current documentation for this directive may be found here

+

This directive sets the number of bytes from 0 to the value of the compile-time constant DEFAULT_LIMIT_REQUEST_LINE (8190 as distributed) @@ -2481,6 +2498,9 @@ Syntax OK rel="Help">Compatibility: Listen is only available in Apache 1.1 and later. +

Current documentation for this directive may be found here

+

The Listen directive instructs Apache to listen to more than one IP address or port; by default it responds to requests on all IP interfaces, but only on the port given by the Compatibility: ListenBacklog is only available in Apache versions after 1.2.0. +

Current documentation for this directive may be found here

+

The maximum length of the queue of pending connections. Generally no tuning is needed or desired, however on some systems it is desirable to increase this when under a TCP SYN -- 2.47.2