I need to disable that indexing when I enter on my root directory on a apache2 server, any tips?
sudo nano /etc/apache2/apache2.conf
Located this section
in the file
Add a minus to Indexes (Denied)
Add a plus to FollowSymLinks
Result :
Works in Raspbian
You'll get the message : "You don't have permission to access "Directory" on this server."