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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-25
Default
If neither of these files exist, and if no IndexFile directive is specified in the
configuration file, and the DirIndex command of the Region directive is not present, the
server returns an error message to the Web client saying that access has been denied.
Only one IndexFile directive is allowed in the configuration file.
Default
None
Example
IndexFile index.html welcome.html
InputBufferScale
Syntax
InputBufferScale int-value
Description
Use the InputBufferScale directive to scale the size of the request input buffer.
The value has a range from 1 to 8.
Default
InputBufferScale 4
Example
InputBufferScale 6
InputTimeout
Syntax
InputTimeout time-in-seconds
Description
You set the InputTimeout directive to the period (in seconds) that the server is to
wait to receive a request from a Web client before closing the connection.
Only one InputTimeout directive is allowed in the configuration file.
Note. The InputBufferScale directive is effective only when the BigInBufSize directive
is set to yes. Use this directive only when it is recommended by HP development.