If you can’t read the text on the default index page of your Apache HTTPD server, you can make it larger with a .htaccess file.
cat .htaccess
IndexOptions NameWidth=80
If you put this in the root of the troublesome tree, it will server for that directory and all directories below it.