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)