Skip to content

Commit 5fe106b

Browse files
committed
xform
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922930 13f79535-47bb-0310-9956-ffa450edef68
1 parent 94b0cef commit 5fe106b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/mod/core.html.en

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ from the client</td></tr>
30133013
<p>Example:</p>
30143014

30153015
<pre class="prettyprint lang-config"># Limit of 1 MiB
3016-
LimitXMLRequestBody 1073741824</pre>
3016+
LimitXMLRequestBody 1048576</pre>
30173017

30183018

30193019

@@ -5320,7 +5320,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html';
53205320
}
53215321
})(window, document);
53225322
//--><!]]></script></div><div id="footer">
5323-
<p class="apache">Copyright 2024 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
5323+
<p class="apache">Copyright 2025 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
53245324
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
53255325
if (typeof(prettyPrint) !== 'undefined') {
53265326
prettyPrint();

0 commit comments

Comments
 (0)