Linux servers are a wealth of information, and they have a number of system tools to aid us in discovering facts and data about our servers and the services we host on them, including what might be wrong with them. In this lab, we’ll reinforce core troubleshooting skills by practicing gathering information from the system itself and related documentation.
_This lab is not approved or sponsored by Red Hat._
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Replicate the Issue
Attempt to access the website via the public IP address and your browser.
- Gather Information
Use system commands to see if there are any load issues occurring, and then use
systemd
and available documentation to track down any problems related to thehttpd
service.- Resolve the Issue
Use the information gathered in the previous section to resolve the issue based on your hypothesis.