ContentsIndexPreviousNext

SERVER_IP and SERVER_NAME

The variables SERVER_IP and SERVER_NAME allow you to assign a specific IP address to an individual instance of the acurcl daemon. Use these variables when the server has two or more network addresses and you want to associate a particular network address with a given instance of the acurcl daemon.

To specify an IP address, include an entry for SERVER_IP in the configuration file and assign it the value of the desired IP address on the host. For example:

SERVER_IP = 192.215.170.107

To specify a hostname, make an entry for SERVER_NAME in the configuration file and assign it the value of a valid hostname on the server. For example:

SERVER_NAME = bigserve

where bigserve is the hostname for IP address 192.215.170.107.

If both variables are defined in the configuration file, acurcl uses the value of the first valid entry in the file.