From: Eric Covener
Date: Sun, 28 Aug 2011 20:43:14 +0000 (+0000)
Subject: simple doc for MaxRanges.
X-Git-Tag: 2.3.15~320
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=937a1079af4fba2daa23ef0e75b9ed0425a14db9;p=thirdparty%2Fapache%2Fhttpd.git
simple doc for MaxRanges.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162587 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 88242dc6b49..1c2b203bce1 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -81,6 +81,7 @@ available
<LocationMatch>
LogLevel
MaxKeepAliveRequests
+
MaxRanges
Mutex
NameVirtualHost
Options
@@ -2872,6 +2873,24 @@ connection
MaxKeepAliveRequests 500
+
+
+
+
+
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.
+

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 38ac7221657..a6956be99b7 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2865,6 +2865,24 @@ connection
+
+MaxRanges
+Number of ranges allowed before returning the complete
+resource
+MaxRanges number (0 = no limit)
+MaxRanges 200
+server configvirtual host
+directory
+
+Available in Apache HTTP Server 2.3.15 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.
+
+
Mutex