You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2011/07/25 17:54:31 UTC

svn commit: r1150758 - in /trafficserver/traffic/trunk: CHANGES mgmt/LocalManager.cc proxy/config/cache.config.default proxy/config/records.config.default.in

Author: amc
Date: Mon Jul 25 15:54:31 2011
New Revision: 1150758

URL: http://svn.apache.org/viewvc?rev=1150758&view=rev
Log:
Configuration documentation update and removed a useless include.

Modified:
    trafficserver/traffic/trunk/CHANGES
    trafficserver/traffic/trunk/mgmt/LocalManager.cc
    trafficserver/traffic/trunk/proxy/config/cache.config.default
    trafficserver/traffic/trunk/proxy/config/records.config.default.in

Modified: trafficserver/traffic/trunk/CHANGES
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1150758&r1=1150757&r2=1150758&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Mon Jul 25 15:54:31 2011
@@ -2,6 +2,9 @@
 
 Changes with Apache Traffic Server 3.1.0
 
+  *) proxy.config.http.cache.cache_responses_to_cookies can now be overridden
+     on a per request basis in cache.config.
+
   *) [TS-816] Other ports now obey specified options for both normal
    and standalone usage.
 

Modified: trafficserver/traffic/trunk/mgmt/LocalManager.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/mgmt/LocalManager.cc?rev=1150758&r1=1150757&r2=1150758&view=diff
==============================================================================
--- trafficserver/traffic/trunk/mgmt/LocalManager.cc (original)
+++ trafficserver/traffic/trunk/mgmt/LocalManager.cc Mon Jul 25 15:54:31 2011
@@ -31,7 +31,6 @@
  */
 
 #include "libts.h"
-#include <ts/ink_cap.h>
 #include "ink_platform.h"
 #include "ink_unused.h"       /* MAGIC_EDITING_TAG */
 #include "MgmtUtils.h"

Modified: trafficserver/traffic/trunk/proxy/config/cache.config.default
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/config/cache.config.default?rev=1150758&r1=1150757&r2=1150758&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/config/cache.config.default (original)
+++ trafficserver/traffic/trunk/proxy/config/cache.config.default Mon Jul 25 15:54:31 2011
@@ -38,6 +38,14 @@
 #     revalidate=<time>
 #     ttl-in-cache=<time>             (force caching and expire after <time>)
 #
+# Each line may also contain various "tweaks" which adjust caching parameters.
+#   Tweaks are
+#     cache-responses-to-cookies=<value>
+#       - Change the style of caching with regard to cookies. This effectively
+#         overrides the configuration parameter
+#           proxy.config.http.cache.cache_responses_to_cookies
+#         and uses the same values with the same semantics. The override happens
+#         only for requests that match.
 #
 # Examples
 #

Modified: trafficserver/traffic/trunk/proxy/config/records.config.default.in
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/config/records.config.default.in?rev=1150758&r1=1150757&r2=1150758&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/config/records.config.default.in (original)
+++ trafficserver/traffic/trunk/proxy/config/records.config.default.in Mon Jul 25 15:54:31 2011
@@ -219,6 +219,7 @@ CONFIG proxy.config.http.normalize_ae_gz
    #   3 - cache for all but text content-types
    #   4 - cache for all but text content-types except OS response
    #       without "Set-Cookie" or with "Cache-Control: public"
+   # See also cache-responses-to-cookies in cache.config.
 CONFIG proxy.config.http.cache.cache_responses_to_cookies INT 1
 CONFIG proxy.config.http.cache.ignore_authentication INT 0
 CONFIG proxy.config.http.cache.cache_urls_that_look_dynamic INT 1