You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/02/05 00:52:19 UTC

[trafficserver] branch 8.0.x updated: Cleans up some plugin READMEs

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new c01be98  Cleans up some plugin READMEs
c01be98 is described below

commit c01be982f0f995452cd66ba12ce26aa637fb72f8
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Wed Dec 5 13:13:10 2018 -0800

    Cleans up some plugin READMEs
    
    Fixes doc URLs and removes references to tsxs builds
    
    (cherry picked from commit 5f69cd63bb309fdab72518c357e22efe730eaa0c)
---
 plugins/experimental/cache_range_requests/README | 11 -----------
 plugins/experimental/collapsed_forwarding/README | 16 +---------------
 plugins/header_rewrite/README                    |  2 +-
 3 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/plugins/experimental/cache_range_requests/README b/plugins/experimental/cache_range_requests/README
index 12ea4d0..39cd0fc 100644
--- a/plugins/experimental/cache_range_requests/README
+++ b/plugins/experimental/cache_range_requests/README
@@ -16,17 +16,6 @@ object is written to cache using the new cache key url.  The response code sent
 to the client will be changed back to a 206 and all requests to the origin server
 will contain the range header so that the correct response is received.
 
-Installation:
-
-    make
-    sudo make install
-
-If you don't have the traffic server binaries in your path, then you will need
-to specify the path to tsxs manually:
-
-    make TSXS=/opt/trafficserver/bin/tsxs
-    sudo make TSXS=/opt/trafficserver/bin/tsxs install
-
 Configuration:
 
     Add @plugin=cache_range_requests.so to your remap.config rules.
diff --git a/plugins/experimental/collapsed_forwarding/README b/plugins/experimental/collapsed_forwarding/README
index 49ee7f8..ca0a002 100644
--- a/plugins/experimental/collapsed_forwarding/README
+++ b/plugins/experimental/collapsed_forwarding/README
@@ -25,24 +25,10 @@
 // contention and so can not work. The setting proxy.config.http.wait_for_cache
 // may be enabled which allows blocking incoming connections from being
 // accepted until cache is ready.
-////////////////////////////////////////////////////////////////////////////////////
-// This plugin currently supports only per-remap mode activation.
-////////////////////////////////////////////////////////////////////////////////////
 
 More details are available at
 
-https://docs.trafficserver.apache.org/en/6.0.x/admin/http-proxy-caching.en.html#reducing-origin-server-requests-avoiding-the-thundering-herd
-
-Installation:
-
-    make
-    sudo make install
-
-If you don't have the traffic server binaries in your path, then you will need
-to specify the path to tsxs manually:
-
-    make TSXS=/opt/trafficserver/bin/tsxs
-    sudo make TSXS=/opt/trafficserver/bin/tsxs install
+https://docs.trafficserver.apache.org/en/latest/admin-guide/configuration/cache-basics.en.html#reducing-origin-server-requests-avoiding-the-thundering-herd
 
 Configuration:
 
diff --git a/plugins/header_rewrite/README b/plugins/header_rewrite/README
index 40ea174..62fb930 100644
--- a/plugins/header_rewrite/README
+++ b/plugins/header_rewrite/README
@@ -24,4 +24,4 @@ during the origin response header parsing, using READ_RESPONSE_HDR_HOOK.
 
 For more information on how to use this plugin, please see
 
-  http://docs.trafficserver.apache.org/en/latest/reference/plugins/header_rewrite.en.html
+  https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/header_rewrite.en.html