Turn off directory listing in Apache
Answer:
If you web site's directory without a valid default index page, e.g. index.html, Apache might list all files inside the directory. If you want to turn off, do the following.
Add the following lines to the Apache configuration (httpd.conf)
Options All -Indexes
Restart Apache to take effect
# apachectl -k graceful