...
Check if there is any rule set for port 80, in the same row if under 'Target' column DROP option is present then port 80 is blocked.
...
The below commands will display open ports of the server.
Operating system | command |
---|---|
Ubuntu | sudo ufw status |
CentOS / RHEL | sudo firewall-cmd --list-all |