Please consider this patch. LimitXMLRequestBody directive is part of the core
in Apache 2.0 and I added that a value of 0 will disable it.
Index: directives.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/directives.html,v
retrieving revision 1.97
diff -u -r1.97 directives.html
--- directives.html 31 Dec 2001 02:29:12 -0000 1.97
+++ directives.html 21 Jan 2002 01:41:24 -0000
@@ -400,7 +400,7 @@
href="core.html#limitrequestline">LimitRequestLine</a></li>
<li><a
- href="mod_dav.html#limitxmlrequestbody">LimitXMLRequestBody</a></li>
+ href="core.html#limitxmlrequestbody">LimitXMLRequestBody</a></li>
<li><a href="mpm_common.html#listen">Listen</a></li>
Index: core.html
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/core.html,v
retrieving revision 1.207
diff -u -r1.207 core.html
--- core.html 31 Dec 2001 02:29:12 -0000 1.207
+++ core.html 21 Jan 2002 01:41:27 -0000
@@ -1498,7 +1498,7 @@
<p>Limit (in bytes) on maximum size of an XML-based request
- body.</p>
+ body. A value of <code>0</code> will disable any checking.</p>
<hr />
<h2><a id="location" name="location"><Location>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]