summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy.html
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>1998-07-09 19:45:40 +0000
committerMartin Kraemer <martin@apache.org>1998-07-09 19:45:40 +0000
commitb3a2a7309e959e2c9065352de73564f14d76d044 (patch)
tree6bc84c631f3848e9361f88890b9fd09037b79df1 /docs/manual/mod/mod_proxy.html
parent2f7bf9553e177833699af1dcc0d0456e017ad15f (diff)
downloadhttpd-b3a2a7309e959e2c9065352de73564f14d76d044.tar.gz
cache in the event that the client cancels the transfer, provided that
the configured percentage of the file has already been transfered. It works for http transfers only. The new httpd.conf directive is: CacheForceCompletion <percentage> PR: 2277 Submitted by: Glen Parker <glenebob@nwlink.com> Reviewed by: Martin Kraemer, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html')
-rw-r--r--docs/manual/mod/mod_proxy.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index b2de7fe5ca..a7fa9f08e0 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -56,6 +56,7 @@ and other protocols.
<LI><A HREF="#cachegcinterval">CacheGcInterval</A>
<LI><A HREF="#cachedirlevels">CacheDirLevels</A>
<LI><A HREF="#cachedirlength">CacheDirLength</A>
+<LI><A HREF="#cacheforcecompletion">CacheForceCompletion</A>
<LI><A HREF="#nocache">NoCache</A>
</UL>
@@ -551,6 +552,47 @@ Example:
<HR>
+<H2><A NAME="cacheforcecompletion">CacheForceCompletion</A></H2>
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> CacheForceCompletion <EM><percentage></EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <EM>90</EM><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Override"
+ REL="Help"
+><STRONG>Override:</STRONG></A> <EM>Not applicable</EM><BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_proxy<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> CacheForceCompletion is only available in
+Apache 1.3 and later.<P>
+
+If an http transfer that is being cached is cancelled, the proxy module will
+complete the transfer to cache if more than the percentage specified has
+already been transferred.<P>
+
+This is a percentage, and must be a number between 1 and 100, or 0 to use
+the default. 100 will cause a document to be cached only if the transfer
+was allowed to complete. A number between 60 and 90 is recommended.
+
+<HR>
+
<H2><A NAME="cacheroot">CacheRoot</A></H2>
<A
HREF="directive-dict.html#Syntax"