I did task Day 12: Linux Network Services

I worked on Day 12: Linux Network Services. I fixed the issue — Apache was not reachable on port 6400 because Sendmail was already binding to that port.

:white_check_mark: Stopped & disabled Sendmail
:white_check_mark: Restarted Apache on port 6400
:white_check_mark: Updated iptables to allow traffic
:white_check_mark: Verified access with curl from the jump host

The service worked fine, but the task didn’t get marked as passed. I attached a screenshot of the results.

Can someone review or confirm if this is a platform validation issue?

Thanks!

You might want to compare your answer with Melki Meriem’s repo to see if her answer works for you.