You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2013/08/21 20:22:41 UTC

svn commit: r875609 - in /websites/staging/trafficserver/trunk: cgi-bin/ content/ content/docs/trunk/admin/reverse-proxy-http-redirects/index.en.html

Author: buildbot
Date: Wed Aug 21 18:22:41 2013
New Revision: 875609

Log:
Staging update by buildbot for trafficserver

Modified:
    websites/staging/trafficserver/trunk/cgi-bin/   (props changed)
    websites/staging/trafficserver/trunk/content/   (props changed)
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/reverse-proxy-http-redirects/index.en.html

Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 21 18:22:41 2013
@@ -1 +1 @@
-1515478
+1516244

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 21 18:22:41 2013
@@ -1 +1 @@
-1515478
+1516244

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/reverse-proxy-http-redirects/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/reverse-proxy-http-redirects/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/reverse-proxy-http-redirects/index.en.html Wed Aug 21 18:22:41 2013
@@ -28,7 +28,7 @@
       </div>
       <div class="fourcol right last" id="searchbox">
         
-        <div id="header-main">Apache Traffic Server</div>
+        <div id="header-main">Adminstrator&#39;s Guide</div>
         
         <div id="header-sub">Reverse Proxy and HTTP Redirects </div>
       </div>
@@ -172,7 +172,7 @@ serves an HTTP request from a client bro
    server (the origin server’s advertised hostname resolves to Traffic Server). </li>
 <li>Traffic Server locates a map rule in the <code>remap.config</code> file and remaps the request
    to the specified origin server (<code>realhost.com</code>). </li>
-<li>Traffic Server opens an HTTP connection to the origin server. (This step is optional)</li>
+<li>Traffic Server opens an HTTP connection to the origin server. (If the request is not able to be served from cache)</li>
 <li>If the request is a cache hit and the content is fresh, then Traffic Server sends the
    requested object to the client from the cache. Otherwise, Traffic Server obtains the
    requested object from the origin server, sends the object to the client, and saves a copy in its cache. </li>