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 2011/03/23 00:47:15 UTC

svn commit: r787407 - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/files.en.html

Author: buildbot
Date: Tue Mar 22 23:47:15 2011
New Revision: 787407

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/files.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/files.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/files.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/files.en.html Tue Mar 22 23:47:15 2011
@@ -1640,6 +1640,24 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 <code>2</code> some extra information is added. <br />
 </p>
 <dl>
+<dt><em><code>proxy.config.http.response_server_enabled</code></em></dt>
+<dd><code>INT</code></dd>
+<dd><code>1</code></dd>
+<dd>You can specify one of the following:</dd>
+</dl>
+<p><code>0</code> no Server: header is added to the response.
+  <code>1</code> the Server: header is added (see string below).
+  <code>2</code> the Server: header is added only if the response from Origin
+  does not have one already.</p>
+<dl>
+<dt><em><code>proxy.config.http.response_server_str</code></em></dt>
+<dd><code>STRING</code></dd>
+<dd><code>ATS/</code></dd>
+<dd>The Server: string that ATS will insert in a response header</dd>
+</dl>
+<p>(if requested, see above). Note that the current version number
+   is always appended to this string.</p>
+<dl>
 <dt><em><code>proxy.config.http.enable_url_expandomatic</code></em></dt>
 <dd><code>INT</code></dd>
 <dd><code>1</code></dd>