A Linux systems administrator is setting up a new web server and getting 404 - NOT FOUND errors while trying to access the web server pages from the browser. While working on the diagnosis of this issue, the Linux systems administrator executes the following commands:

Which of the following commands will BEST resolve this issue?
- sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
- restorecon -R -v /var/www/html
- setenforce 0
- setsebool -P httpd_can_network_connect_db on
Reveal Solution
Next Question