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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-40
Description
[Negotiation {None | Lang| Mult}
[NoCache Region]
[NoLog]
[OutputTimeout time-in-seconds]
[Priority priority-increment]
[PutScript CGI-script-location]
[Redirect [status] [-replace /replace-spec] target-url]
[RequiredFileExtension [-noexist] file-extension]
[RequirePassword realm -userfile userfile]
[RequireSecureTransport]
[ScriptTimeout time-in-seconds]
[SendHeader header]
[SI_Department departmentID -attribute value
[-attribute value ...]]
[SI_RequireSI departmentID group-list]
[UserDir [-symlink-disable [-symlink-owner] user-dir
}
Description
Use the Region directive to control access to your server by path component. The
command(s) you specify are applied to all URLs matching URL-path. For example,
you might wish to deny access to a certain region in your server to a certain class of
users.
The Region directive allows you to apply the same access control to multiple objects
on your server; for example, all .cgi files.
You can use Tcl variables in Region directives to vary operation according to factors
like the time of day, the web client host name, or HTTP header information. For more
information and examples, see Using Tcl Variables on page 7-38.
options
The Region directive takes two options:
-host host-addr
Use the -host option to cause a Region directive to be invoked only for
connections received on the IP address associated with host-addr.
-port port-num
Use the -port option to cause a Region directive to be invoked only for
connections received on the port-num.
These options allow you to designate specific regions as virtual hosts. For further
information about using multiple hosts, see Implementing Multiple-Host Support on
page 7-41.