how to disable the directory listing in apache code example
Example: apache don't list directory contents
<Directory /var/www/mysite>
Options -Indexes
</Directory>
<Directory /var/www/mysite>
Options -Indexes
</Directory>