I think you selected the wrong port to change (Apache service port) instead of Sentora login port.
Your apache is only listening on port 443, and not both 443 and 80
When it should be:
On command line as root user:
Wait for the daemon to run and re-write the httpd-vhosts file (~5mins).
Your apache is only listening on port 443, and not both 443 and 80
Code:
Listen 443
Code:
Listen 443
Listen 80
On command line as root user:
Code:
setso --set apache_port 80
setso --set sentora_port 443
setso --set apache_changed true
Wait for the daemon to run and re-write the httpd-vhosts file (~5mins).