Go to the table of contents Go to the previous page Go to the next page View or print as PDF
parent.config
Help | Content Gateway | v8.4.x
The parent.config file identifies the HTTP parent proxies used in an HTTP cache hierarchy. Use this file to perform the following configuration:
*
*
Rules are applied from the list top-down; the first match is applied. Bypass rules are usually placed above parent proxy designation rules.
Content Gateway uses the parent.config file only when the HTTP parent caching option is enabled. See Configuring Content Gateway to use an HTTP parent cache.
 
Important 
Format
Each line in the parent.config file must contain a parent caching rule. Content Gateway recognizes three space-delimited tags:
primary_destination=value secondary_specifier=value action=value
The following table lists the possible primary destinations and their allowed values.
 
Secondary specifiers are optional in the parent.config file. The following table lists the possible secondary specifiers and their allowed values.
 
*
*
*
The following table lists the possible actions and their allowed values.
 
Examples
The following rule configures a parent cache hierarchy consisting of Content Gateway (which is the child) and two parents, p1.x.com and p2.x.com. The proxy forwards the requests it cannot serve to the parent servers p1.x.com and p2.x.com in a round-robin fashion because round_robin=true.
dest_domain=. method=get parent="p1.x.com:8080; p2.y.com:8080" round_robin=true
The following rule configures Content Gateway to route all requests containing the regular expression politics and the path /viewpoint directly to the origin server (bypassing any parent hierarchies):
url_regex=politics prefix=/viewpoint go_direct=true
The following rule is a typical destination bypass rule:
dest_domain=example.com go_direct=true
 
 
Important 
Every line in the parent.config file must contain either a parent= or go_direct= directive.
A bypass rule that includes parent= and go_direct=true, causes the specified dest_domain to be sent to the parent while all other domains are bypassed (the opposite of the usual intended action).

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2017 Forcepoint. All rights reserved.