iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-002
A-58
RegionSet
To use -SignatureLength in an SI_Department Region command, enter the
following:
SI_Department 5 -SignatureLength 128
RegionSet
Syntax
RegionSet variable value
Description
Use the RegionSet directive to set a variable (variable) to a value (value) that
can be referred to in subsequent Region commands. This directive is useful for
storing values (such as a list of hosts allowed access) that need to be used in multiple
Region commands. For example:
RegionSet allowedHosts "*.company.com *.foo.com" Region /* {
AllowHost $allowedHosts
}
In this example, the variable allowedHosts is set to the compound value
*.company.com *.foo.com. Then this value is referred to (by allowedHosts) in
the Region command AllowHost.
Any number of RegionSet directives are allowed in the configuration file.
Default
None.
Example
RegionSet startTime 7
RegionSet denyList "*.widgets.com *.company.com *.foo.com"
ReverseLookup
Syntax
ReverseLookup { yes | no }
Description
Use the ReverseLookup directive to enable or disable reverse lookup, which is
converts a web client’s IP address into a host name. You enable reverse lookup