Changing Web Console Listening Ports
About this task
By default, the DNCA web console listens to the ports listed
at the top of this section. Optionally, you can change the listening
ports by adding the following lines to the runtime.conf file.
The runtime.conf file
is used to override the default settings that are stored in the Discover.conf file.
Note:
Discover.conf must
be configured to be read-only and must never be edited.Procedure
- Edit
runtime.conf, which is stored in the following location:/usr/local/dncauser/etc/runtime.conf - HTTP port (unencrypted): Add the following lines:
httpd_listen="X" httpd_port="X"where
Xis the port number to which the web Console must listen for unencrypted traffic. - HTTPS port (encrypted): Add the following lines:
httpd_listenssl="X" httpd_portssl="X"where
Xis the port number to which the web Console must listen for encrypted traffic. - Save the file.
- Restart the DNCA.