Author: jpeach
Date: Wed Aug  8 02:36:55 2012
New Revision: 1370642

URL: http://svn.apache.org/viewvc?rev=1370642&view=rev
Log:
Document proxy.config.http.insert_age_in_response

Modified:
    
trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Modified: 
trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/records.config.en.mdtext?rev=1370642&r1=1370641&r2=1370642&view=diff
==============================================================================
--- 
trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
 (original)
+++ 
trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
 Wed Aug  8 02:36:55 2012
@@ -381,6 +381,14 @@ the `records.config` file.
     * `1` the Server: header is added (see string below).
     * `2` the Server: header is added only if the response from Origin   does 
not have one already.
 
+*`proxy.config.http.insert_age_in_response`* 
{#proxy.config.http.insert_age_in_response}
+:   `INT`
+:   Default: `1`
+:   This option specifies whether Traffic Server should insert an `Age` header 
in the response. The Age field value is the cache's estimate of the amount of 
time since the response was generated or revalidated by the origin server.
+
+    * `0` no `Age` header is added
+    * `1` the `Age` header is added
+
 *`proxy.config.http.response_server_str`* 
{#proxy.config.http.response_server_str}
 :   `STRING`
 :   Default: `ATS/`


Reply via email to