13,420
edits
Changes
no edit summary
# Issue a previous command to verify that the httpd service is enabled.
# Confirm that httpd is listening to TCP/80 using the '''netstat''' command.
# Create a small html document called '''/var/www/html/index.html''' that displays a short message.* If you do not know how to use HTML markup language, just type a simple text message...
# On the centos1 (the http server) confirm everything is working locally by using a browser to connect to '''http://localhost'''
# Set the default firewall configuration on centos1 to REJECT incoming requests to http (TCP/80)