The following table describes the global settings you can configure:
Table 3.9. Global Settings
Name | Arguments | Description |
---|---|---|
ServerTokens | One of None, ProductOnly, Major, Minor, Revision, Build, OS | Define what to print in the initial greeting of the protocol (first message of the server). Every token above prints more information as the previous one, staring from 'None' which prints nothing, to 'OS' which prints 'Wolframe version 1.4.5.22, Linux, Ubuntu 14.04'. The default is 'None'. |
ServerSignature | string | Define the string to be printed in the initial greeting of the protocol (first message of the server). The server signature gets added to the greeting string in brackets, for instance 'Wolframe version 1.4.5.22, Linux, Ubuntu 14.04 (CRM)'. The default is an empty string. |
Example configuration:
ServerTokens OS ServerSignature "CRM"
The server would send the following greeting string:
Wolframe version 1.4.5, Linux, Ubuntu 14.04 (CRM)
Copyright © 2014 - Project Wolframe - All Rights Reserved