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

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-85
Default
Default
TCPNoDelay OFF
By default, the value of this configuration directive is set to 'OFF' and iTP Secure
WebServer will transmit the data in accordance with Nagle's algorithm.
Examples
TCPNoDelay ON
User
Syntax
User user-name
Description
Use the User directive to specify the OSS user name that the server is to run under.
This directive is effective only if the server is started as root (super-super). If the server
is started as other than super.super, the server sends a warning message.
The argument user-name must be a valid user name on the system hosting the
server. For security reasons, you should create an account other than super.super
specifically for your server to run under. For more information about creating a user
name, see your system administrator or your system documentation.
Only one User directive is allowed in the configuration file.
Default
None. If you do not set the User directive, the server runs under the user name that
starts the server.
Caution. This configuration directive must be used after completely understanding the Nagle’s
Algorithm and TCP Delayed Acknowledgements options, and the data transfer requirements,
otherwise it may lead to performance issues.