Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chapi_-_chapiurl_startup_option [2019/01/30 09:22] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +CHAPI runs on port 12556 by default, you have the option of installing CHAPI to a different port during the manual installation of CHAPI. If this is done, you must add a startup option to the SSLIP so that is aware of what port it needs to communicate with CHAPI on.
 +
 +
 +
 +===== Steps =====
 +  - For this to work however, you must have already installed the CHAPI service to the port we specify using the Command Line Installation instructions located here.
 +    * http://control.cyriouswiki.com/CHAPI
 +  - Open the SSLIP_Options.txt file and place the following command in the text file on an empty line.
 +    * If a SSLIP_Options.txt file does not exist, please create a blank text document with notepad.
 +  - Insert this line:
 +    * <code>
 +ChapiURL=http://computername:port/
 +</code>
 +    * Example:
 +    * <code>
 +ChapiURL=http://MyServer:12358/
 +</code>
 +  - In the above example, ‘MyServer’ is the computer name/DNS name of the server and 12358 is the port we have directed CHAPI to use.
 +  - Add an incoming exception to the firewall for the CHAPI port being used.
 +
 +
 +
 +===== Source =====
 +
 +
 +
 +Contributor: Brandon R, Cyrious.
 +
 +
 +
 +Date: 7/5/2013
 +
 +
 +
 +Version: Control 5.1+
 +
 +
 +