You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/03/23 00:47:09 UTC

svn commit: r1084413 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext

Author: zwoop
Date: Tue Mar 22 23:47:08 2011
New Revision: 1084413

URL: http://svn.apache.org/viewvc?rev=1084413&view=rev
Log:
Added configurations for Server: header additions.

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext?rev=1084413&r1=1084412&r2=1084413&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/files.en.mdtext Tue Mar 22 23:47:08 2011
@@ -1560,6 +1560,23 @@ the `records.config` file.
   `1` all extra information is added.   
   `2` some extra information is added.   
 
+*`proxy.config.http.response_server_enabled `*
+:  `INT`
+:  `1`
+:  You can specify one of the following:
+
+  `0` no Server: header is added to the response.
+  `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.response_server_str `*
+:  `STRING`
+:  `ATS/`
+:  The Server: string that ATS will insert in a response header
+   (if requested, see above). Note that the current version number
+   is always appended to this string.
+
 *`proxy.config.http.enable\_url\_expandomatic`*
 :  `INT`
 :  `1`