From cvs-return-16761-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Aug 06 13:57:26 2003 Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 53052 invoked by uid 500); 6 Aug 2003 13:57:26 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 53017 invoked by uid 500); 6 Aug 2003 13:57:26 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 6 Aug 2003 13:57:29 -0000 Message-ID: <20030806135729.33200.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/08/06 06:57:29 Modified: docs/manual/mod core.html.en core.xml Log: default_limit_req_body constant doesn't exist. Submitted by: Milan Roubal Revision Changes Path 1.83 +1 -3 httpd-2.0/docs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- core.html.en 29 Jul 2003 15:15:29 -0000 1.82 +++ core.html.en 6 Aug 2003 13:57:29 -0000 1.83 @@ -1591,9 +1591,7 @@

This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a - request body. The default value is defined by the compile-time - constant DEFAULT_LIMIT_REQUEST_BODY (0 as - distributed).

+ request body.

The LimitRequestBody directive allows the user to set a limit on the allowed size of an HTTP request 1.76 +1 -3 httpd-2.0/docs/manual/mod/core.xml Index: core.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- core.xml 29 Jul 2003 15:15:29 -0000 1.75 +++ core.xml 6 Aug 2003 13:57:29 -0000 1.76 @@ -1549,9 +1549,7 @@

This directive specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2GB) that are allowed in a - request body. The default value is defined by the compile-time - constant DEFAULT_LIMIT_REQUEST_BODY (0 as - distributed).

+ request body.

The LimitRequestBody directive allows the user to set a limit on the allowed size of an HTTP request