100 days of devops Day 12 issue

I am currently working on the Day 12 task: Linux Network Services . The requirement is to ensure that the Apache server is reachable on the specified port.

Initially, the issue was that Apache was running on an incorrect port. I identified this and updated the configuration to use the correct port, then restarted the service. After making these changes, I verified that the server is running correctly and is accessible on the required port.
However, despite confirming that the output is correct and the service is functioning as expected, I am still encountering an error message in the task.

Not sure exactly what you did. I did find that the task can be solved with the technique of this post.