Q: 17
SIMULATION
Junior system administrator had trouble installing and running an Apache web server on a Linux
server. You have been tasked with installing the Apache web server on the Linux server and resolving
the issue that prevented the junior administrator from running Apache.
INSTRUCTIONS
Install Apache and start the service. Verify that the Apache service is running with the defaults.
Typing “help” in the terminal will show a list of relevant event commands.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All
button.


Your Answer
Discussion
Did anyone try using systemctl enable -now httpd instead of separate start and enable commands? Also, is it necessary to check the firewall or SELinux status after installing in this scenario, or is just starting the service enough for the simulation?
Is systemctl enable -now httpd valid for all Linux flavors in the exam, or does it want yum install first?
systemctl start apache, should work-also check the official practice labs for hands-on this topic.
Be respectful. No spam.