How to disable port 6144
Posted: Monday 27 May 2024 12:49
Hi all,
how to disable the 6144 port sharing in domoticz trough the init.d?
I have:
This works great for port 80 and disables the https functionality wich i do not use, but i cant find an arg setting for the remote port.
i tried to fill in port 0 in the settings page, but its not persist after a reboot so it went back to 6144.
I ask this because i have another service running on port 6144 and this gives me a port conflict.
It is an pain in the ass to change the 6144 port of the other setting.
Thanks,
Barry
how to disable the 6144 port sharing in domoticz trough the init.d?
I have:
Code: Select all
DAEMON_ARGS="$DAEMON_ARGS -www 80"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 0"
i tried to fill in port 0 in the settings page, but its not persist after a reboot so it went back to 6144.
I ask this because i have another service running on port 6144 and this gives me a port conflict.
It is an pain in the ass to change the 6144 port of the other setting.
Thanks,
Barry