iTP Secure WebServer System Administrators Guide (Version 7.5+)
refers to the file /usr/disk/personal/info.html.
Conversely, the URL
http://my.server.com/personal/payne/info.html
refers to the file /udir/payne/info.html.
The Filemap command in the Region directive is equivalent to the Filemap directive, except for
the following differences:
• The Filemap command in the Region directive only applies within a region
• The Filemap command in the Region directive overrides any Filemap directive that has the
same prefix
Default
None
You must set at least one Filemap directive in the configuration file.
Example
Filemap / /usr/tandem/webserver/webstuff
FileStatsCheckTime
Syntax
FileStatsCheckTime <minutes>
Description
Use the FileStatsCheckTime directive to specify the interval for file stats information (information
about a file retrieved via a call to fstat) refreshing. In other words, the cached file stats are used
during the period specified by FileStatsCheckTime. If a file update is performed during this
interval, the timestamp and file contents in the response might not be up to date. Therefore, use
this directive with caution.
FileStatsCheckTime accepts a value from -1 to 600 minutes (10 hours). Specifying a value
of -1 disables checking. Specifying a value of 0 (zero) causes a check to be performed every time
the file is requested. With this setting, the timestamp and file contents returned by the iTP Secure
WebServer will always be current.
Note: If disk files are not frequently updated, it is recommended that you use the value of -1, and
use the vcache script after files are updated.
Default
When no FileStatsCheckTime directive is present, the value of 60 (one hour) will be used.
Example
FileStatsCheckTime 120
HTTPTraceMethodEnable
Syntax
HTTPTraceMethodEnable { yes][no }
Description
Use the HTTPTraceMethodEnable directive to disable the HTTP TRACE method in iTP Secure
WebServer. When the directive is set to no, an HTTP request containing the TRACE method results
in a "501, Not Implemented" HTTP response.
FileStatsCheckTime 213










