From: Eric Covener Date: Sat, 3 Sep 2011 17:52:08 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.21~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0100c8790f805c2a5ccfcd18e96bdb5480254ca7;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1164898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index a84d368e164..88177e8ead7 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -75,6 +75,7 @@ available
  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRanges
  • NameVirtualHost
  • Options
  • Protocol
  • @@ -2314,6 +2315,24 @@ connection MaxKeepAliveRequests 500

    + +
    top
    +

    MaxRanges Directive

    + + + + + + + + +
    Description:Number of ranges allowed before returning the complete +resource
    Syntax:MaxRanges number (0 = no limit)
    Default:MaxRanges 200
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    Compatibility:Available in Apache HTTP Server 2.2.21 and later
    +

    The MaxRanges directive + limits the number of HTTP ranges the server is willing to + return to the client. If more ranges then permitted are requested, + the complete resource is returned instead.

    +
    top

    NameVirtualHost Directive

    diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 51698030711..69f39d5f310 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + +