]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
default_limit_req_body doesn't exist.
authorAndré Malo <nd@apache.org>
Wed, 6 Aug 2003 13:52:50 +0000 (13:52 +0000)
committerAndré Malo <nd@apache.org>
Wed, 6 Aug 2003 13:52:50 +0000 (13:52 +0000)
Submitted by: Milan Roubal <roubm9am@barbora.ms.mff.cuni.cz>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100917 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index ad3650dd69cc08cd8f2355fe9e596ab69b680731..d6e144ed21dfe133aa3e904b47a74eae84cf6104 100644 (file)
@@ -1619,9 +1619,7 @@ from the client</td></tr>
 </table>
     <p>This directive specifies the number of <var>bytes</var> from 0
     (meaning unlimited) to 2147483647 (2GB) that are allowed in a
-    request body. The default value is defined by the compile-time
-    constant <code>DEFAULT_LIMIT_REQUEST_BODY</code> (0 as
-    distributed).</p>
+    request body.</p>
 
     <p>The <code class="directive">LimitRequestBody</code> directive allows
     the user to set a limit on the allowed size of an HTTP request
index 440a8a00d554b4e83930a717e5e97242b98a68fa..0aa1e630a805b85695cabe012b1375524c6efe65 100644 (file)
@@ -1574,9 +1574,7 @@ from the client</description>
 <usage>
     <p>This directive specifies the number of <var>bytes</var> from 0
     (meaning unlimited) to 2147483647 (2GB) that are allowed in a
-    request body. The default value is defined by the compile-time
-    constant <code>DEFAULT_LIMIT_REQUEST_BODY</code> (0 as
-    distributed).</p>
+    request body.</p>
 
     <p>The <directive>LimitRequestBody</directive> directive allows
     the user to set a limit on the allowed size of an HTTP request