From: Eric Covener Date: Thu, 8 Sep 2011 10:42:01 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.21~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=229aee017b2fff14e3a345ca911900f598307039;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1166613 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 88177e8ead7..742db38f3c7 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2321,7 +2321,7 @@ connection - + @@ -2333,6 +2333,22 @@ resource return to the client. If more ranges then permitted are requested, the complete resource is returned instead.

+
+
default
+
Limits the number of ranges to a compile-time default of 200.
+ +
none
+
Range headers are ignored.
+ +
unlimited
+
The server does not limit the number of ranges it is + willing to satisfy.
+ +
number-of-ranges
+
A positive number representing the maximum number of ranges the + server is willing to satisfy.
+
+
top

NameVirtualHost Directive

Description:Number of ranges allowed before returning the complete resource
Syntax:MaxRanges number (0 = no limit)
Syntax:MaxRanges default | unlimited | none | number-of-ranges
Default:MaxRanges 200
Context:server config, virtual host, directory
Status:Core