iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-68
Example
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
whenever the Web client host name is required by a CGI program or for host-based
access control, or if you want the Web client host name to be recorded in a log file.
If the Web client host name is not needed for these purposes, you can increase server
performance by disabling reverse lookup.
Only one ReverseLookup directive is allowed in the configuration file.
Default
ReverseLookup yes
which is set for all client connections.
Example
ReverseLookup no
RMTServer
Syntax
RMTServer pathname
Description
Use the RMTServer directive to specify the URL path name of the Resource Locator
Service (RLS) in relation to the root directory of the iTP Secure WebServer. The URL
points to the server class rmt.pway, which implements the service.
For detailed information about configuring RLS, see Section 10, Using the Resource
Locator Service (RLS).