You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/01/21 03:14:51 UTC

cvs commit: httpd-2.0/docs/manual/mod core.html directives.html

rbowen      02/01/20 18:14:51

  Modified:    docs/manual/mod core.html directives.html
  Log:
  Submitted by: Daniel Lopez
  LimitXMLRequestBody directive
  
  Revision  Changes    Path
  1.208     +1 -1      httpd-2.0/docs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- core.html	31 Dec 2001 02:29:12 -0000	1.207
  +++ core.html	21 Jan 2002 02:14:50 -0000	1.208
  @@ -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">&lt;Location&gt;
  
  
  
  1.98      +1 -1      httpd-2.0/docs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- directives.html	31 Dec 2001 02:29:12 -0000	1.97
  +++ directives.html	21 Jan 2002 02:14:50 -0000	1.98
  @@ -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>