You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2011/02/02 13:31:32 UTC

svn commit: r1066444 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: niq
Date: Wed Feb  2 12:31:31 2011
New Revision: 1066444

URL: http://svn.apache.org/viewvc?rev=1066444&view=rev
Log:
DrBacchus sez fix-a-docs-bug
PR 44758
LimitRequestBody doesn't apply to proxies in 2.2.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1066444&r1=1066443&r2=1066444&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Wed Feb  2 12:31:31 2011
@@ -1811,6 +1811,7 @@ from the client</description>
       LimitRequestBody 102400
     </example>
 
+    <note>Note: not applicable to proxy requests.</note>
 </usage>
 </directivesynopsis>