From 36f2c9381548b6c34d348bf49e676321fbbba5da Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 21 Jan 2002 02:14:50 +0000 Subject: [PATCH] Submitted by: Daniel Lopez LimitXMLRequestBody directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92959 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 2 +- docs/manual/mod/directives.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 504de92ba8..578835fa7e 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1498,7 +1498,7 @@

Limit (in bytes) on maximum size of an XML-based request - body.

+ body. A value of 0 will disable any checking.


<Location> diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index d17e4bad59..8eb3ef56e5 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -400,7 +400,7 @@ href="core.html#limitrequestline">LimitRequestLine
  • LimitXMLRequestBody
  • + href="core.html#limitxmlrequestbody">LimitXMLRequestBody
  • Listen
  • -- 2.50.1