143k views
2 votes
Alex, a webmaster, recently deployed a new web server. After checking external access to the new web server, he was unable to communicate on port 80. Alex verified that the host-based firewall's configuration had been changed and that the httpd service is running. What commands will most likely resolve the communication issue?

1 Answer

6 votes

Answer:

systemctl restart firewalld

Step-by-step explanation:

The command that will most likely resolve the communication issue being experienced by Alex ( i.e. his inability to communicate on port 80 ) is

systemctl restart firewalld given that the host-based firewall's configuration has been changed

User Damianmr
by
5.3k points