[proxy]
Settings for the WCCILproxy
[proxy] proxyPort
- Type
- int
- Default
- 5678
- Range
- > 0
[proxy] server
- Type
- string
- Default
- derived from various settings
Syntax:
server = "host:port"
e.g.
server = "atpcb2rd:4897" #Data-Manager running on atpcb2rd
server = "atpcb2rd:4998" #Event-Manager running on atpcb2rd
Firewall Feature. Specifies the servers the WCCILproxy is allowed to establish a
connection if requested by the client. The WCCILproxy closes the connection to the client,
if the server requested by the client is not in this list. This entry can occur multiple
times, once for each host/port pair. [proxy] socketConnectionLimit
- Type
- uint
- Default
- 1024
- Range
- > 0
Allows to set the maximum number of open socket connections for the mxProxy.
Increasing the limit could result in high CPU loads on the proxy server machine and must be performed with caution.