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 2014/05/30 23:04:40 UTC

[08/50] [abbrv] git commit: TS-2844: Documentation update for esi plugin

TS-2844: Documentation update for esi plugin


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0896896a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0896896a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0896896a

Branch: refs/heads/5.0.x
Commit: 0896896aac9e402777dc72cf0e19f1bcf0681e16
Parents: b304cf0
Author: Kit Chan <ki...@apache.org>
Authored: Sun May 25 02:21:44 2014 -0700
Committer: Kit Chan <ki...@apache.org>
Committed: Sun May 25 02:21:44 2014 -0700

----------------------------------------------------------------------
 doc/reference/plugins/esi.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0896896a/doc/reference/plugins/esi.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/esi.en.rst b/doc/reference/plugins/esi.en.rst
index 4b37455..fc71d45 100644
--- a/doc/reference/plugins/esi.en.rst
+++ b/doc/reference/plugins/esi.en.rst
@@ -65,8 +65,8 @@ This plugin is only built if the configure option ::
 
     --enable-experimental-plugins
 
-is given at build time. Note that this plugin is built and installed in combination with the ESI module, since they
-share common code.
+is given at build time. Note that this plugin is built and installed in combination with the combo handler module, since
+they share common code.
 
 Enabling ESI
 ============
@@ -95,7 +95,7 @@ Enabling ESI
 
     map http://abc.com/esi.php http://xyz.com/esi.php
 
-4. Your response should contain ESI markup and a response header of .X-Esi: 1'. e.g. using PHP,
+4. Your response should contain ESI markup and a response header of 'X-Esi: 1'. e.g. using PHP,
 
 ::
 
@@ -132,9 +132,9 @@ Useful Note
 ===========
 
 1. You can provide proper cache control header and the ESI response and ESI include response can be cached separately.
-It is extremely useful for rendering page with multiple modules. The page layout can be a ESI response with multiple ESI
-include, each for different module. The page layour ESI response can be cached and each individual ESI include can also
-be cached with different duration. 
+   It is extremely useful for rendering page with multiple modules. The page layout can be a ESI response with multiple
+   ESI include include, each for different module. The page layour ESI response can be cached and each individual ESI
+   include can also be cached with different duration. 
 
 2. You might want to compile the code without using ESI_PACKED_NODE_SUPPORT because it may not work in some corner cases