Dave:
??? OK adding the HTTPPORT 8081 line works. In reading the
configuration file I thought that 1.) port 8081 was the default
and 2.) the HTTP PORT ${HTTPPORT:=8081} line was what enabled
it. I learn something new every day.
Regards:
Ed.
# HTTP Configuration for Hercules V4.x
#
============================================================================
#
----------------------------------------------------------------------------
# Identify the port to find the the Operator Console.
# Ensure you have allowed access to this port via iptables, or
firewalld.
# Default is 8081.
#
----------------------------------------------------------------------------
HTTP PORT ${HTTPPORT:=8081}
HTTPPORT 8081
Ed..
================================================
On 8/14/2022 2:02 PM, Dave Wade wrote:
toggle quoted message
Show quoted text
Ed,
That¡¯s
disabled by default. You need to remove the ¡°#¡± from the
config line ?
?
#HTTPPORT??????
8081
?
Dave
?