Help

Server:/Limits/
Config:/Servers/*/Limits/

SettingExplanationDefault /
Example
Data
Type
Access
R,W,A,D
MaxClientBody The maximum size client message body allowed. 50000 IntegerR,W
MaxClientHeaders The maximum size client header allowed. 10000 IntegerR,W
MaxClients The maximum number of simultaneous client connections allowed. Test Drive users are limited to a maximum of 8 per service. Connections that cannot be immmediately serviced are queued. 20 IntegerR,W
MaxFiles The maximum number of open files that each client connection is allocated. 5 IntegerR,W
RejectIfBusy Whether the server should drop incoming connections if it is already busy with the maximum number of connections. If set to 0 (FALSE), the incoming client will be put on hold until a connection becomes available. No IntegerR,W
ResponseGoal The desired average response time for the server. Shown in the graph displayed on the console. Each server can have its own response goal. 0 IntegerR,W
TimeoutConnection The maximum time in seconds for which any connection is allowed to be established. Most services should have this set to 0 (no timeout), and use the inactive timeout to govern connections. 0 IntegerR,W
TimeoutInactive The maximum time in seconds of inactive time with no reading or writing before the client connection is rejected. This timeout is applied even if there is no connection timeout, so inactive clients will be terminated anyway. 300 IntegerR,W
TimeoutInit The maximum time in seconds before server initialisation is rejected. 60 IntegerR,W
TimeoutRead The maximum time in seconds allowed for reading the client request. 0 IntegerR,W
TimeoutScript Timeout in seconds before script execution is aborted. 600 IntegerR,W
TimeoutWrite The maximum time in seconds allowed for writing the reply to the client. We suggest 600 for HTTP servers that won't be distributing files larger than 1 megabyte. FTP servers should set this to 0 (no timeout). 0 IntegerR,W
WarningClients The number of simultaneous client connections after which a warning will be shown on the console. Set to 0 to disable. 0 IntegerR,W