ACURCL_PORT

The ACURCL_PORT variable specifies a particular port number to be used for accessing AcuConnect on the server host machine. This is especially helpful when the server host machine has a security firewall, because firewalls generally allow access only to specific ports. With this variable, the site can ensure that firewall restrictions are satisfied.

The acurcl daemon can work with privileged port numbers (from 0 to 1023) and with non-privileged port numbers (1024 and higher, up to 32767).

The value of this variable is overridden by any port number assigned on the command line (via the -n option) when the daemon is started.

Note: The ACURCL_PORT variable may be specified in the server configuration file. It may also be specified on the server command line with the -n option. If you specify a non-default value, you must use the same value on the client side (using the <server:port> notation).