Differences

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

Link to this comparison view

chapi_-_service_url_registration [2019/01/30 09:22]
chapi_-_service_url_registration [2019/01/30 09:22] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +CHAPI runs as a NETWORK SERVICE and needs a URL registration for its HTTP listener. The installers automatically add this registration for us but we can also do it manually if required via command line commands.
 +
 +
 +
 +===== Cautions =====
 +
 +
 +
 +Warning - Do not perform when users are logged into Control.
 +
 +
 +
 +===== Adding a URL Registration =====
 +  - Open a Command Prompt (Run as administrator)
 +  - Type in the command below and execute it.
 +
 +
 +
 +<code>
 +netsh http add urlacl url=http://+:12556/ user=”NETWORK SERVICE”
 +</code>
 +
 +
 +
 +===== Deleting a URL Registration =====
 +  - Open a Command Prompt (Run as administrator)
 +  - Type in the command below and execute it.
 +
 +
 +
 +<code>
 +netsh http delete urlacl url=http://+:12556/
 +</code>
 +
 +
 +
 +===== Source =====
 +
 +
 +
 +Contributor: Brandon & Seth, Cyrious
 +
 +
 +
 +Date: 7/5/2013
 +
 +
 +
 +Version: Control 5.1
 +
 +
 +