Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > bypass.config
The bypass.config file contains static bypass rules that Content Gateway uses in transparent proxy mode. Static bypass rules instruct Content Gateway to bypass certain incoming client requests so that they are served by the origin server.
The bypass.config file also accepts dynamic deny bypass rules. See Dynamic deny bypass rules.
*
Source bypass rules configure the proxy to bypass a particular source IP address or range of IP addresses. For example, you can bypass clients that do not want to use caching.
*
Destination bypass rules configure the proxy to bypass a particular destination IP address or range of IP addresses. For example, you can bypass origin servers that use IP authentication based on the client's real IP address.
Important 
*
Source/destination pair bypass rules configure the proxy to bypass requests that originate from the specified source to the specified destination. For example, you can route around specific client-server pairs that experience broken IP authentication or out-of-band HTTP traffic problems when cached. Source/destination bypass rules can be preferable to destination rules because they block a destination server only for users that experience problems.
bypass src ipaddress | dst ipaddress | src ipaddress AND dst ipaddress
src ipaddress
ipaddress can be one of the following:
*
Any combination of the above, separated by commas, such as 1.1.1.0/24, 25.25.25.25, 123.1.23.1-123.1.23.123
dst ipaddress
ipaddress can be one of the following:
*
Any combination of the above, separated by commas, such as 1.1.1.0/24, 25.25.25.25, 123.1.23.1-123.1.23.123
src ipaddress AND dst ipaddress
ipaddress must be a single IP address, such as 123.45.67.8
In addition to static bypass rules, the bypass.config file also accepts dynamic deny bypass rules.
deny_dyn_bypass src ipaddress | dst ipaddress | src ipaddress AND dst ipaddress
Note 
For the dynamic deny bypass rules to work, you must enable the Dynamic Bypass option in Content Gateway Manager or set the variable proxy.config.arm.bypass_dynamic_enabled to 1 in the records.config file.
Important 

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > bypass.config