[Fri Aug 07 11:44:39.402096 2026] [autoindex:error] [pid 42701:tid 42848] [client 10.244.49.49:48244] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
[Fri Aug 07 11:49:44.418701 2026] [autoindex:error] [pid 42702:tid 42861] [client 10.244.49.49:48592] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
[tony@stapp01 ~]$ curl -I http://stapp01:6000
HTTP/1.1 403 Forbidden
Date: Fri, 07 Aug 2026 11:49:44 GMT
Server: Apache/2.4.62 (CentOS Stream)
Last-Modified: Fri, 12 Dec 2025 14:14:29 GMT
ETag: “296919-645c1e12b9b40”
Accept-Ranges: bytes
Content-Length: 2713881
Content-Type: text/html; charset=UTF-8
thor@jump-host ~$ curl -I http://stapp01:6000
HTTP/1.1 403 Forbidden
Date: Fri, 07 Aug 2026 12:07:15 GMT
Server: Apache/2.4.62 (CentOS Stream)
Last-Modified: Fri, 12 Dec 2025 14:14:29 GMT
ETag: “296919-645c1e12b9b40”
Accept-Ranges: bytes
Content-Length: 2713881
Content-Type: text/html; charset=UTF-8
thor@jump-host ~$ telnet stapp01 6000
Trying 10.244.49.49…
Connected to stapp01.
Escape character is ‘^]’.
^]
telnet> quit
Connection closed.
