You may have accidentally changed the apache service port. (This is rather common mistake.)
Using command line as root user:
Wait for the daemon to run (~5 mins) and test.
~OR~
Using PhpMyAdmin:
Open phpmyadmin and log in as root.
Navigate to: sentora > sentora_core > x_settings > line 80 (apache_port) and make sure it is set to 80.
Change line 92 (apache_changed) to true
Wait for the daemon to run (~5 mins) and test.
Using command line as root user:
Code:
setso --set apache_port 80
setso --set apache_changed true
~OR~
Using PhpMyAdmin:
Open phpmyadmin and log in as root.
Navigate to: sentora > sentora_core > x_settings > line 80 (apache_port) and make sure it is set to 80.
Change line 92 (apache_changed) to true
Wait for the daemon to run (~5 mins) and test.