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
Entries of type url_regex within the configuration files use regular expressions to perform a match.
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.
You can specify dest_domain=mydomain.com to match any host in mydomain.com. Likewise, you can specify dest_domain=. to match any request.

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