Hi Team,
I am working on Day 12 Apache task where Apache should be reachable on port 5000 on stapp03.
I verified:
- httpd service is active
- Apache is listening on *:5000
- curl localhost:5000 works on stapp03
- telnet stapp03 5000 works from jump host
- SELinux is disabled
- firewall-cmd and iptables commands are unavailable
But task validation is still failing.
Commands output:
sudo ss -tulnp | grep 5000
tcp LISTEN 0 511 *:5000 : users:((“httpd”…))
Could someone guide what configuration might still be missing?