You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/03/17 04:26:38 UTC

[jira] [Created] (TS-3448) Add an "internal_request" Mod to ControlMatcher (a boolean value)

Leif Hedstrom created TS-3448:
---------------------------------

             Summary: Add an "internal_request" Mod to ControlMatcher (a boolean value)
                 Key: TS-3448
                 URL: https://issues.apache.org/jira/browse/TS-3448
             Project: Traffic Server
          Issue Type: New Feature
          Components: Configuration, Core
            Reporter: Leif Hedstrom


This allows, as an example, exclusion of parent.config for requests that are internal. Or, different cache.config rules for internal requests. Example usage could be
{code}
dest_domain=.  parent="proxy1.example.com:8080; proxy2.example.com:8080" internal_request=false
{code}

This would allow this rule to only trigger if the request is not an internal (plugin) request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)