You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/08/06 15:52:51 UTC

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

nd          2003/08/06 06:52:51

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH core.html.en core.xml
  Log:
  default_limit_req_body doesn't exist.
  
  Submitted by: Milan Roubal <ro...@barbora.ms.mff.cuni.cz>
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.46.2.34 +1 -3      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.46.2.33
  retrieving revision 1.46.2.34
  diff -u -r1.46.2.33 -r1.46.2.34
  --- core.html.en	30 Jul 2003 21:15:12 -0000	1.46.2.33
  +++ core.html.en	6 Aug 2003 13:52:50 -0000	1.46.2.34
  @@ -1619,9 +1619,7 @@
   </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
  
  
  
  1.46.2.28 +1 -3      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.46.2.27
  retrieving revision 1.46.2.28
  diff -u -r1.46.2.27 -r1.46.2.28
  --- core.xml	30 Jul 2003 21:15:12 -0000	1.46.2.27
  +++ core.xml	6 Aug 2003 13:52:50 -0000	1.46.2.28
  @@ -1574,9 +1574,7 @@
   <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