Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 20877 invoked from network); 5 Oct 2010 12:59:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 12:59:24 -0000 Received: (qmail 52736 invoked by uid 500); 5 Oct 2010 12:59:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52526 invoked by uid 500); 5 Oct 2010 12:59:21 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 52504 invoked by uid 99); 5 Oct 2010 12:59:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 12:59:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 12:59:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B703E23889F7; Tue, 5 Oct 2010 12:58:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004628 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Date: Tue, 05 Oct 2010 12:58:56 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005125856.B703E23889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Tue Oct 5 12:58:56 2010 New Revision: 1004628 URL: http://svn.apache.org/viewvc?rev=1004628&view=rev Log: Yet more links to /current/ Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en?rev=1004628&r1=1004627&r2=1004628&view=diff ============================================================================== --- httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en (original) +++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Tue Oct 5 12:58:56 2010 @@ -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