>>6Well okay, I have made my own imageboard with vichan too, so I have some little experience with this.
Disable indexing to prevent people from viewing your site directories like 4chan.buzz/static
The option for this can be found in /etc/apache2/apache2.conf
alternatively add these line your site apache configuration:
<Directory /var/www/[your site directory name]>
Options -Indexes
</Directory>