Stop redirection of the 80 and 443 ports to 8000 and 8001

It seems there is a dedicated init service running and the Web UI calls a few functions in libservice to start a daemon named myhttpd with the sole purpose of redirecting the 90 and 443 ports when they are not being used by apache.
This is absolutely annoying and resulted in me having to stick a kludge in the docker init script to hunt and kill the processes using those ports before starting docker so that my container could use those ports.
It would be nice to be able to stop this redirection via an option in the ADM UI.
This is absolutely annoying and resulted in me having to stick a kludge in the docker init script to hunt and kill the processes using those ports before starting docker so that my container could use those ports.
It would be nice to be able to stop this redirection via an option in the ADM UI.