From: Rich Bowen Date: Mon, 21 Jan 2002 02:14:50 +0000 (+0000) Subject: Submitted by: Daniel Lopez X-Git-Tag: 2.0.31~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36f2c9381548b6c34d348bf49e676321fbbba5da;p=apache Submitted by: Daniel Lopez LimitXMLRequestBody directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92959 13f79535-47bb-0310-9956-ffa450edef68 --- 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