Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Content Gateway Configuration Files
Content Gateway Configuration Files
Help | Content Gateway | Version 8.3.x
Content Gateway contains the following configuration files that you can edit to customize the proxy.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
Specifying URL regular expressions (url_regex)
Help | Content Gateway | Version 8.3.x
Entries of type url_regex within the configuration files use regular expressions to perform a match.
The following table offers examples to illustrate how to create a valid url_regex.
 
A character class. In this case, the pattern matches either x, y, or z.
A character class with a range. This pattern matches a, b, any letter from j through o, or Z.
A negated character class. For example, this pattern matches any character except those in the class.
Inserts an end node causing regular expression matching to stop when reached. The value n is returned.
Examples
To match any host in mydomain.com, specify:
dest_domain=mydomain.com
Likewise, to match any request, you can specify:
dest_domain=.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Content Gateway Configuration Files
Copyright 2016 Forcepoint LLC. All rights reserved.